Searched refs:always (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_user.c64 char *username, *always, *never; local
68 always = strtok_r(NULL, user_delim, &last);
71 if ((username == NULL) || (always == NULL) || (never == NULL))
78 if (getauditflagsbin(always, &(u->au_always)) == -1)
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in133 authorityKeyIdentifier=keyid:always,issuer:always
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc84 // FIXME: Currently disabled when using Clang, as we don't always have our
/freebsd-12-stable/contrib/bmake/mk/
H A Dcompiler.mk24 # gcc does not always say gcc
/freebsd-12-stable/usr.bin/bc/
H A Dscan.l61 %option always-interactive
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rtc.c61 * init-always true true false
67 boolean_t always; member in struct:aml8726_rtc_init
291 if (sc->init.always == TRUE || (CSR_READ_4(sc, AML_RTC_1_REG) &
331 * RTC could contain a valid value) by enabling count always
381 sc->init.always = true;
388 sc->init.always = false;
/freebsd-12-stable/sys/conf/
H A Dkern.opts.mk108 .if defined(WITHOUT_${var}) # WITHOUT always wins
124 .if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins
138 # MK_* options which are always no, usually because they are
H A Dkern.pre.mk9 # the rest of /usr/src, but they still always process SRCCONF even though
22 # The kernel build always occurs in the object directory which is .CURDIR.
27 # The kernel build always expects .OBJDIR=.CURDIR.
/freebsd-12-stable/contrib/opie/
H A Dconfigure2663 to always fail with ENOSYS. Some functions are actually named
2883 to always fail with ENOSYS. Some functions are actually named
2989 to always fail with ENOSYS. Some functions are actually named
3046 to always fail with ENOSYS. Some functions are actually named
3097 to always fail with ENOSYS. Some functions are actually named
3152 to always fail with ENOSYS. Some functions are actually named
3204 to always fail with ENOSYS. Some functions are actually named
3256 to always fail with ENOSYS. Some functions are actually named
3308 to always fail with ENOSYS. Some functions are actually named
3359 to always fai
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h30 int on_heap, bool always = false);
H A Dompt-specific.cpp272 int on_heap, bool always) {
274 if (always ||
271 __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int on_heap, bool always) argument
/freebsd-12-stable/share/mk/
H A Dsrc.sys.mk4 # it will always grab SRCCONF, even if it isn't being built in-tree
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Ddollar.mk24 # the empty variable instead, which is always guaranteed to be empty.
/freebsd-12-stable/lib/clang/
H A Dllvm.build.mk33 # arm (for armv4 and armv5 CPUs) always uses the soft float ABI.
/freebsd-12-stable/usr.sbin/etcupdate/
H A Detcupdate.sh160 # Returns true (0) if the new version of a file should always be
669 # This should always be present since the file is already
1691 # Files that should always have the new version of the file installed.
1719 always=
1747 # specified patterns in an 'always' variable
1752 always="$always $OPTARG"
1792 if [ -n "$always" ]; then
1793 ALWAYS_INSTALL="$always"
1829 # about unsupported options. Since the configuration file is always
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h372 static bool always(const LegalityQuery &) { return true; } function in class:LegalizeRuleSet
531 return actionIf(LegalizeAction::Legal, always);
540 return actionIf(LegalizeAction::Lower, always);
665 return actionIf(LegalizeAction::Unsupported, always);
706 return customIf(always);
912 add({always, LegalizeAction::UseLegacyRules});
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/openpam/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/sqlite3/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/unbound/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/libevent/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/ldns/
H A Dinstall-sh143 is_target_a_directory=always
207 if test $# -gt 1 || test "$is_target_a_directory" = always; then
/freebsd-12-stable/contrib/ntp/sntp/
H A DMakefile.am156 @: always out-of-date causing targets which depend on it to
157 @: similarly always be outdated causing their rules to fire
/freebsd-12-stable/contrib/gdb/gdb/
H A Dp-lang.c261 distinction to be passed on to a debugger. For now, we always just

Completed in 286 milliseconds

12345