Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 27) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal1.right1 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
Dsignal6.right1 got TERM
Dsignal3.right2 child got HUP
Dsignal6.tests1 { trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
Dsignal1.tests1 trap "echo got signal" USR1
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal1.right1 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
Dsignal6.right1 got TERM
Dsignal3.right2 child got HUP
Dsignal6.tests1 { trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
Dsignal1.tests1 trap "echo got signal" USR1
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dgroup2.right1 got TERM
Dgroup2.tests2 { trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dgroup2.right1 got TERM
Dgroup2.tests2 { trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
/busybox-1.35.0/util-linux/
Dmkfs_vfat.c578 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()
Dmkfs_minix.c467 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/
Dmany_ifs.tests66 …?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/
Dmany_ifs.tests66 …?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/
Dmodutils-24.c735 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/
Dash_doc.txt121 Perhaps because at the moment bash got SIGINT it had no children?
/busybox-1.35.0/editors/
Dvi.c2577 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/
Dtelnetd.ctrlSQ.patch128 + * byte (zero) that we have got to remove
/busybox-1.35.0/docs/
Dcontributing.txt232 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/
DTODO63 got the code for (like zlib).
DNOFORK_NOEXEC.lst205 last - runner (I've got 1300 lines of output when tried it)

12