Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <limits.h>
Go to the source code of this file.
Data Structures | |
struct | file_handler |
struct | generic_type |
Macros | |
#define | xstr(s) #s |
#define | str(s) xstr(s) |
#define | LINE_SIZE (2 * PATH_MAX + 50) |
Enumerations | |
enum | generic_types { GT_DIR, GT_PIPE, GT_SOCK } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
struct file_handler | file_handler_table [] |
#define LINE_SIZE (2 * PATH_MAX + 50) |
Definition at line 528 of file gen_init_cpio.c.
Definition at line 21 of file gen_init_cpio.c.
Definition at line 20 of file gen_init_cpio.c.
enum generic_types |
Definition at line 179 of file gen_init_cpio.c.
Definition at line 530 of file gen_init_cpio.c.
struct file_handler file_handler_table[] |
Definition at line 503 of file gen_init_cpio.c.