/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | XRayLists.cpp | 51 return ImbueAttribute::NEVER; in shouldImbueFunction() 66 return ImbueAttribute::NEVER; in shouldImbueFunctionsInFile()
|
/freebsd/contrib/ntp/ |
H A D | README.hackers | 13 and NEVER appear in the .c files.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | XRayLists.h | 44 NEVER, enumerator
|
/freebsd/sbin/routed/ |
H A D | defs.h | 102 #define NEVER DAY /* a long time */ macro 103 #define EPOCH NEVER /* bias time by this to avoid <0 */
|
H A D | if.c | 523 ifp->int_act_time = NEVER; in if_sick() 545 ifp->int_act_time = NEVER; in if_bad() 546 ifp->int_query_time = NEVER; in if_bad() 719 ifs0.int_query_time = NEVER; in ifinit()
|
H A D | rdisc.c | 812 rdisc_timer.tv_sec = now.tv_sec + NEVER; in rdisc_adv() 854 rdisc_timer.tv_sec = now.tv_sec + NEVER; in rdisc_sol()
|
H A D | table.c | 2101 + ((rip_sock < 0) ? NEVER : SUPPLY_INTERVAL)); in age() 2119 if (ifp->int_act_time != NEVER in age() 2134 ifp->int_query_time = NEVER; in age()
|
H A D | main.c | 760 ifp->int_query_time = NEVER; in rip_on()
|
H A D | output.c | 908 || ifp->int_query_time != NEVER) in rip_query()
|
H A D | parms.c | 321 ifp->int_act_time = NEVER; in gwkludge()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 90 NEVER}; /* we should never see this field set?!? */ enumerator 203 PF_RULE_FIELD(natpass, NEVER), 204 PF_RULE_FIELD(max_mss, NEVER), 205 PF_RULE_FIELD(min_ttl, NEVER), 206 PF_RULE_FIELD(set_tos, NEVER), 1553 assert(pf_rule_desc[i].prf_type != NEVER || in comparable_rule()
|
/freebsd/contrib/sendmail/src/ |
H A D | helpfile | 97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] 104 dsn delimited. NEVER must appear by itself.
|
/freebsd/sbin/natd/samples/ |
H A D | natd.cf.sample | 11 # Incoming connections. Should NEVER be set to "yes" if redirect_port
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | silabs,si5351.txt | 57 3 = clock output is NEVER disabled
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | macintosh | 145 # THIS SHOULD NEVER HAPPEN! Maybe another file type is misidentified as MacBinary 189 # THIS SHOULD NEVER HAPPEN! Maybe another file type is misidentified or time overflow
|
/freebsd/contrib/tcpdump/ |
H A D | Makefile.in | 545 -DCMAKE_INSTALL_MESSAGE=NEVER \
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | proxy-certificates.pod | 61 # A proxy certificate MUST NEVER be a CA certificate.
|
/freebsd/usr.bin/fortune/ |
H A D | Notes | 31 Potentially offensive fortune files should NEVER be maintained in
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14289 # define NEVER(X) (0) macro 14292 # define NEVER(X) ((X)?(assert(0),1):0) macro 14295 # define NEVER(X) (X) macro 26203 if( NEVER(id->pMethods==0) ) return 0; in sqlite3OsDeviceCharacteristics() 32053 if( NEVER(db==0) ) return; in sqlite3RecordErrorByteOffset() 32056 if( NEVER(pParse==0) ) return; in sqlite3RecordErrorByteOffset() 32058 if( NEVER(zText==0) ) return; in sqlite3RecordErrorByteOffset() 34006 if( NEVER(pVfs==0) ){ in sqlite3_randomness() 34155 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin() 34252 if( NEVER(p==0) ) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin() [all …]
|
H A D | shell.c | 9441 # define NEVER(X) (0) macro 9444 # define NEVER(X) ((X)?(assert(0),1):0) 9447 # define NEVER(X) (X) 11940 # define NEVER(X) (0) macro 11943 # define NEVER(X) ((X)?(assert(0),1):0) macro 11946 # define NEVER(X) (X) macro
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_faq.md | 116 ### How can I assert that a function is NEVER called?
|
/freebsd/contrib/libpcap/ |
H A D | Makefile.in | 899 -DCMAKE_INSTALL_MESSAGE=NEVER \
|
H A D | CMakeLists.txt | 3317 if(NOT ${CMAKE_INSTALL_MESSAGE} STREQUAL \"NEVER\")
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 659 NEVER write the embedded form (such as ff02:1::1 or fe80:2::fedc), 1135 - NEVER hardcode AF_INET nor AF_INET6.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3454 case ImbueAttr::NEVER: in imbueXRayAttrs()
|