| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regutils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
| /src/external/bsd/nvi/dist/regex/ |
| utils.h | 44 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| unit_tests.sh | 16 NC='\033[0m' 76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}" 78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
|
| /src/lib/libc/regex/ |
| utils.h | 69 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128))
|
| regex2.h | 138 if ((unsigned)ch < NC) 162 if ((unsigned)ch < NC)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ImplicitNullChecks.cpp | 761 for (auto &NC : NullCheckList) { 763 unsigned BranchesRemoved = TII->removeBranch(*NC.getCheckBlock()); 767 if (auto *DepMI = NC.getOnlyDependency()) { 769 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); 777 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc()); 782 MachineBasicBlock *MBB = NC.getMemOperation()->getParent(); 792 if (auto *DepMI = NC.getOnlyDependency()) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| setup.sh | 234 # NC CA1 only permits the host www.good.org and *.good.com email address 238 NC="permitted;DNS:www.good.org, permitted;DNS:good.com," 239 NC="$NC permitted;email:good@good.org, permitted;email:good.com," 240 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0" 242 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert 244 # NC CA2 allows anything apart from hosts www.bad.org and *.bad.co [all...] |
| mkcert.sh | 142 if [ -n "$NC" ]; then 143 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
|
| /src/crypto/external/apache2/openssl/dist/test/certs/ |
| setup.sh | 261 # NC CA1 only permits the host www.good.org and *.good.com email address 265 NC="permitted;DNS:www.good.org, permitted;DNS:good.com," 266 NC="$NC permitted;email:good@good.org, permitted;email:good.com," 267 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0" 269 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert 271 # NC CA2 allows anything apart from hosts www.bad.org and *.bad.co [all...] |
| mkcert.sh | 147 if [ -n "$NC" ]; then 148 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-member.cc | 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-member.cc | 22 typedef enum {NA = 20, NB, NC, ND} ANON_NE;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| FlattenCFG.cpp | 296 Value *NC; 299 NC = Builder.CreateOr(PC, CC); 302 NC = Builder.CreateAnd(PC, CC); 304 PBI->replaceUsesOfWith(CC, NC); 305 PC = NC; 496 Value *NC = Builder.CreateBinOp(CombineOp, CInst1, CInst2); 497 PBI->replaceUsesOfWith(IfCond2, NC);
|
| /src/crypto/external/bsd/openssl/dist/test/certs/ |
| setup.sh | 238 # NC CA1 only permits the host www.good.org and *.good.com email address 242 NC="permitted;DNS:www.good.org, permitted;DNS:good.com," 243 NC="$NC permitted;email:good@good.org, permitted;email:good.com," 244 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0" 246 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert 248 # NC CA2 allows anything apart from hosts www.bad.org and *.bad.co [all...] |
| mkcert.sh | 147 if [ -n "$NC" ]; then 148 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| mkcert.sh | 132 if [ -n "$NC" ]; then 133 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| EquivalenceClasses.h | 188 unsigned NC = 0; 190 if (I->isLeader()) ++NC; 191 return NC;
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| tests.sh | 116 if [ -x "${NC}" ]; then 117 "${NC}" 10.53.0.3 "${EXTRAPORT1}" >nc.out$n || ret=1 118 if test -s nc.out$n; then 122 echo_i "skipping test as nc not found" 496 if [ -x "${NC}" ]; then 497 "${NC}" 10.53.0.3 "${EXTRAPORT1}" <<EOF >nc.out$n || ret=1 506 lines=$(grep -c "^<statistics version" nc.out$n) 509 lines=$(grep -c "^Connection: Keep-Alive" nc.out$n || true [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| output_test_helper.cc | 89 for (const auto& NC : not_checks) { 90 CHECK(!NC.regex->Match(line)) 92 << NC.regex_str << "\""
|
| /src/tools/binutils/ |
| Makefile | 58 (cd .native && ${CONFIGURE_ENV:NC*:NLD*} \
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| m68k-parse.h | 172 NC, /* no cache token */
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| m68k-parse.h | 172 NC, /* no cache token */
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 34 ; type : SH, PR, IN, NC 38 ; NC: not connected (00 or FF or image readable, maybe) 49 ; F000 FDFF NC bus error (00 or FF) 306 JR NC,$ + 3 1043 JR NC,PCM_NORMAL 1292 JP NC,PAM_ERROR_ENC 1606 JP NC,PAM2A_NORMAL ; jump=9 no=6 1703 JP NC,PAM2B_NORMAL ; jump=9 no=6 1832 JP NC,PAM3A_NORMAL ; jump=9 no=6 1932 JP NC,PAM3B_NORMAL ; jump=9 no= [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| COFFYAML.cpp | 492 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, 496 IO.mapOptional("Characteristics", NC->Characteristics); 560 MappingNormalization<NSectionCharacteristics, uint32_t> NC( 563 IO.mapRequired("Characteristics", NC->Characteristics); 584 NC->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| output_test_helper.cc | 98 for (const auto& NC : not_checks) { 99 CHECK(!NC.regex->Match(line)) 101 << NC.regex_str << "\""
|