Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 53) sorted by relevance

123

/busybox-1.35.0/shell/ash_test/ash-psubst/
Dfalsetick.right9 ./falsetick.tests: line 12: can't create /does/not/exist: nonexistent directory
11 ./falsetick.tests: line 13: can't create /does/not/exist: nonexistent directory
13 ./falsetick.tests: line 14: can't create /does/not/exist: nonexistent directory
15 ./falsetick.tests: line 15: can't create /does/not/exist: nonexistent directory
17 ./falsetick.tests: line 16: can't create /does/not/exist: nonexistent directory
19 ./falsetick.tests: line 17: can't create /does/not/exist: nonexistent directory
21 ./falsetick.tests: line 18: can't create /does/not/exist: nonexistent directory
23 ./falsetick.tests: line 19: can't create /does/not/exist: nonexistent directory
/busybox-1.35.0/shell/hush_test/hush-psubst/
Dfalsetick.right9 hush: can't open '/does/not/exist': No such file or directory
11 hush: can't open '/does/not/exist': No such file or directory
13 hush: can't open '/does/not/exist': No such file or directory
15 hush: can't open '/does/not/exist': No such file or directory
17 hush: can't open '/does/not/exist': No such file or directory
19 hush: can't open '/does/not/exist': No such file or directory
21 hush: can't open '/does/not/exist': No such file or directory
23 hush: can't open '/does/not/exist': No such file or directory
Demptytick.right3 hush: can't execute '': No such file or directory
5 hush: can't execute '': No such file or directory
11 hush: can't execute '': No such file or directory
13 hush: can't execute '': No such file or directory
17 hush: can't execute '': No such file or directory
Dfalsetick3.right1 hush: can't open '/does/not/exist': No such file or directory
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_errors.right1 hush: can't open '/does/not/exist': No such file or directory
3 hush: can't open '/cant/be/created': No such file or directory
6 hush: can't open '/cant/be/created': No such file or directory
8 hush: can't open '/cant/be/created': No such file or directory
10 hush: can't open '/cant/be/created': No such file or directory
12 hush: can't open '/cant/be/created': No such file or directory
Dredir_backquote1.right1 hush: can't open '/cant/be/created': No such file or directory
4 hush: can't open '/cant/be/created': No such file or directory
Dredir_exec1.right2 hush: can't open '/cant/be/created': No such file or directory
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dbrace1.right4 hush: can't execute '{cmd': No such file or directory
5 hush: can't execute '{': No such file or directory
6 hush: can't execute '{': No such file or directory
/busybox-1.35.0/util-linux/
Dswitch_root.c71 static void delete_contents(const char *directory, dev_t rootdev);
73 static int FAST_FUNC rmrf(const char *directory, struct dirent *d, void *rootdevp) in rmrf() argument
75 char *newdir = concat_subpath_file(directory, d->d_name); in rmrf()
85 static void delete_contents(const char *directory, dev_t rootdev) in delete_contents() argument
90 if (lstat(directory, &st) || st.st_dev != rootdev) in delete_contents()
95 iterate_on_dir(directory, rmrf, &rootdev); in delete_contents()
98 unlink(directory); in delete_contents()
Dfdisk_sgi.c72 } directory[15]; member
343 if (sgilabel->directory[i].vol_file_size) { in sgi_list_table()
344 uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start); in sgi_list_table()
345 uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size); in sgi_list_table()
346 unsigned char *name = sgilabel->directory[i].vol_file_name; in sgi_list_table()
426 sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2); in create_sgiinfo()
427 sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo)); in create_sgiinfo()
428 memcpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8); in create_sgiinfo()
443 if (is_prefixed_with((char*)sgilabel->directory[0].vol_file_name, "sgilabel")) { in sgi_write_table()
449 int infostartblock = SGI_SSWAP32(sgilabel->directory[0].vol_file_start); in sgi_write_table()
/busybox-1.35.0/selinux/
Dsetfiles.c89 char *directory; member
189 static void add_exclude(const char *directory) in add_exclude() argument
194 if (directory == NULL || directory[0] != '/') { in add_exclude()
195 bb_error_msg_and_die("full path required for exclude: %s", directory); in add_exclude()
197 if (lstat(directory, &sb)) { in add_exclude()
198 bb_error_msg("directory \"%s\" not found, ignoring", directory); in add_exclude()
203 directory, sb.st_mode); in add_exclude()
210 len = strlen(directory); in add_exclude()
211 while (len > 1 && directory[len - 1] == '/') { in add_exclude()
214 excludeArray[excludeCtr].directory = xstrndup(directory, len); in add_exclude()
[all …]
/busybox-1.35.0/examples/
Dunrpm10 unrpm -x package.rpm /foo/boo <Extract rpm package to this directory,
11 put . for current directory>
Dundeb11 undeb -x package.deb /foo/boo <Extract deb package to this directory,
12 put . for current directory>
/busybox-1.35.0/shell/hush_test/hush-misc/
Dcontrol_char3.right1 hush: can't execute '': No such file or directory
Dcontrol_char4.right1 hush: can't execute '-': No such file or directory
Dexitcode_ENOENT.right1 hush: can't execute './does_not_exist_for_sure': No such file or directory
Dassignment2.right1 hush: can't execute 'a=b': No such file or directory
Dexitcode2.right3 hush: can't open 'does_not_exist': No such file or directory
Dempty_args.right2 hush: can't execute '': No such file or directory
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir_exec1.right1 ./redir_exec1.tests: line 1: can't create /cant/be/created: nonexistent directory
/busybox-1.35.0/examples/bootfloppy/
Dquickstart.txt4 common parent directory. (i.e. busybox/ and uclibc/ are both right off of
12 4) As root, type ./mksyslinux.sh path/to/linux/kernel from this directory.
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right88 hush: can't execute 'let': No such file or directory
90 hush: can't execute 'let': No such file or directory
174 hush: can't execute 'a[b[c]d]=e': No such file or directory
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt71 a different location in filesystem for supervise/ directory.
103 service directory: a directory with an executable file (script) named "run"
111 Service monitor starts a supervisor for each service directory.
112 If it dies, it restarts it. If service directory disappears,
117 supervisor: a tool which monitors one service directory.
131 in a service directory. It has the same structure as "normal"
159 directory with (minimally) one executable file (script) named "run"
163 directory (common choice are /var/service, /run/service etc).
166 logging tool invocation, unless this directory chose to channel
181 by service monitor: service monitor may see a directory with only some files
[all …]
/busybox-1.35.0/scripts/
Dmkmakefile25 MAKEFLAGS += --no-print-directory
/busybox-1.35.0/docs/
Dembedded-scripts.txt21 assumes that any files in the directory 'embed' at the top level of
24 The embed directory isn't present in the BusyBox source tree and
29 of commands in the BusyBox source directory:
39 control developers have is to put them in the embed directory, or not.
94 install directory can be specified and their usage messages are stored

123