Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
Go to the source code of this file.
Data Structures | |
struct | symbols |
struct | symfile |
Macros | |
#define | _GNU_SOURCE |
#define | MAXLINESZ 2048 |
#define | MAXFILES 250 |
#define | KERNELDOCPATH "scripts/" |
#define | KERNELDOC "kernel-doc" |
#define | DOCBOOK "-docbook" |
#define | LIST "-list" |
#define | FUNCTION "-function" |
#define | NOFUNCTION "-nofunction" |
#define | NODOCSECTIONS "-no-doc-sections" |
Typedefs | |
typedef void | DFL (char *) |
typedef void | FILEONLY (char *file) |
typedef void | FILELINE (char *file, char *line) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | exitstatus = 0 |
DFL * | defaultline |
FILEONLY * | internalfunctions |
FILEONLY * | externalfunctions |
FILEONLY * | symbolsonly |
FILEONLY * | findall |
FILELINE * | singlefunctions |
FILELINE * | entity_system |
FILELINE * | docsection |
struct symfile | symfilelist [MAXFILES] |
int | symfilecnt = 0 |