/busybox-1.35.0/libbb/ |
D | loop.c | 107 char *try; in set_loop() local 124 try = *device; in set_loop() 125 if (!try) { in set_loop() 133 try = xasprintf(LOOP_FORMAT, i); in set_loop() 137 try = dev; in set_loop() 146 if (stat(try, &statbuf) != 0 || !S_ISBLK(statbuf.st_mode)) { in set_loop() 149 && try == dev in set_loop() 161 lfd = rc = open(try, mode); in set_loop() 164 lfd = rc = open(try, mode); in set_loop() 183 && try != dev /* tried a _kernel-offered_ loopN? */ in set_loop() [all …]
|
D | rtc.c | 42 int try = 1000 / 20; in open_loop_on_busy() local 48 if (--try != 0) in open_loop_on_busy()
|
/busybox-1.35.0/scripts/ |
D | trylink | 40 try() { function 137 try $CC $CFLAGS $LDFLAGS \ 164 try $CC $CFLAGS $LDFLAGS \ 193 try $CC $CFLAGS $LDFLAGS \ 223 try $CC $CFLAGS $LDFLAGS \ 255 try $CC $CFLAGS $LDFLAGS \ 279 try $CC $CFLAGS $LDFLAGS \ 317 try $CC $CFLAGS $LDFLAGS "$sharedlib_dir/applet.c" \
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | signal1.tests | 3 for try in 1 2 3 4 5; do 6 echo "sent $try signal"
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | signal1.tests | 3 for try in 1 2 3 4 5; do 6 echo "sent $try signal"
|
/busybox-1.35.0/util-linux/ |
D | mkfs_vfat.c | 578 int try, got; in mkfs_vfat_main() 589 try = TEST_BUFFER_BLOCKS; in mkfs_vfat_main() 591 if (currently_testing + try > volume_size_blocks) in mkfs_vfat_main() 592 try = volume_size_blocks - currently_testing; in mkfs_vfat_main() 598 got = read(dev, blkbuf, try * BLOCK_SIZE); in mkfs_vfat_main() 605 if (got == try) { in mkfs_vfat_main() 606 try = TEST_BUFFER_BLOCKS; in mkfs_vfat_main() 609 try = 1; in mkfs_vfat_main()
|
D | mkfs_minix.c | 465 static size_t do_check(char *buffer, size_t try, unsigned current_block) in do_check() argument 475 got = read(dev_fd, buffer, try * BLOCK_SIZE); in do_check() 478 try = ((size_t)got) / BLOCK_SIZE; in do_check() 481 fprintf(stderr, "Short read at block %u\n", (unsigned)(current_block + try)); in do_check() 482 return try; in do_check() 499 size_t try, got; in check_blocks() local 508 try = TEST_BUFFER_BLOCKS; in check_blocks() 509 if (G.currently_testing + try > SB_ZONES) in check_blocks() 510 try = SB_ZONES - G.currently_testing; in check_blocks() 511 got = do_check(G.check_blocks_buffer, try, G.currently_testing); in check_blocks() [all …]
|
D | Config.src | 39 This feature lets mount to try to create next /dev/loopN device
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redirA.tests | 8 # Also try unquoted
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redirA.tests | 8 # Also try unquoted
|
/busybox-1.35.0/testsuite/date/ |
D | date-R-works | 3 # Therefore we try it several times.
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | param_expand_default.tests | 1 # first try some invalid patterns (do in subshell due to parsing error)
|
D | param_expand_assign.tests | 1 # First try some invalid patterns. Do in subshell due to parsing error.
|
D | param_expand_alt.tests | 1 # First try some invalid patterns. Do in subshell due to parsing error.
|
D | param_expand_bash_substring.tests | 1 # first try some invalid patterns
|
D | param_expand_indicate_error.tests | 4 # first try some invalid patterns
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | param_expand_default.tests | 1 # first try some invalid patterns (do in subshell due to parsing error)
|
D | param_expand_assign.tests | 1 # First try some invalid patterns. Do in subshell due to parsing error.
|
D | param_expand_alt.tests | 1 # First try some invalid patterns. Do in subshell due to parsing error.
|
D | param_expand_bash_substring.tests | 1 # first try some invalid patterns
|
D | param_expand_indicate_error.tests | 3 # first try some invalid patterns
|
/busybox-1.35.0/docs/ |
D | smallint.txt | 11 At worst, compiler will try to make sure that it is properly cast
|
D | unicode.txt | 33 (try to load a random binary file...), and they need to preserve
|
D | new-applet-HOWTO.txt | 120 You should also try to find a suitable place in include/libbb.h for 124 You can look at libbb/Config.src and try to find out if the function is
|
D | nofork_noexec.txt | 27 BB_EXECVP(cmd, argv) will try to exec /proc/self/exe 34 shells will try to exec /proc/self/exe if command's name matches
|