Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 59) sorted by relevance

123

/busybox-1.35.0/util-linux/volume_id/
Dminix.c73 goto found; in volume_id_probe_minix()
75 goto found; in volume_id_probe_minix()
77 goto found; in volume_id_probe_minix()
79 goto found; in volume_id_probe_minix()
83 goto found; in volume_id_probe_minix()
87 found: in volume_id_probe_minix()
Dlinux_swap.c58 goto found; in volume_id_probe_linux_swap()
74 goto found; in volume_id_probe_linux_swap()
79 found: in volume_id_probe_linux_swap()
Dreiserfs.c72 goto found; in volume_id_probe_reiserfs()
92 goto found; in volume_id_probe_reiserfs()
102 goto found; in volume_id_probe_reiserfs()
114 found: in volume_id_probe_reiserfs()
Diso9660.c105 goto found; in volume_id_probe_iso9660()
109 goto found; in volume_id_probe_iso9660()
116 goto found; in volume_id_probe_iso9660()
121 found: in volume_id_probe_iso9660()
Dunused_promise_raid.c60 goto found; in volume_id_probe_promise_fasttrack_raid()
64 found: in volume_id_probe_promise_fasttrack_raid()
Dudf.c137 goto found; in volume_id_probe_udf()
155 goto found; in volume_id_probe_udf()
157 goto found; in volume_id_probe_udf()
162 goto found; in volume_id_probe_udf()
174 found: in volume_id_probe_udf()
Dhfs.c248 goto found; in volume_id_probe_hfs_hfsplus()
262 goto found; in volume_id_probe_hfs_hfsplus()
273 goto found; in volume_id_probe_hfs_hfsplus()
282 goto found; in volume_id_probe_hfs_hfsplus()
289 goto found; in volume_id_probe_hfs_hfsplus()
297 goto found; in volume_id_probe_hfs_hfsplus()
300 goto found; in volume_id_probe_hfs_hfsplus()
307 goto found; in volume_id_probe_hfs_hfsplus()
314 found: in volume_id_probe_hfs_hfsplus()
Dunused_lvm.c82 goto found; in volume_id_probe_lvm2()
87 found: in volume_id_probe_lvm2()
Dsysv.c109 goto found; in volume_id_probe_sysv()
122 goto found; in volume_id_probe_sysv()
128 found: in volume_id_probe_sysv()
Dntfs.c143 goto found; in volume_id_probe_ntfs()
149 goto found; in volume_id_probe_ntfs()
195 found: in volume_id_probe_ntfs()
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dbrace1.right4 ./brace1.tests: line 4: {cmd: not found
5 ./brace1.tests: line 5: {: not found
6 ./brace1.tests: line 6: {: not found
/busybox-1.35.0/archival/
Drpm.c166 rpm_index *found; in rpm_getstr() local
167 found = bsearch(&tag, G.mytags, G.tagcount, sizeof(G.mytags[0]), bsearch_rpmtag); in rpm_getstr()
168 if (!found || itemindex >= found->count) in rpm_getstr()
170 if (found->type == RPM_STRING_TYPE in rpm_getstr()
171 || found->type == RPM_I18NSTRING_TYPE in rpm_getstr()
172 || found->type == RPM_STRING_ARRAY_TYPE in rpm_getstr()
175 char *tmpstr = (char *) G.map + found->offset; in rpm_getstr()
191 rpm_index *found; in rpm_getint() local
196 found = bsearch(&tag, G.mytags, G.tagcount, sizeof(G.mytags[0]), bsearch_rpmtag); in rpm_getint()
197 if (!found || itemindex >= found->count) in rpm_getint()
[all …]
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dmode_x.right6 ./mode_x.tests: line 10: this=command: not found
10 ./mode_x.tests: line 14: if: not found
/busybox-1.35.0/scripts/
Dembedded_scripts37 found=0
42 found=1
46 if [ $found -eq 0 ]
/busybox-1.35.0/libbb/
Dcapability.c67 goto found; in cap_name_to_number()
71 goto found; in cap_name_to_number()
75 found: in cap_name_to_number()
/busybox-1.35.0/miscutils/
Dinotifyd.c134 const char *found; in inotifyd_main() local
135 found = memchr(mask_names, *masks, MASK_BITS); in inotifyd_main()
136 if (found) in inotifyd_main()
137 mask |= (1 << (found - mask_names)); in inotifyd_main()
Dman.c336 int found = 0; in man_main() local
339 found = show_manpage(*argv, /*man:*/ 1, 0); in man_main()
371 found |= found_here; in man_main()
376 if (found && !(opt & OPT_a)) in man_main()
386 if (!found) { in man_main()
/busybox-1.35.0/shell/ash_test/ash-misc/
Dcommand.right1 recho: not found
Dexitcode_ENOENT.right1 ./exitcode_ENOENT.tests: line 1: ./does_not_exist_for_sure: not found
Dassignment2.right1 ./assignment2.tests: line 2: a=b: not found
Dexec.right1 ./exec.tests: exec: line 2: ./test1.sh: not found
/busybox-1.35.0/shell/ash_test/ash-alias/
Dalias.right3 ./alias.tests: line 25: qfoo: not found
/busybox-1.35.0/networking/
Dtelnetd.c184 unsigned char *found; in safe_write_to_pty_decode_iac() local
203 found = memchr(buf, IAC, wr); in safe_write_to_pty_decode_iac()
204 if (found != buf) { in safe_write_to_pty_decode_iac()
208 if (found) in safe_write_to_pty_decode_iac()
209 wr = found - buf; in safe_write_to_pty_decode_iac()
217 found = memchr(buf, '\r', wr); in safe_write_to_pty_decode_iac()
218 if (found) in safe_write_to_pty_decode_iac()
219 rc = found - buf + 1; in safe_write_to_pty_decode_iac()
/busybox-1.35.0/findutils/
Dgrep.c304 smalluint found; in grep_file() local
335 found = 0; in grep_file()
364 found = 1; in grep_file()
406 found |= (gl->matched_range.rm_so == 0 in grep_file()
410 found = 1; in grep_file()
420 found = 1; in grep_file()
451 if (found) { in grep_file()
460 if (found ^ invert_search) { in grep_file()
526 if (found) in grep_file()
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests5 # to the option character found, but no output shall be written
11 # and OPTARG shall be set to the option character found.

123