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

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DXRayLists.cpp51 return ImbueAttribute::NEVER;
66 return ImbueAttribute::NEVER;
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DXRayLists.h44 NEVER, member in class:clang::XRayFunctionFilter::ImbueAttribute
/openbsd-current/usr.sbin/amd/amd/
H A Dmap.c975 #define NEVER (time_t) 0 macro
977 (t1 != NEVER ? (t2 != NEVER ? (t1 < t2 ? t1 : t2) : t1) : t2)
981 time_t t = NEVER;
1063 if (t == NEVER) {
1090 #undef NEVER macro
/openbsd-current/usr.sbin/sasyncd/
H A Dconf.y67 %token Y_SLAVE Y_MASTER INET INET6 FLUSHMODE STARTUP NEVER SYNC
108 | NEVER { $$ = FM_NEVER; }
168 const char *fm[] = { "STARTUP", "NEVER", "SYNC" };
268 { "never", NEVER },
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Datof-vax.c321 #ifdef NEVER /******* This zeroing seems redundant - Dean 3may86 **********/
H A Dtc-vax.c2755 #ifdef NEVER
2802 #endif /*#Ifdef NEVER*/
/openbsd-current/sbin/pfctl/
H A Dpfctl_optimize.c88 NEVER}; /* we should never see this field set?!? */ enumerator in enum:__anon12
203 PF_RULE_FIELD(max_mss, NEVER),
204 PF_RULE_FIELD(min_ttl, NEVER),
205 PF_RULE_FIELD(set_tos, NEVER),
1494 assert(pf_rule_desc[i].prf_type != NEVER ||
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfo-utils.c654 #if defined (NEVER)
663 #endif /* !NEVER */
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dbuild_llvm_release.bat143 -DPython3_FIND_REGISTRY=NEVER ^
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DSMTP.pm856 Notify => ['NEVER'] or ['SUCCESS','FAILURE','DELAY'] (see below)
878 The NEVER keyword must appear by itself if used within the Notify option and "requests
881 {Notify => ['NEVER']}
883 $smtp->recipient(@recipients, { Notify => ['NEVER'], SkipBad => 1 }); # Good
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c1528 #ifdef NEVER
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dread.c3535 #ifdef NEVER
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c3802 #ifdef NEVER
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3018 case ImbueAttr::NEVER:

Completed in 568 milliseconds