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

1 2 3 4

  /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...]
  /src/tests/usr.bin/indent/
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}'; }"
  /src/libexec/httpd/testsuite/
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
  /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)
  /src/usr.bin/gzip/
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_coff.c 48 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
59 if (check(0, sizeof *exechdrp))
exec_elf32.c 53 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
57 ELFNAMEEND(check)(const char *mappedfile, size_t mappedsize)
64 if (check(0, sizeof *ehdrp))
105 if (check(0, phdr_off + phdr_size))
  /src/tests/usr.sbin/stdethers/
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"
  /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" "'{}'"
t_patterns.sh 64 check() function
310 # First just check that "printf | wc -l" works properly...
311 check 'printf "%s\n" 1 2 3 | wc -l' '3' 0 #1
314 check 'printf "%s\n" ab* | wc -l' '31' 0
315 check 'printf "%s\n" x*y | wc -l' '525' 0
316 check 'printf "%s\n" * | wc -l' '5718' 0
317 check 'printf "%s\n" ? | wc -l' '26' 0 #5
318 check 'printf "%s\n" ?? | wc -l' '550' 0
319 check 'printf "%s\n" ??? | wc -l' '2297' 0
320 check 'printf "%s\n" ???? | wc -l' '1745'
    [all...]
  /src/usr.bin/vndcompress/
Makefile 35 CHECKS+= check-pipe
37 check-pipe: .PHONY smallfile.cl2 smallfile.cl2pipe
81 CHECKS+= check-pipe-restart
86 check-pipe-restart: .PHONY piperestart.cl2 piperestart.cl2restart
106 CHECKS+= check-pipe-badstart
111 check-pipe-badstart: .PHONY pipebadstart.cl2 pipebadstart.cl2restart
125 CHECKS+= check-pipe-falsestart
129 check-pipe-falsestart: .PHONY pipefalsestart.cl2 pipefalsestart.cl2restart
141 CHECKS+= check-part
146 check-part: .PHONY part.orig part.ou
260 check: .PHONY ${CHECKS} target
    [all...]
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 40 check-is-posix: .USE
50 check-not-posix: .USE
60 check-not-seen-sys-mk: .USE
74 after-for: .PHONY set-up-sysdir check-not-posix run
85 after-if: .PHONY set-up-sysdir check-not-posix run
96 in-included-file: .PHONY set-up-sysdir check-not-posix run
103 in-first-line: .PHONY set-up-sysdir check-is-posix run
111 after-comment-lines: .PHONY set-up-sysdir check-is-posix run
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk ru
    [all...]
depsrc-meta.mk 20 check-results:
27 @${MAKE} -r -f ${MAKEFILE} check-results
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh4_dev.cpp 98 #define ON(x, c) ((x) & (c) ? check[1] : check[0])
100 static const char *check[] = { "[_]", "[x]" }; local in function:SH4dev::icu_dump
  /src/usr.sbin/sysinst/
checkrc.c 32 /* checkrc.c -- Create a script on the target to check the state of
45 static int check(const char *, int);
81 check(const char *varname, int filetocheck) function in typeref:typename:int
110 return check(varname, CHECK_CONF);
116 return check(varname, CHECK_DEFAULT);
  /src/tests/lib/libm/
t_next.c 53 #define CHECK(i, next, x, d, y) do \
69 * check(x, n)
76 check(const double *x, unsigned n) function in typeref:typename:void
81 CHECK(i, nextafter, x[i], x[i], x[i]);
82 CHECK(i, nexttoward, x[i], x[i], x[i]);
83 CHECK(i, nextafter, -x[i], -x[i], -x[i]);
84 CHECK(i, nexttoward, -x[i], -x[i], -x[i]);
91 CHECK(i, nexttoward, x[i], x[i]*(1 + LDBL_EPSILON),
95 CHECK(i, nextafter, x[i], x[i + 1], x[i + 1]);
96 CHECK(i, nexttoward, x[i], x[i + 1], x[i + 1])
    [all...]
  /src/lib/libc/gen/
nlist_ecoff.c 61 #define check(off, size) \ macro
108 if (check(0, sizeof *exechdrp))
127 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
  /src/usr.bin/pathchk/
pathchk.c 47 static int check(const char *);
77 rval |= check(arg);
91 check(const char *path) function in typeref:typename:int
171 * Check whether a path component contains only portable characters. Return
  /src/common/lib/libc/string/
strspn.c 83 unsigned long check; local in function:strspn_x
126 check = m_0;
128 check = m_4;
130 check = m_8;
132 check = m_c;
134 if (!((check >> (ch & 0x3f)) & 1))

Completed in 32 milliseconds

1 2 3 4