|
Linux Kernel
3.7.1
|
#include <sys/types.h>#include <sys/stat.h>#include <sys/mman.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <limits.h>#include <ctype.h>#include <arpa/inet.h>Go to the source code of this file.
Data Structures | |
| struct | item |
Macros | |
| #define | INT_CONF ntohl(0x434f4e46) |
| #define | INT_ONFI ntohl(0x4f4e4649) |
| #define | INT_NFIG ntohl(0x4e464947) |
| #define | INT_FIG_ ntohl(0x4649475f) |
| #define | HASHSZ 256 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | target |
| char * | depfile |
| char * | cmdline |
1.8.2