Searched refs:got (Results 1 – 25 of 27) sorted by relevance
12
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | signal1.right | 1 got signal 2 trap -- 'echo got signal' USR1 4 got signal 6 trap -- 'echo got signal' USR1 8 got signal 10 trap -- 'echo got signal' USR1 12 got signal 14 trap -- 'echo got signal' USR1 16 got signal 18 trap -- 'echo got signal' USR1
|
D | signal6.right | 1 got TERM
|
D | signal3.right | 2 child got HUP
|
D | signal6.tests | 1 { trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
D | signal1.tests | 1 trap "echo got signal" USR1
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | signal1.right | 1 got signal 2 trap -- 'echo got signal' USR1 4 got signal 6 trap -- 'echo got signal' USR1 8 got signal 10 trap -- 'echo got signal' USR1 12 got signal 14 trap -- 'echo got signal' USR1 16 got signal 18 trap -- 'echo got signal' USR1
|
D | signal6.right | 1 got TERM
|
D | signal3.right | 2 child got HUP
|
D | signal6.tests | 1 { trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
|
D | signal1.tests | 1 trap "echo got signal" USR1
|
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | group2.right | 1 got TERM
|
D | group2.tests | 2 { trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | group2.right | 1 got TERM
|
D | group2.tests | 2 { trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
|
/busybox-1.35.0/util-linux/ |
D | mkfs_vfat.c | 578 int try, got; in mkfs_vfat_main() 598 got = read(dev, blkbuf, try * BLOCK_SIZE); in mkfs_vfat_main() 599 if (got < 0) in mkfs_vfat_main() 600 got = 0; in mkfs_vfat_main() 601 if (got & (BLOCK_SIZE - 1)) in mkfs_vfat_main() 603 got /= BLOCK_SIZE; in mkfs_vfat_main() 604 currently_testing += got; in mkfs_vfat_main() 605 if (got == try) { in mkfs_vfat_main()
|
D | mkfs_minix.c | 467 ssize_t got; in do_check() local 475 got = read(dev_fd, buffer, try * BLOCK_SIZE); in do_check() 476 if (got < 0) in do_check() 477 got = 0; in do_check() 478 try = ((size_t)got) / BLOCK_SIZE; in do_check() 480 if (got & (BLOCK_SIZE - 1)) in do_check() 499 size_t try, got; in check_blocks() local 511 got = do_check(G.check_blocks_buffer, try, G.currently_testing); in check_blocks() 512 G.currently_testing += got; in check_blocks() 513 if (got == try) in check_blocks()
|
/busybox-1.35.0/shell/ash_test/ash-z_slow/ |
D | many_ifs.tests | 66 …?0*) echo "IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#]\" # expected \"$s\" got \"$g\"" … 67 …?1*) echo "IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)\" # expected \"$s\" got \"$… 68 …IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)(\$2)\" # expected \"$s\" got \"$g\"" ;; 69 …"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)(\$2)(\$3)\" # expected \"$s\" got \"$g\"" ;; 114 …*) echo "echo \"$i\" | ( IFS=\"$ifs\" read x y; echo \"(\$x)(\$y)\" ) # expected \"$r\" got \"$g\"…
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | many_ifs.tests | 66 …?0*) echo "IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#]\" # expected \"$s\" got \"$g\"" … 67 …?1*) echo "IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)\" # expected \"$s\" got \"$… 68 …IFS=\"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)(\$2)\" # expected \"$s\" got \"$g\"" ;; 69 …"$ifs\"; x=\"$i\"; set x \$x; shift; echo \"[\$#](\$1)(\$2)(\$3)\" # expected \"$s\" got \"$g\"" ;; 114 …*) echo "echo \"$i\" | ( IFS=\"$ifs\" read x y; echo \"(\$x)(\$y)\" ) # expected \"$r\" got \"$g\"…
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 735 struct obj_section *got; member 820 ElfW(Addr) got = ifile->got ? ifile->got->header.sh_addr : 0; in arch_apply_relocation() 852 *loc += got - dot; in arch_apply_relocation() 860 *loc += v - got; in arch_apply_relocation() 934 *loc += got - dot; in arch_apply_relocation() 1061 *loc += v - got; in arch_apply_relocation() 1396 *(unsigned long *) loc += got - dot; in arch_apply_relocation() 1405 *(ElfW(Addr) *)(ifile->got->contents + isym->gotent.offset) = v; in arch_apply_relocation() 1419 *loc += v - got; in arch_apply_relocation() 1449 *loc = got - dot + rel->r_addend; in arch_apply_relocation() [all …]
|
/busybox-1.35.0/shell/ |
D | ash_doc.txt | 121 Perhaps because at the moment bash got SIGINT it had no children?
|
/busybox-1.35.0/editors/ |
D | vi.c | 2577 static char *get_address(char *p, int *b, int *e, unsigned int *got) in get_address() argument 2592 *got = 3; in get_address() 2599 if (p == NULL || !(valid || *p == ',' || *p == ';' || *got & 1)) in get_address() 2603 *got = (*got << 1) | 1; in get_address() 2825 # define GOT_ADDRESS (got & 1) in colon() 2826 # define GOT_RANGE ((got & 3) == 3) in colon() 2831 unsigned int got; in colon() 2858 got = 0; in colon() 2863 buf = get_address(buf, &b, &e, &got); in colon()
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 128 + * byte (zero) that we have got to remove
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 232 If you've got anonymous Git access set up, making a patch is simple. Just make 331 would be cool" or "this patch is good because I say it is and I've got a Phd
|
/busybox-1.35.0/ |
D | TODO | 63 got the code for (like zlib).
|
D | NOFORK_NOEXEC.lst | 205 last - runner (I've got 1300 lines of output when tried it)
|
12