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

/freebsd-10.2-release/contrib/amd/amd/
H A Dmap.c50 #define smallest_t(t1, t2) (t1 != NEVER ? (t2 != NEVER ? (t1 < t2 ? t1 : t2) : t1) : t2)
948 time_t t = NEVER;
972 if (mf->mf_flags & MFF_IS_AUTOFS && mp->am_autofs_ttl != NEVER) {
1037 if (t == NEVER) {
H A Damd.h201 #define NEVER (time_t) 0 macro
/freebsd-10.2-release/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-10.2-release/sbin/routed/
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 Ddefs.h127 #define NEVER DAY /* a long time */ macro
128 #define EPOCH NEVER /* bias time by this to avoid <0 */
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.c789 ifp->int_query_time = NEVER;
H A Doutput.c918 || ifp->int_query_time != NEVER)
H A Dparms.c331 ifp->int_act_time = NEVER;
/freebsd-10.2-release/sbin/pfctl/
H A Dpfctl_optimize.c92 NEVER}; /* we should never see this field set?!? */ enumerator in enum:__anon6232
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-10.2-release/contrib/texinfo/info/
H A Dinfo-utils.c654 #if defined (NEVER)
663 #endif /* !NEVER */
/freebsd-10.2-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh53 terminal application AND NEVER ELSE).
/freebsd-10.2-release/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-10.2-release/contrib/sqlite3/
H A Dsqlite3.c524 ** The ALWAYS and NEVER macros surround boolean expressions which
532 ** In other words, ALWAYS and NEVER are added for defensive code.
534 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
540 # define NEVER(X) (0) macro
543 # define NEVER(X) ((X)?(assert(0),1):0) macro
546 # define NEVER(X) (X) macro
20251 if( N==0 || NEVER(z==0) ){
119147 # define NEVER macro
119150 # define NEVER macro
[all...]
/freebsd-10.2-release/contrib/binutils/gas/
H A Dread.c4103 #ifdef NEVER

Completed in 995 milliseconds