Searched refs:dirname (Results 1 – 20 of 20) sorted by relevance
/busybox-1.35.0/testsuite/dirname/ |
D | dirname-works | 1 test x$(dirname $(pwd)) = x$(busybox dirname $(pwd))
|
D | dirname-handles-empty-path | 1 test $(busybox dirname '') = .
|
D | dirname-handles-root | 1 test $(busybox dirname /) = /
|
D | dirname-handles-single-component | 1 test $(busybox dirname foo) = .
|
D | dirname-handles-multiple-slashes | 1 test $(busybox dirname foo/bar///baz) = foo/bar
|
D | dirname-handles-relative-path | 1 test $(busybox dirname foo/bar/baz) = foo/bar
|
D | dirname-handles-absolute-path | 1 test $(busybox dirname /foo/bar/baz) = /foo/bar
|
/busybox-1.35.0/coreutils/ |
D | dirname.c | 41 puts(dirname(single_argv(argv))); in dirname_main()
|
D | rmdir.c | 82 path = dirname(path); in rmdir_main()
|
D | cp.c | 262 dest_dir = dirname(dest_dup); in cp_main()
|
D | install.c | 221 bb_make_directory((opts & OPT_TARGET) ? ddir : dirname(ddir), 0755, mkdir_flags); in install_main()
|
/busybox-1.35.0/scripts/kconfig/ |
D | confdata.c | 337 char dirname[128]; in conf_write() local 348 dirname[0] = 0; in conf_write() 354 strcpy(dirname, name); in conf_write() 355 strcat(dirname, "/"); in conf_write() 359 memcpy(dirname, name, size); in conf_write() 360 dirname[size] = 0; in conf_write() 370 sprintf(newname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 595 sprintf(tmpname, "%s%s", dirname, basename); in conf_write()
|
/busybox-1.35.0/applets/ |
D | install.sh | 84 appdir=`dirname "$i"`
|
/busybox-1.35.0/ |
D | AUTHORS | 106 make_directory, parse_mode, dirname, mode_string,
|
D | NOFORK_NOEXEC.lst | 110 dirname - NOFORK
|
/busybox-1.35.0/docs/ |
D | busybox_footer.pod | 169 mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
|
D | posix_conformance.txt | 211 dirname POSIX options: None 212 dirname Busybox specific options: None
|
/busybox-1.35.0/archival/ |
D | unzip.c | 358 if (bb_make_directory(dirname(name), -1, FILEUTILS_RECUR)) { in unzip_create_leading_dirs()
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 1320 if (bb_make_directory(dirname((char *)path), -1, FILEUTILS_RECUR) == -1) in make_dir_tree()
|
/busybox-1.35.0/shell/ |
D | ash.c | 252 # error fails to match dirname, subsequently not expanding <pattern> in it.
|