/busybox-1.35.0/libbb/ |
D | fgets_str.c | 12 static char *xmalloc_fgets_internal(FILE *file, const char *terminating_string, int chop_off, size_… in xmalloc_fgets_internal() 65 char* FAST_FUNC xmalloc_fgets_str(FILE *file, const char *terminating_string) in xmalloc_fgets_str() 70 char* FAST_FUNC xmalloc_fgets_str_len(FILE *file, const char *terminating_string, size_t *maxsz_p) in xmalloc_fgets_str_len() 75 char* FAST_FUNC xmalloc_fgetline_str(FILE *file, const char *terminating_string) in xmalloc_fgetline_str()
|
D | get_line_from_file.c | 13 char* FAST_FUNC bb_get_chunk_from_file(FILE *file, size_t *end) in bb_get_chunk_from_file() 48 char* FAST_FUNC xmalloc_fgets(FILE *file) in xmalloc_fgets() 55 char* FAST_FUNC xmalloc_fgetline(FILE *file) in xmalloc_fgetline()
|
D | write.c | 13 void FAST_FUNC xopen_xwrite_close(const char* file, const char* str) in xopen_xwrite_close()
|
D | printable.c | 11 void FAST_FUNC fputc_printable(int ch, FILE *file) in fputc_printable()
|
D | executable.c | 79 int FAST_FUNC BB_EXECVP(const char *file, char *const argv[]) in BB_EXECVP()
|
D | procps.c | 182 FILE *file; in procps_read_smaps() local 490 FILE *file; in procps_scan() local
|
/busybox-1.35.0/coreutils/ |
D | expand.c | 71 static void expand(FILE *file, unsigned tab_size, unsigned opt) in expand() 133 static void unexpand(FILE *file, unsigned tab_size, unsigned opt) in unexpand() 192 FILE *file; in expand_main() local
|
D | sum.c | 41 static unsigned sum_file(const char *file, unsigned type) in sum_file()
|
D | cut.c | 88 static void cut_file(FILE *file, const char *delim, const char *odelim, in cut_file() 320 FILE *file = fopen_or_warn_stdin(*argv); in cut_main() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | kxgettext.c | 62 char* file; member 66 static struct file_line *file_line__new(char *file, int lineno) in file_line__new() 89 static struct message *message__new(const char *msg, char *option, char *file, int lineno) in message__new() 129 static int message__add_file_line(struct message *self, char *file, int lineno) in message__add_file_line() 144 static int message__add(const char *msg, char *option, char *file, int lineno) in message__add()
|
D | expr.h | 18 struct file { struct 19 struct file *next; argument 20 struct file *parent; argument 21 char *name; 22 int lineno; 23 int flags; 114 struct file *file; member 136 struct file *file; member
|
D | util.c | 14 struct file *file; in file_lookup() local 32 struct file *file; in file_write_dep() local
|
D | zconf.l | 22 struct file *file; member
|
/busybox-1.35.0/miscutils/ |
D | mt.c | 109 const char *file = "/dev/tape"; in mt_main() local
|
D | strings.c | 46 FILE *file; in strings_main() local
|
D | crond.c | 383 CronFile *file; in delete_cronfile() local 439 CronFile *file = xzalloc(sizeof(CronFile)); in load_crontab() local 606 CronFile *file; in rescan_crontab_dir() local 889 CronFile *file; in flag_starting_jobs() local 937 CronFile *file; in start_jobs() local 969 CronFile *file; in check_completions() local
|
D | crontab.c | 43 static void edit_file(const struct passwd *pas, const char *file) in edit_file()
|
/busybox-1.35.0/scripts/basic/ |
D | docproc.c | 154 void adddep(char * file) { printf("\t%s", file); } in adddep() 155 void adddep2(char * file, char * line) { line = line; adddep(file); } in adddep2() 157 void noaction2(char * file, char * line) { file = file; line = line; } in noaction2()
|
/busybox-1.35.0/util-linux/ |
D | last.c | 73 int n, file = STDIN_FILENO; in last_main() local
|
D | more.c | 110 FILE *file; in more_main() local
|
/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 29 const char *file = LEASES_FILE; in dumpleases_main() local
|
/busybox-1.35.0/findutils/ |
D | grep.c | 283 static ssize_t FAST_FUNC bb_getline(char **line_ptr, size_t *line_alloc_len, FILE *file) in bb_getline() 302 static int grep_file(FILE *file) in grep_file() 661 FILE *file; in file_action_grep() local 710 FILE *file; in grep_main() local
|
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 45 def getsizes(file): argument
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 218 static bool exclude(const char *file) in exclude() 337 static int restore(const char *file) in restore() 467 const char *file, in apply_spec()
|
/busybox-1.35.0/modutils/ |
D | depmod.c | 111 static void xfreopen_write(const char *file, FILE *f) in xfreopen_write()
|