Searched refs:pathname (Results 1 – 8 of 8) sorted by relevance
/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() argument 216 filename2modname(bb_get_last_path_component_nostrip(pathname), name); in pathname_matches_modname() 296 static int parse_module(module_info *info, const char *pathname) in parse_module() argument 302 dbg1_error_msg("parse_module('%s')", pathname); in parse_module() 307 module_image = xmalloc_open_zipped_read_close(pathname, &len); in parse_module() 381 const char *pathname, in fileAction() argument 390 pathname += 2; /* skip "./" */ in fileAction() 391 fname = bb_get_last_path_component_nostrip(pathname); in fileAction() 393 dbg1_error_msg("'%s' is not a module", pathname); in fileAction() [all …]
|
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 146 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) in xopen3() argument 150 ret = open(pathname, flags, mode); in xopen3() 152 bb_perror_msg_and_die("can't open '%s'", pathname); in xopen3() 158 int FAST_FUNC xopen(const char *pathname, int flags) in xopen() argument 160 return xopen3(pathname, flags, 0666); in xopen() 164 int FAST_FUNC open3_or_warn(const char *pathname, int flags, int mode) in open3_or_warn() argument 168 ret = open(pathname, flags, mode); in open3_or_warn() 170 bb_perror_msg("can't open '%s'", pathname); in open3_or_warn() 176 int FAST_FUNC open_or_warn(const char *pathname, int flags) in open_or_warn() argument 178 return open3_or_warn(pathname, flags, 0666); in open_or_warn() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | dollar_repl_slash_bash1.tests | 2 # * performing pathname expansion because we see [
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_repl_slash_bash1.tests | 2 # * performing pathname expansion because we see [
|
/busybox-1.35.0/docs/ |
D | tar_pax.txt | 98 The pathname of a link being created to another file, of any 109 pathname cannot be represented entirely with the members of the 122 The pathname of the following file(s). This record shall 124 block(s). The pax utility shall translate the pathname of the file 129 extended header record for each file whose pathname cannot be
|
/busybox-1.35.0/include/ |
D | libbb.h | 654 void xunlink(const char *pathname) FAST_FUNC; 655 void xstat(const char *pathname, struct stat *buf) FAST_FUNC; 657 int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC; 658 int open_or_warn(const char *pathname, int flags) FAST_FUNC; 659 int xopen3(const char *pathname, int flags, int mode) FAST_FUNC; 660 int xopen(const char *pathname, int flags) FAST_FUNC; 661 int xopen_nonblocking(const char *pathname) FAST_FUNC; 662 int xopen_as_uid_gid(const char *pathname, int flags, uid_t u, gid_t g) FAST_FUNC; 663 int open_or_warn_stdin(const char *pathname) FAST_FUNC; 664 int xopen_stdin(const char *pathname) FAST_FUNC;
|
/busybox-1.35.0/util-linux/ |
D | mount.c | 1251 char *pathname; in nfsmount() local 1309 pathname = s + 1; in nfsmount() 1710 (caddr_t) &pathname, in nfsmount() 1717 (caddr_t) &pathname, in nfsmount() 1762 hostname, pathname, in nfsmount() 1777 hostname, pathname, in nfsmount()
|
/busybox-1.35.0/shell/ |
D | brace.txt | 4 ated. This mechanism is similar to pathname expansion, but the file-
|