Searched refs:before (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh30 # How long before expiration to get updated file
37 # Where to put temporary copy before it's validated
68 -e Specify how long before expiration the file is to be refreshed
416 log "info" "Waiting $INTERVAL minutes before retrying..."
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc251 "foo\\.cc.2.?: Test D must be defined before REGISTER_TYPED_TEST_SUITE_P"
364 IntBeforeRegisterTypedTestSuiteP before = 0; variable
/freebsd-current/usr.bin/truss/
H A Dsetup.c502 clock_gettime(CLOCK_REALTIME, &t->before);
614 timespecsub(&t->after, &t->before, &timediff);
639 t->before = t->after;
668 t->before = t->after;
/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S137 movdqa (%rsi), %xmm0 # head of string with junk before
189 sub %ecx, %eax # but not the parts before the string
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h250 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/freebsd-current/contrib/bmake/unit-tests/
H A Dmoderrs.mk30 @echo 'VAR:Z=before-${VAR:Z}-after'
34 @echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'
H A Dvar-scope-local.mk4 # are relatively short-lived as they are created just before making the
9 # are defined just before the target is actually made. Additional
230 # expression is expanded before parsing the whole dependency line. Since the
H A Dvarmod-to-separator.mk49 # Since there is a single character before it, that character is taken as
64 . warning Empty separator before closing brace does not work.
237 # Since 2003.07.23.18.06.46 and before 2016.03.07.20.20.35, the modifier ':ts'
H A Dvar-scope-cmdline.mk10 # which before var.c 1.586 from 2020-10-25 calculated the hash value of the
H A Dcond-func.mk30 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
H A Dvarmisc.mk146 ${:U>}= before
H A Ddep-var.mk74 # fully expanded before parsing, therefore any ':' in a target or source name
H A Dvar-eval-short.mk162 # The ':L' is applied before the ':?' modifier, giving the expression a name
/freebsd-current/crypto/openssl/util/
H A Dfind-doc-nits289 err($id, "Trailing comma before - in NAME")
369 # # a callback function with whitespace before the argument list:
372 # err($id, "Function typedef has space before arg list: $line");
423 # Check if SECTION ($3) is located before BEFORE ($4)
428 my $before = shift;
431 and $contents =~ /=head1 $before/;
432 err($id, "$section should appear before $before section")
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
471 # (note: order is important, (?R) needs to come before
[all...]
/freebsd-current/stand/
H A Ddefs.mk5 # We need to define all the MK_ options before including src.opts.mk
77 # of include paths can set them up before our include paths. Normally
/freebsd-current/stand/lua/
H A Dcli.lua198 if info.before then
199 lines[#lines + 1] = "Before load: " .. info.before
/freebsd-current/share/mk/
H A Dbsd.progs.mk96 # Find common sources among the PROGS to depend on them before building
H A Ddirdeps-targets.mk167 # before including dirdeps.mk
H A Dbsd.opts.mk16 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk27 # So we need to reverse it before use.
H A Ddirdeps-targets.mk167 # before including dirdeps.mk
H A Dsys.mk118 # and do it early before we compute .PATH
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp60 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, argument
63 str->AppendF("%s%s%x%x%s%s", before,
122 // Use ScopedInErrorReport to run common actions just before and
185 // In halt_on_error = false mode, reset the current error object (before
/freebsd-current/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl427 } elsif (/connection closed before end of data after [0-9]+ bytes from IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp104 {"before", before}, {"after", after}, {"expansion", expansion}};

Completed in 247 milliseconds

1234567891011>>