Searched defs:pathname (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 146 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) in xopen3() 158 int FAST_FUNC xopen(const char *pathname, int flags) in xopen() 164 int FAST_FUNC open3_or_warn(const char *pathname, int flags, int mode) in open3_or_warn() 176 int FAST_FUNC open_or_warn(const char *pathname, int flags) in open_or_warn() 185 int FAST_FUNC xopen_nonblocking(const char *pathname) in xopen_nonblocking() 190 int FAST_FUNC xopen_as_uid_gid(const char *pathname, int flags, uid_t u, gid_t g) in xopen_as_uid_gid() 207 void FAST_FUNC xunlink(const char *pathname) in xunlink()
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 91 char *pathname; member 212 static int pathname_matches_modname(const char *pathname, const char *modname) in pathname_matches_modname() 296 static int parse_module(module_info *info, const char *pathname) in parse_module() 381 const char *pathname, in fileAction()
|
/busybox-1.35.0/util-linux/ |
D | mount.c | 1251 char *pathname; in nfsmount() local
|