Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 56) sorted by relevance

123

/busybox-1.35.0/libbb/
Dwfopen_input.c16 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()
Dexecutable.c31 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()
Dread_printf.c161 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()
Dconcat_path_file.c18 char* FAST_FUNC concat_path_file(const char *path, const char *filename) in concat_path_file()
Dprint_numbered_lines.c11 int FAST_FUNC print_numbered_lines(struct number_state *ns, const char *filename) in print_numbered_lines()
Dparse_config.c69 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()
Dprocps.c69 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
Dread.c74 ssize_t FAST_FUNC open_read_close(const char *filename, void *buf, size_t size) in open_read_close()
Dutmp.c11 static void touch(const char *filename) in touch()
Dupdate_passwd.c86 int FAST_FUNC update_passwd(const char *filename, in update_passwd()
/busybox-1.35.0/archival/
Dbbunzip.c25 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()
Drpm.c93 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/
Ddocproc.c119 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/
Dfind_list_entry.c12 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/
Dstat.c469 #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()
Ddu.c109 static void print(unsigned long long size, const char *filename) in print()
145 static unsigned long long du(const char *filename) in du()
Dtail.c81 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
Ddate.c173 char *filename; in date_main() local
/busybox-1.35.0/modutils/
Dinsmod.c50 char *filename; in insmod_main() local
Dmodutils.c92 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/
Dhttpd_ssi.c62 static void process_includes(const char *filename) in process_includes()
/busybox-1.35.0/miscutils/
Dlsscsi.c29 static char *get_line(const char *filename, char *buf, char *bufend) in get_line()
Dflashcp.c76 #define filename argv[0] in flashcp_main() macro
/busybox-1.35.0/util-linux/
Dacpid.c201 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/
Dpasswd.c116 const char *filename; in passwd_main() local

123