/busybox-1.35.0/util-linux/volume_id/ |
D | minix.c | 73 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()
|
D | linux_swap.c | 58 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()
|
D | reiserfs.c | 72 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()
|
D | iso9660.c | 105 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()
|
D | unused_promise_raid.c | 60 goto found; in volume_id_probe_promise_fasttrack_raid() 64 found: in volume_id_probe_promise_fasttrack_raid()
|
D | udf.c | 137 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()
|
D | hfs.c | 248 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()
|
D | unused_lvm.c | 82 goto found; in volume_id_probe_lvm2() 87 found: in volume_id_probe_lvm2()
|
D | sysv.c | 109 goto found; in volume_id_probe_sysv() 122 goto found; in volume_id_probe_sysv() 128 found: in volume_id_probe_sysv()
|
D | ntfs.c | 143 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/ |
D | brace1.right | 4 ./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/ |
D | rpm.c | 166 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/ |
D | mode_x.right | 6 ./mode_x.tests: line 10: this=command: not found 10 ./mode_x.tests: line 14: if: not found
|
/busybox-1.35.0/scripts/ |
D | embedded_scripts | 37 found=0 42 found=1 46 if [ $found -eq 0 ]
|
/busybox-1.35.0/libbb/ |
D | capability.c | 67 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/ |
D | inotifyd.c | 134 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()
|
D | man.c | 336 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/ |
D | command.right | 1 recho: not found
|
D | exitcode_ENOENT.right | 1 ./exitcode_ENOENT.tests: line 1: ./does_not_exist_for_sure: not found
|
D | assignment2.right | 1 ./assignment2.tests: line 2: a=b: not found
|
D | exec.right | 1 ./exec.tests: exec: line 2: ./test1.sh: not found
|
/busybox-1.35.0/shell/ash_test/ash-alias/ |
D | alias.right | 3 ./alias.tests: line 25: qfoo: not found
|
/busybox-1.35.0/networking/ |
D | telnetd.c | 184 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/ |
D | grep.c | 304 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/ |
D | getopt_silent.tests | 5 # to the option character found, but no output shall be written 11 # and OPTARG shall be set to the option character found.
|