#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <dirent.h>
#include <string.h>
Go to the source code of this file.
|
uint32_t | hash_djb2 (const uint8_t *str, uint32_t hash) |
|
void | usage (const char *binname) |
|
void | processdir (DIR *dirp, const char *curpath, FILE *outfile, const char *prefix) |
|
int | main (int argc, char **argv) |
|
uint32_t hash_djb2 |
( |
const uint8_t * |
str, |
|
|
uint32_t |
hash |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void processdir |
( |
DIR * |
dirp, |
|
|
const char * |
curpath, |
|
|
FILE * |
outfile, |
|
|
const char * |
prefix |
|
) |
| |
void usage |
( |
const char * |
binname) | |
|