Home
last modified time | relevance | path

Searched full:sh (Results 1 – 25 of 4397) sorted by relevance

12345678910>>...176

/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dsh_pidcolors_example.txt11 which means, all functions from the /usr/bin/sh binary that begin with
16 Here it traces the example program, Code/Shell/func_abc.sh.
23 # sh_pidcolors.d -c ./func_abc.sh -o /tmp/out
30 0 12312 2 func_abc.sh:- syscall -> munmap
31 0 12312 34 func_abc.sh:- syscall <- munmap
32 0 12312 53 func_abc.sh:- syscall -> mmap
33 0 12312 19 func_abc.sh:- syscall <- mmap
34 0 12312 43 func_abc.sh:- syscall -> setcontext
35 0 12312 11 func_abc.sh:- syscall <- setcontext
36 0 12312 11 func_abc.sh:- syscall -> getrlimit
[all …]
H A Dsh_syscolors_example.txt7 Here it traces the example program, Code/Shell/func_abc.sh.
14 # sh_syscolors.d -c ./func_abc.sh -o /tmp/out
21 0 12979 2 func_abc.sh:- syscall -> munmap
22 0 12979 35 func_abc.sh:- syscall <- munmap
23 0 12979 56 func_abc.sh:- syscall -> mmap
24 0 12979 18 func_abc.sh:- syscall <- mmap
25 0 12979 40 func_abc.sh:- syscall -> setcontext
26 0 12979 11 func_abc.sh:- syscall <- setcontext
27 0 12979 11 func_abc.sh:- syscall -> getrlimit
28 0 12979 11 func_abc.sh:- syscall <- getrlimit
[all …]
H A Dsh_flow_example.txt5 Code/Shell/func_abc.sh.
9 0 3060274370505 func_abc.sh -> func_a
10 0 3060274370529 func_abc.sh > echo
11 0 3060274372742 func_abc.sh | sleep
12 0 3060275381634 func_abc.sh -> func_b
13 0 3060275381660 func_abc.sh > echo
14 0 3060275383852 func_abc.sh | sleep
15 0 3060276391653 func_abc.sh -> func_c
16 0 3060276391679 func_abc.sh > echo
17 0 3060276393671 func_abc.sh | sleep
[all …]
H A Dsh_flowinfo_example.txt5 Code/Shell/func_abc.sh.
9 0 19634 2 func_abc.sh:23 func -> func_a
10 0 19634 24 func_abc.sh:18 builtin -> echo
11 0 19634 41 func_abc.sh:- builtin <- echo
12 0 19634 5873 func_abc.sh:19 cmd -> sleep
13 0 19634 999373 func_abc.sh:- cmd <- sleep
14 0 19634 39 func_abc.sh:20 func -> func_b
15 0 19634 22 func_abc.sh:11 builtin -> echo
16 0 19634 40 func_abc.sh:- builtin <- echo
17 0 19634 4661 func_abc.sh:12 cmd -> sleep
[all …]
H A Dsh_syscalls_example.txt5 Code/Shell/func_abc.sh.
7 # sh_syscalls.d -c ./func_abc.sh -o /tmp/out
18 func_abc.sh func func_a 1
19 func_abc.sh func func_b 1
20 func_abc.sh func func_c 1
21 func_abc.sh syscall getrlimit 1
22 func_abc.sh syscall mmap 1
23 func_abc.sh syscall munmap 1
24 func_abc.sh syscall rexit 1
25 func_abc.sh syscall schedctl 1
[all …]
H A Dsh_flowtime_example.txt5 Code/Shell/func_abc.sh.
9 0 3060817866026 func_abc.sh 2 -> func_a
10 0 3060817866086 func_abc.sh 60 > echo
11 0 3060818871601 func_abc.sh 1005514 | sleep
12 0 3060818871639 func_abc.sh 38 -> func_b
13 0 3060818871684 func_abc.sh 44 > echo
14 0 3060819881597 func_abc.sh 1009912 | sleep
15 0 3060819881657 func_abc.sh 60 -> func_c
16 0 3060819881717 func_abc.sh 60 > echo
17 0 3060820891613 func_abc.sh 1009896 | sleep
[all …]
H A Dsh_cputime_example.txt4 prints a report. Here it traces the example program, Code/Shell/func_slow.sh.
12 func_slow.sh func func_a 1
13 func_slow.sh func func_b 1
14 func_slow.sh func func_c 1
15 func_slow.sh builtin echo 3
16 func_slow.sh builtin [ 603
21 func_slow.sh builtin echo 162
22 func_slow.sh builtin [ 6279
27 func_slow.sh func func_a 269465
28 func_slow.sh func func_b 670372
[all …]
H A Dsh_calltime_example.txt4 prints a report. Here it traces the example program, Code/Shell/func_abc.sh.
12 func_abc.sh func func_a 1
13 func_abc.sh func func_b 1
14 func_abc.sh func func_c 1
15 func_abc.sh builtin echo 3
16 func_abc.sh cmd sleep 3
21 func_abc.sh builtin echo 108
22 func_abc.sh cmd sleep 3023760
27 func_abc.sh func func_b 2629
28 func_abc.sh func func_c 2822
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsh_pidcolors_example.txt11 which means, all functions from the /usr/bin/sh binary that begin with
16 Here it traces the example program, Code/Shell/func_abc.sh.
23 # sh_pidcolors.d -c ./func_abc.sh -o /tmp/out
30 0 12312 2 func_abc.sh:- syscall -> munmap
31 0 12312 34 func_abc.sh:- syscall <- munmap
32 0 12312 53 func_abc.sh:- syscall -> mmap
33 0 12312 19 func_abc.sh:- syscall <- mmap
34 0 12312 43 func_abc.sh:- syscall -> setcontext
35 0 12312 11 func_abc.sh:- syscall <- setcontext
36 0 12312 11 func_abc.sh:- syscall -> getrlimit
[all …]
H A Dsh_syscolors_example.txt7 Here it traces the example program, Code/Shell/func_abc.sh.
14 # sh_syscolors.d -c ./func_abc.sh -o /tmp/out
21 0 12979 2 func_abc.sh:- syscall -> munmap
22 0 12979 35 func_abc.sh:- syscall <- munmap
23 0 12979 56 func_abc.sh:- syscall -> mmap
24 0 12979 18 func_abc.sh:- syscall <- mmap
25 0 12979 40 func_abc.sh:- syscall -> setcontext
26 0 12979 11 func_abc.sh:- syscall <- setcontext
27 0 12979 11 func_abc.sh:- syscall -> getrlimit
28 0 12979 11 func_abc.sh:- syscall <- getrlimit
[all …]
H A Dsh_flow_example.txt5 Code/Shell/func_abc.sh.
9 0 3060274370505 func_abc.sh -> func_a
10 0 3060274370529 func_abc.sh > echo
11 0 3060274372742 func_abc.sh | sleep
12 0 3060275381634 func_abc.sh -> func_b
13 0 3060275381660 func_abc.sh > echo
14 0 3060275383852 func_abc.sh | sleep
15 0 3060276391653 func_abc.sh -> func_c
16 0 3060276391679 func_abc.sh > echo
17 0 3060276393671 func_abc.sh | sleep
[all …]
H A Dsh_flowinfo_example.txt5 Code/Shell/func_abc.sh.
9 0 19634 2 func_abc.sh:23 func -> func_a
10 0 19634 24 func_abc.sh:18 builtin -> echo
11 0 19634 41 func_abc.sh:- builtin <- echo
12 0 19634 5873 func_abc.sh:19 cmd -> sleep
13 0 19634 999373 func_abc.sh:- cmd <- sleep
14 0 19634 39 func_abc.sh:20 func -> func_b
15 0 19634 22 func_abc.sh:11 builtin -> echo
16 0 19634 40 func_abc.sh:- builtin <- echo
17 0 19634 4661 func_abc.sh:12 cmd -> sleep
[all …]
H A Dsh_syscalls_example.txt5 Code/Shell/func_abc.sh.
7 # sh_syscalls.d -c ./func_abc.sh -o /tmp/out
18 func_abc.sh func func_a 1
19 func_abc.sh func func_b 1
20 func_abc.sh func func_c 1
21 func_abc.sh syscall getrlimit 1
22 func_abc.sh syscall mmap 1
23 func_abc.sh syscall munmap 1
24 func_abc.sh syscall rexit 1
25 func_abc.sh syscall schedctl 1
[all …]
H A Dsh_flowtime_example.txt5 Code/Shell/func_abc.sh.
9 0 3060817866026 func_abc.sh 2 -> func_a
10 0 3060817866086 func_abc.sh 60 > echo
11 0 3060818871601 func_abc.sh 1005514 | sleep
12 0 3060818871639 func_abc.sh 38 -> func_b
13 0 3060818871684 func_abc.sh 44 > echo
14 0 3060819881597 func_abc.sh 1009912 | sleep
15 0 3060819881657 func_abc.sh 60 -> func_c
16 0 3060819881717 func_abc.sh 60 > echo
17 0 3060820891613 func_abc.sh 1009896 | sleep
[all …]
H A Dsh_cputime_example.txt4 prints a report. Here it traces the example program, Code/Shell/func_slow.sh.
12 func_slow.sh func func_a 1
13 func_slow.sh func func_b 1
14 func_slow.sh func func_c 1
15 func_slow.sh builtin echo 3
16 func_slow.sh builtin [ 603
21 func_slow.sh builtin echo 162
22 func_slow.sh builtin [ 6279
27 func_slow.sh func func_a 269465
28 func_slow.sh func func_b 670372
[all …]
H A Dsh_calltime_example.txt4 prints a report. Here it traces the example program, Code/Shell/func_abc.sh.
12 func_abc.sh func func_a 1
13 func_abc.sh func func_b 1
14 func_abc.sh func func_c 1
15 func_abc.sh builtin echo 3
16 func_abc.sh cmd sleep 3
21 func_abc.sh builtin echo 108
22 func_abc.sh cmd sleep 3023760
27 func_abc.sh func func_b 2629
28 func_abc.sh func func_c 2822
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_fp16.td20 def VNEGSH : SInst<"vneg", "11", "Sh">;
23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">;
24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">;
25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">;
28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">;
31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">;
34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">;
37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">;
38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">;
39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">;
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c85 * These are the functions that must be implemented by a secure heap (sh).
283 * of "sh.minsize" units. The freelist and bitmaps are kept separately,
297 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size])
299 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size])
320 } SH; typedef
322 static SH sh; variable
326 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist()
327 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; in sh_getlist()
330 if (TESTBIT(sh.bittable, bit)) in sh_getlist()
343 OPENSSL_assert(list >= 0 && list < sh.freelist_size); in sh_testbit()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-sh-41 #!/bin/sh
8 tmpfiles="$tmpfiles xg-sh-4.sh"
9 cat <<\EOF > xg-sh-4.sh
119 tmpfiles="$tmpfiles xg-sh-4.err xg-sh-4.po"
121 ${XGETTEXT} --omit-header --no-location -d xg-sh-4 xg-sh-4.sh 2>xg-sh-4.err
122 test $? = 0 || { cat xg-sh-4.err; rm -fr $tmpfiles; exit 1; }
124 tmpfiles="$tmpfiles xg-sh-4.ok"
125 cat <<\EOF > xg-sh-4.ok
273 #, sh-format
277 #, sh-format
[all …]
H A Dxgettext-sh-11 #!/bin/sh
8 tmpfiles="$tmpfiles xg-sh-1.sh"
9 cat <<\EOF > xg-sh-1.sh
467 tmpfiles="$tmpfiles xg-sh-1.po"
471 -d xg-sh-1 xg-sh-1.sh
474 tmpfiles="$tmpfiles xg-sh-1.ok"
475 cat <<\EOF > xg-sh-1.ok
917 #, sh-format
921 #, sh-format
925 #, sh-format
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem_sec.c64 * These are the functions that must be implemented by a secure heap (sh).
255 * of "sh.minsize" units. The freelist and bitmaps are kept separately,
269 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size])
271 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size])
292 } SH; typedef
294 static SH sh; variable
298 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist()
299 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; in sh_getlist()
302 if (TESTBIT(sh.bittable, bit)) in sh_getlist()
315 OPENSSL_assert(list >= 0 && list < sh.freelist_size); in sh_testbit()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c113 static struct slab_object * slap_replenish_sopool(struct slab_heap* sh);
134 struct slab_heap *sh = data; in slap_sl_mem_destroy() local
138 if (!sh) in slap_sl_mem_destroy()
141 if (!sh->sh_stack) { in slap_sl_mem_destroy()
142 for (i = 0; i <= sh->sh_maxorder - order_start; i++) { in slap_sl_mem_destroy()
143 so = LDAP_LIST_FIRST(&sh->sh_free[i]); in slap_sl_mem_destroy()
147 LDAP_LIST_INSERT_HEAD(&sh->sh_sopool, so_tmp, so_link); in slap_sl_mem_destroy()
149 ch_free(sh->sh_map[i]); in slap_sl_mem_destroy()
151 ch_free(sh->sh_free); in slap_sl_mem_destroy()
152 ch_free(sh->sh_map); in slap_sl_mem_destroy()
[all …]
/netbsd-src/tests/usr.bin/id/
H A Dt_id.sh1 # $NetBSD: t_id.sh,v 1.2 2024/04/28 07:27:42 rillig Exp $
29 cat >run_id.sh <<EOF
30 #! /bin/sh
34 chmod +x run_id.sh
45 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh test
50 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh root
55 atf_check -s exit:0 -o file:expout -e empty ./run_id.sh
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A Ddevreg.c103 SH ## x ## REG(TRA); \
104 SH ## x ## REG(EXPEVT); \
105 SH ## x ## REG(INTEVT); \
107 SH ## x ## REG(BARA); \
108 SH ## x ## REG(BAMRA); \
109 SH ## x ## REG(BASRA); \
110 SH ## x ## REG(BBRA); \
111 SH ## x ## REG(BARB); \
112 SH ## x ## REG(BAMRB); \
113 SH ## x ## REG(BASRB); \
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvar-op-sunsh.mk3 # Tests for the :sh= variable assignment operator, which runs its right-hand
10 # The assignment operator is directly preceded by the ':sh'.
11 VAR:sh= echo colon-sh
12 .if ${VAR} != "colon-sh"
16 # It is also possible to have whitespace around the :sh assignment
18 VAR :sh = echo colon-sh-spaced
19 .if ${VAR} != "colon-sh-spaced"
23 # Until 2020-10-04, the ':sh' could even be followed by other characters.
38 # Until 2020-10-04, the last of them was interpreted as the ':sh'
49 # just looked for the previous ":sh", without taking any contextual
[all …]

12345678910>>...176