/busybox-1.35.0/libbb/ |
D | wfopen_input.c | 16 FILE* FAST_FUNC fopen_or_warn_stdin(const char *filename) in fopen_or_warn_stdin() 28 FILE* FAST_FUNC xfopen_stdin(const char *filename) in xfopen_stdin() 36 int FAST_FUNC open_or_warn_stdin(const char *filename) in open_or_warn_stdin() 49 int FAST_FUNC xopen_stdin(const char *filename) in xopen_stdin()
|
D | executable.c | 31 char* FAST_FUNC find_executable(const char *filename, char **PATHp) in find_executable() 69 int FAST_FUNC executable_exists(const char *filename) in executable_exists()
|
D | read_printf.c | 161 void* FAST_FUNC xmalloc_open_read_close(const char *filename, size_t *maxsz_p) in xmalloc_open_read_close() 200 void* FAST_FUNC xmalloc_open_read_close(const char *filename, size_t *maxsz_p) in xmalloc_open_read_close() 232 void* FAST_FUNC xmalloc_xopen_read_close(const char *filename, size_t *maxsz_p) in xmalloc_xopen_read_close()
|
D | concat_path_file.c | 18 char* FAST_FUNC concat_path_file(const char *path, const char *filename) in concat_path_file()
|
D | print_numbered_lines.c | 11 int FAST_FUNC print_numbered_lines(struct number_state *ns, const char *filename) in print_numbered_lines()
|
D | parse_config.c | 69 parser_t* FAST_FUNC config_open2(const char *filename, FILE* FAST_FUNC (*fopen_func)(const char *pa… in config_open2() 82 parser_t* FAST_FUNC config_open(const char *filename) in config_open()
|
D | procps.c | 69 static int read_to_buf(const char *filename, void *buf) in read_to_buf() 184 char filename[sizeof("/proc/%u/smaps") + sizeof(int)*3]; in procps_read_smaps() local 293 char filename[sizeof("/proc/%u/task/%u/cmdline") + sizeof(int)*3 * 2]; in procps_scan() local 572 char filename[sizeof("/proc/%u/cmdline") + sizeof(int)*3]; in read_cmdline() local
|
D | read.c | 74 ssize_t FAST_FUNC open_read_close(const char *filename, void *buf, size_t size) in open_read_close()
|
D | utmp.c | 11 static void touch(const char *filename) in touch()
|
D | update_passwd.c | 86 int FAST_FUNC update_passwd(const char *filename, in update_passwd()
|
/busybox-1.35.0/archival/ |
D | bbunzip.c | 25 int open_to_or_warn(int to_fd, const char *filename, int flags, int mode) in open_to_or_warn() 35 char* FAST_FUNC append_ext(char *filename, const char *expected_ext) in append_ext() 42 char* FAST_FUNC (*make_new_name)(char *filename, const char *expected_ext), in bbunpack() 48 char *filename, *new_name; in bbunpack() local 200 char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext) in make_new_name_generic() 327 char* FAST_FUNC make_new_name_gunzip(char *filename, const char *expected_ext UNUSED_PARAM) in make_new_name_gunzip()
|
D | rpm.c | 93 static int rpm_gettags(const char *filename) in rpm_gettags() 225 static void fileaction_dobackup(char *filename, int fileref) in fileaction_dobackup() 243 static void fileaction_setowngrp(char *filename, int fileref) in fileaction_setowngrp() 253 static void loop_through_files(int filetag, void (*fileaction)(char *filename, int fileref)) in loop_through_files() 257 char* filename = xasprintf("%s%s", in loop_through_files() local
|
/busybox-1.35.0/scripts/basic/ |
D | docproc.c | 119 char *filename; member 135 struct symfile * add_new_file(char * filename) in add_new_file() 141 struct symfile * filename_exist(char * filename) in filename_exist() 167 void find_export_symbols(char * filename) in find_export_symbols() 221 void docfunctions(char * filename, char * type) in docfunctions() 251 void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); } in intfunc() 252 void extfunc(char * filename) { docfunctions(filename, FUNCTION); } in extfunc() 259 void singfunc(char * filename, char * line) in singfunc()
|
/busybox-1.35.0/archival/libarchive/ |
D | find_list_entry.c | 12 const llist_t* FAST_FUNC find_list_entry(const llist_t *list, const char *filename) in find_list_entry() 26 const llist_t* FAST_FUNC find_list_entry2(const llist_t *list, const char *filename) in find_list_entry2()
|
/busybox-1.35.0/coreutils/ |
D | stat.c | 469 #define do_statfs(filename, format) do_statfs(filename) argument 471 static bool do_statfs(const char *filename, const char *format) in do_statfs() 587 #define do_stat(filename, format) do_stat(filename) argument 589 static bool do_stat(const char *filename, const char *format) in do_stat()
|
D | du.c | 109 static void print(unsigned long long size, const char *filename) in print() 145 static unsigned long long du(const char *filename) in du()
|
D | tail.c | 81 static void tail_xprint_header(const char *fmt, const char *filename) in tail_xprint_header() 347 const char *filename = argv[i]; in tail_main() local
|
D | date.c | 173 char *filename; in date_main() local
|
/busybox-1.35.0/modutils/ |
D | insmod.c | 50 char *filename; in insmod_main() local
|
D | modutils.c | 92 char* FAST_FUNC filename2modname(const char *filename, char *modname) in filename2modname() 156 void* FAST_FUNC try_to_mmap_module(const char *filename, size_t *image_size_p) in try_to_mmap_module() 194 int FAST_FUNC bb_init_module(const char *filename, const char *options) in bb_init_module()
|
/busybox-1.35.0/networking/ |
D | httpd_ssi.c | 62 static void process_includes(const char *filename) in process_includes()
|
/busybox-1.35.0/miscutils/ |
D | lsscsi.c | 29 static char *get_line(const char *filename, char *buf, char *bufend) in get_line()
|
D | flashcp.c | 76 #define filename argv[0] in flashcp_main() macro
|
/busybox-1.35.0/util-linux/ |
D | acpid.c | 201 static void parse_conf_file(const char *filename) in parse_conf_file() 222 static void parse_map_file(const char *filename) in parse_map_file()
|
/busybox-1.35.0/loginutils/ |
D | passwd.c | 116 const char *filename; in passwd_main() local
|