Searched refs:NEVER (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp45 return ImbueAttribute::NEVER;
60 return ImbueAttribute::NEVER;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h39 NEVER, member in class:clang::XRayFunctionFilter::ImbueAttribute
/freebsd-11-stable/contrib/amd/amd/
H A Dmap.c46 #define smallest_t(t1, t2) (t1 != NEVER ? (t2 != NEVER ? (t1 < t2 ? t1 : t2) : t1) : t2)
974 time_t t = NEVER;
998 if (mf->mf_flags & MFF_IS_AUTOFS && mp->am_autofs_ttl != NEVER) {
1063 if (t == NEVER) {
H A Damd.h197 #define NEVER (time_t) 0 macro
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c210 #ifdef NEVER
213 #endif /*NEVER*/
224 #ifdef NEVER
227 #endif /*NEVER*/
230 #ifdef NEVER
233 #endif /*NEVER*/
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c92 NEVER}; /* we should never see this field set?!? */ enumerator in enum:__anon4820
202 PF_RULE_FIELD(natpass, NEVER),
203 PF_RULE_FIELD(max_mss, NEVER),
204 PF_RULE_FIELD(min_ttl, NEVER),
205 PF_RULE_FIELD(set_tos, NEVER),
1528 assert(pf_rule_desc[i].prf_type != NEVER ||
/freebsd-11-stable/sbin/routed/
H A Ddefs.h127 #define NEVER DAY /* a long time */ macro
128 #define EPOCH NEVER /* bias time by this to avoid <0 */
H A Dif.c533 ifp->int_act_time = NEVER;
555 ifp->int_act_time = NEVER;
556 ifp->int_query_time = NEVER;
729 ifs0.int_query_time = NEVER;
H A Drdisc.c822 rdisc_timer.tv_sec = now.tv_sec + NEVER;
864 rdisc_timer.tv_sec = now.tv_sec + NEVER;
H A Dtable.c2102 + ((rip_sock < 0) ? NEVER : SUPPLY_INTERVAL));
2120 if (ifp->int_act_time != NEVER
2135 ifp->int_query_time = NEVER;
H A Dmain.c784 ifp->int_query_time = NEVER;
H A Doutput.c918 || ifp->int_query_time != NEVER)
H A Dparms.c331 ifp->int_act_time = NEVER;
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh55 terminal application AND NEVER ELSE).
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c506 ** The ALWAYS and NEVER macros surround boolean expressions which
514 ** In other words, ALWAYS and NEVER are added for defensive code.
516 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
522 # define NEVER(X) (0) macro
525 # define NEVER(X) ((X)?(assert(0),1):0) macro
528 # define NEVER(X) (X) macro
19634 if( N==0 || NEVER(z==0) ){
114119 # define NEVER macro
114122 # define NEVER macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13817 ** The ALWAYS and NEVER macros surround boolean expressions which
13825 ** In other words, ALWAYS and NEVER are added for defensive code.
13827 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
13833 # define NEVER(X) (0) macro
13836 # define NEVER(X) ((X)?(assert(0),1):0) macro
13839 # define NEVER(X) (X) macro
169796 # define NEVER macro
169799 # define NEVER macro
169804 # define NEVER macro
211812 #define NEVER macro
[all...]
H A Dshell.c5929 # define NEVER(X) (0) macro
5932 # define NEVER(X) ((X)?(assert(0),1):0) macro
5935 # define NEVER(X) (X) macro
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c4103 #ifdef NEVER
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2338 case ImbueAttr::NEVER:

Completed in 814 milliseconds