Fingerprint_Card
Loading...
Searching...
No Matches
def2rdsyms.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "sha256.h"
Include dependency graph for def2rdsyms.c:

Functions

static int usage (const char *cmd)
static char * next_word (char **buf)
static int load_def (const char *def_file, char ***p_funcs, int *p_func_count)
void rand_str (char *dest, size_t length)
void hash_str (char *name, char *dest)
static int def2rdsyms (const char *def_file)
int main (int argc, char **argv)

Function Documentation

◆ def2rdsyms()

int def2rdsyms ( const char * def_file)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ hash_str()

void hash_str ( char * name,
char * dest )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ load_def()

int load_def ( const char * def_file,
char *** p_funcs,
int * p_func_count )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv )
Here is the call graph for this function:

◆ next_word()

char * next_word ( char ** buf)
static
Here is the caller graph for this function:

◆ rand_str()

void rand_str ( char * dest,
size_t length )

◆ usage()

int usage ( const char * cmd)
static
Here is the caller graph for this function: