Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp51 return ImbueAttribute::NEVER; in shouldImbueFunction()
66 return ImbueAttribute::NEVER; in shouldImbueFunctionsInFile()
/freebsd/contrib/ntp/
H A DREADME.hackers13 and NEVER appear in the .c files.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h44 NEVER, enumerator
/freebsd/sbin/routed/
H A Ddefs.h102 #define NEVER DAY /* a long time */ macro
103 #define EPOCH NEVER /* bias time by this to avoid <0 */
H A Dif.c523 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 Drdisc.c812 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 Dtable.c2101 + ((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 Dmain.c760 ifp->int_query_time = NEVER; in rip_on()
H A Doutput.c908 || ifp->int_query_time != NEVER) in rip_query()
H A Dparms.c321 ifp->int_act_time = NEVER; in gwkludge()
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c90 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 Dhelpfile97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ]
104 dsn delimited. NEVER must appear by itself.
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample11 # Incoming connections. Should NEVER be set to "yes" if redirect_port
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5351.txt57 3 = clock output is NEVER disabled
/freebsd/contrib/file/magic/Magdir/
H A Dmacintosh145 # 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 DMakefile.in545 -DCMAKE_INSTALL_MESSAGE=NEVER \
/freebsd/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod61 # A proxy certificate MUST NEVER be a CA certificate.
/freebsd/usr.bin/fortune/
H A DNotes31 Potentially offensive fortune files should NEVER be maintained in
/freebsd/contrib/sqlite3/
H A Dsqlite3.c14289 # 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 Dshell.c9441 # 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 Dgmock_faq.md116 ### How can I assert that a function is NEVER called?
/freebsd/contrib/libpcap/
H A DMakefile.in899 -DCMAKE_INSTALL_MESSAGE=NEVER \
H A DCMakeLists.txt3317 if(NOT ${CMAKE_INSTALL_MESSAGE} STREQUAL \"NEVER\")
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION659 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 DCodeGenModule.cpp3454 case ImbueAttr::NEVER: in imbueXRayAttrs()

12