| /minix3/minix/drivers/usb/usbd/hcd/ |
| H A D | hcd_schedule.c | 288 int checked; in hcd_get_urb() local 293 for (checked = 0; checked < HCD_MAX_URBS; checked++) { in hcd_get_urb()
|
| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | ns_name.c | 311 int checked; in MRns_name_unpack() local 314 checked = 0; in MRns_name_unpack() 332 checked += n + 1; in MRns_name_unpack() 352 checked += 2; in MRns_name_unpack() 358 if (checked >= eom - msg) { in MRns_name_unpack()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/crosstool/ARM/ |
| H A D | README | 8 REV_L is the revision at which "llvm" was checked out, and 9 REV_G is the revision at which "llvm-gcc-4.2" was checked out
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-elf-constpool.ll | 4 ; O0 checked for fastisel purposes. It has a separate path which
|
| /minix3/external/bsd/llvm/dist/llvm/test/Assembler/ |
| H A D | 2002-03-08-NameCollision.ll | 4 ; Method arguments were being checked for collisions at the global scope before
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | nooddspreg-error.s | 13 # An explicit .gnu_attribute must be checked against the effective
|
| H A D | mips_abi_flags_xx_set.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
| H A D | nooddspreg-cmdarg.s | 41 # An explicit .gnu_attribute must be checked against the effective
|
| H A D | nooddspreg.s | 43 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | switch-order-weight.ll | 3 ; Check that the cases which lead to unreachable are checked after "10"
|
| /minix3/external/bsd/llvm/dist/llvm/test/TableGen/ |
| H A D | intrinsic-order.td | 29 // Make sure an intrinsic name that is a prefix of another is checked after the
|
| /minix3/crypto/external/bsd/openssl/dist/doc/ssl/ |
| H A D | SSL_CTX_set_verify.pod | 53 server will send a certificate which will be checked. The result of the 54 certificate verification process can be checked after the TLS/SSL handshake 61 The certificate returned (if any) is checked. If the verification process 122 The certificate chain is checked starting with the deepest nesting level 124 At each level signatures and issuer attributes are checked. Whenever 151 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
|
| /minix3/lib/libc/nameser/ |
| H A D | ns_name.c | 434 int n, len, checked, l; in ns_name_unpack2() local 437 checked = 0; in ns_name_unpack2() 460 checked += l + 1; in ns_name_unpack2() 482 checked += 2; in ns_name_unpack2() 488 if (checked >= eom - msg) { in ns_name_unpack2()
|
| /minix3/external/bsd/llvm/dist/clang/test/Profile/ |
| H A D | README | 10 program, .profdata files are checked into Inputs/.
|
| /minix3/usr.bin/make/ |
| H A D | make.c | 123 static unsigned int checked = 1;/* Sequence # to detect recursion */ variable 692 checked++; in Make_Update() 1099 if (gn->checked == checked) { in MakeStartJobs() 1107 gn->checked = checked; in MakeStartJobs()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
| H A D | i64_fp_round.ll | 12 ; Note that only parts of the sequence are checked for here, to allow
|
| H A D | 2010-02-12-saveCR.ll | 8 ; Note that part of what is being checked here is proper register reuse.
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips64r2/ |
| H A D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips32/ |
| H A D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips64/ |
| H A D | abiflags.s | 35 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/msa/ |
| H A D | abiflags.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips32r2/ |
| H A D | abiflags.s | 36 # An explicit .gnu_attribute must be checked against the effective
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | security-syntax-checks.m | 67 …setuid(2); // expected-warning{{The return value from the call to 'setuid' is not checked. If an … 68 …setuid(0); // expected-warning{{The return value from the call to 'setuid' is not checked. If an … 80 …setreuid(2,2); // expected-warning{{The return value from the call to 'setreuid' is not checked. … 81 …setregid(2,2); // expected-warning{{The return value from the call to 'setregid' is not checked. …
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/dso/ |
| H A D | README | 4 I've checked out HPUX (well, version 11 at least) and shl_t is
|
| /minix3/minix/commands/zmodem/ |
| H A D | rbsb.c | 122 char checked = '\0' ; variable 132 lf = read(f, &checked, 1) ; in rdchk()
|