HomeSort by: relevance | last modified time | path
    Searched defs:check (Results 1 - 25 of 180) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_analyze.sh 29 check() { function
38 check $f rsp 1
39 check $f push 1
40 check $f pop 6
44 check $f rsp 1
45 check $f push 2
46 check $f pop 12
50 check $f rsp 0
51 check $f push 0
52 check $f pop
    [all...]
check_analyze.sh 29 check() { function
38 check $f rsp 1
39 check $f push 1
40 check $f pop 6
44 check $f rsp 1
45 check $f push 2
46 check $f pop 12
50 check $f rsp 0
51 check $f push 0
52 check $f pop
    [all...]
  /src/tests/usr.bin/indent/
t_options.sh 52 check() function
65 eval "${test_name}_body() { check '$test_name'; }"
t_options.sh 52 check() function
65 eval "${test_name}_body() { check '$test_name'; }"
  /src/tests/lib/libc/regex/
t_regex.sh 28 check() function
47 eval "${name}_body() { check '${name}'; }"
t_regex.sh 28 check() function
47 eval "${name}_body() { check '${name}'; }"
  /src/libexec/httpd/testsuite/
Makefile 27 check: check-simple check-cgi check-bigfile target
29 check-simple:
34 check-cgi:
39 check-bigfile:
Makefile 27 check: check-simple check-cgi check-bigfile target
29 check-simple:
34 check-cgi:
39 check-bigfile:
  /src/bin/ed/test/
Makefile 7 all: check
10 check: build test target
Makefile 7 all: check
10 check: build test target
  /src/tests/lib/libc/sys/
t_issetugid.c 42 static bool check(int (*fuid)(uid_t), int (*fgid)(gid_t));
45 check(int (*fuid)(uid_t), int (*fgid)(gid_t)) function in typeref:typename:bool
93 if (check(NULL, setegid) != true)
107 if (check(seteuid, NULL) != true)
121 if (check(NULL, setgid) != true)
135 if (check(setuid, NULL) != true)
t_issetugid.c 42 static bool check(int (*fuid)(uid_t), int (*fgid)(gid_t));
45 check(int (*fuid)(uid_t), int (*fgid)(gid_t)) function in typeref:typename:bool
93 if (check(NULL, setegid) != true)
107 if (check(seteuid, NULL) != true)
121 if (check(NULL, setgid) != true)
135 if (check(setuid, NULL) != true)
  /src/usr.bin/gzip/
gzexe 80 check () { function
172 elif ! check "$1" || ! compress "$1"; then
gzexe 80 check () { function
172 elif ! check "$1" || ! compress "$1"; then
  /src/usr.sbin/mdsetimage/
exec_aout.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *execp))
exec_ecoff.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *exechdrp))
exec_aout.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *execp))
exec_ecoff.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *exechdrp))
exec_coff.c 48 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
59 if (check(0, sizeof *exechdrp))
  /src/tests/usr.sbin/stdethers/
t_stdethers.sh 32 check() { function
62 check "/etc/ethers"
77 check "$(atf_get_srcdir)/d_valid.in"
t_stdethers.sh 32 check() { function
62 check "/etc/ethers"
77 check "$(atf_get_srcdir)/d_valid.in"
  /src/tests/usr.sbin/stdhosts/
t_stdhosts.sh 32 check() { function
60 check "/etc/hosts"
74 check "$(atf_get_srcdir)/d_ipv6.in"
t_stdhosts.sh 32 check() { function
60 check "/etc/hosts"
74 check "$(atf_get_srcdir)/d_ipv6.in"
  /src/usr.bin/colrm/
colrm.c 57 static void check(FILE *);
100 check(stdin);
119 check(stdout);
124 check(FILE *stream) function in typeref:typename:void
  /src/tests/bin/sh/
t_varquote.sh 32 check() { function
47 check() {
59 check "$foo" '${a:-foo}'
62 check "$foo" "foo"
65 check "$foo" "'{}'"
68 check "$foo" "'{}'"
72 check "$foo" "''}"
88 check "$foo" "x}y}z}"
96 check "$foo" "'{}'"

Completed in 32 milliseconds

1 2 3 4 5 6 7 8