/busybox-1.35.0/libbb/ |
D | wfopen.c | 11 FILE* FAST_FUNC fopen_or_warn(const char *path, const char *mode) in fopen_or_warn() 21 FILE* FAST_FUNC fopen_for_read(const char *path) in fopen_for_read() 26 FILE* FAST_FUNC xfopen_for_read(const char *path) in xfopen_for_read() 31 FILE* FAST_FUNC fopen_for_write(const char *path) in fopen_for_write() 36 FILE* FAST_FUNC xfopen_for_write(const char *path) in xfopen_for_write()
|
D | xreadlink.c | 20 char* FAST_FUNC xmalloc_readlink(const char *path) in xmalloc_readlink() 52 char* FAST_FUNC xmalloc_follow_symlinks(const char *path) in xmalloc_follow_symlinks() 94 char* FAST_FUNC xmalloc_readlink_or_warn(const char *path) in xmalloc_readlink_or_warn() 108 char* FAST_FUNC xmalloc_realpath(const char *path) in xmalloc_realpath() 126 char* FAST_FUNC xmalloc_realpath_coreutils(char *path) in xmalloc_realpath_coreutils()
|
D | get_last_path_component.c | 25 char* FAST_FUNC bb_get_last_path_component_nostrip(const char *path) in bb_get_last_path_component_nostrip() 41 char* FAST_FUNC bb_get_last_path_component_strip(char *path) in bb_get_last_path_component_strip()
|
D | concat_subpath_file.c | 17 char* FAST_FUNC concat_subpath_file(const char *path, const char *f) in concat_subpath_file()
|
D | concat_path_file.c | 18 char* FAST_FUNC concat_path_file(const char *path, const char *filename) in concat_path_file()
|
D | remove_file.c | 13 int FAST_FUNC remove_file(const char *path, int flags) in remove_file()
|
D | simplify_path.c | 45 char* FAST_FUNC bb_simplify_path(const char *path) in bb_simplify_path()
|
D | make_directory.c | 27 int FAST_FUNC bb_make_directory(char *path, long mode, int flags) in bb_make_directory()
|
D | pidfile.c | 16 void FAST_FUNC write_pidfile(const char *path) in write_pidfile()
|
D | executable.c | 71 char *path = getenv("PATH"); in executable_exists() local
|
D | find_root_device.c | 65 char* FAST_FUNC find_block_device(const char *path) in find_block_device()
|
D | xfuncs_printf.c | 137 FILE* FAST_FUNC xfopen(const char *path, const char *mode) in xfopen() 422 void FAST_FUNC xchdir(const char *path) in xchdir() 434 void FAST_FUNC xchroot(const char *path) in xchroot() 442 DIR* FAST_FUNC warn_opendir(const char *path) in warn_opendir() 453 DIR* FAST_FUNC xopendir(const char *path) in xopendir()
|
/busybox-1.35.0/procps/ |
D | smemcap.c | 29 static void writeheader(const char *path, struct stat *sb, int type) in writeheader() 45 static void archivefile(const char *path) in archivefile() 85 char path[sizeof(long long)*3 + sizeof("/cmdline")]; in archivejoin() local
|
D | fuser.c | 106 static smallint scan_proc_net_or_maps(const char *path, unsigned port) in scan_proc_net_or_maps() 172 static smallint scan_recursive(const char *path) in scan_recursive() 309 char path[sizeof("/proc/net/TCP6")]; in fuser_main() local
|
/busybox-1.35.0/selinux/ |
D | matchpathcon.c | 31 static int print_matchpathcon(char *path, int noprint) in print_matchpathcon() 59 char *fcontext, *prefix, *path; in matchpathcon_main() local
|
/busybox-1.35.0/coreutils/ |
D | rmdir.c | 48 char *path; in rmdir_main() local
|
D | mktemp.c | 66 const char *path; in mktemp_main() local
|
/busybox-1.35.0/debianutils/ |
D | which.c | 57 char *path; in which_main() local
|
/busybox-1.35.0/util-linux/ |
D | mkswap.c | 43 static void mkswap_selinux_setcontext(int fd, const char *path) in mkswap_selinux_setcontext() 81 # define mkswap_selinux_setcontext(fd, path) ((void)0) argument
|
D | nsenter.c | 63 char *path; /* optional path to a custom ns file */ member 134 static int open_by_path_or_target(const char *path, in open_by_path_or_target()
|
D | umount.c | 157 char *path; in umount_main() local
|
/busybox-1.35.0/miscutils/ |
D | ubi_tools.c | 81 static unsigned get_num_from_file(const char *path, unsigned max) in get_num_from_file() 127 char path[sizeof("/sys/class/ubi/ubi%d_%d/usable_eb_size") in ubi_tools_main() local
|
D | inotifyd.c | 124 char *path = *argv; in inotifyd_main() local
|
/busybox-1.35.0/e2fsprogs/ |
D | lsattr.c | 104 char *path; in lsattr_dir_proc() local
|
/busybox-1.35.0/modutils/ |
D | modinfo.c | 61 static void modinfo(const char *path, const char *version, in modinfo()
|