Searched refs:before (Results 26 - 50 of 282) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dunexport.mk14 UT_BEFORE_NL= before
H A Ddepsrc-optional.exp12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
15 Examining all...nonexistent...modified before source "important"...out-of-date.
H A Dopt-x-reduce-exported.mk7 .MAKEFLAGS: BEFORE=before -X AFTER=after
H A Dexport-env.mk14 UT_EXP=before-export
H A Dvarname-make_print_var_on_error.mk21 @: before '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
H A Ddirective-for-lines.mk5 # Since parse.c 1.127 from 2007-01-01 and before parse.c 1.494 from
H A Ddirective-for.mk54 # Instead, before interpreting the body of the .for loop, the body is
63 var= value before
64 var2= value before
67 .if ${var} != "value before"
70 .if ${var2} != "value before"
77 var= value before
78 var2= value before
81 .if ${var} != "value before"
84 .if ${var2} != "value before"
99 EXPANSION= before
[all...]
/freebsd-current/lib/libc/include/isc/
H A Dlist.h96 #define INSERT_BEFORE(list, before, elt, link) \
99 if ((before)->link.prev == NULL) \
102 (elt)->link.prev = (before)->link.prev; \
103 (before)->link.prev = (elt); \
105 (elt)->link.next = (before); \
/freebsd-current/contrib/jemalloc/src/
H A Dmutex.c60 nstime_t before = NSTIME_ZERO_INITIALIZER; local
82 nstime_update(&before);
83 /* Copy before to after to avoid clock skews. */
85 nstime_copy(&after, &before);
103 nstime_subtract(&delta, &before);
/freebsd-current/tools/test/stress2/misc/
H A Dmkdir.sh51 before=`df -i $mntpoint`
68 echo "$before"
H A Dcreat.sh51 before=`df -i $mntpoint`
71 echo "$before"
/freebsd-current/crypto/openssl/doc/life-cycles/
H A DMakefile8 @echo Remember to check and manually fix the mistakes before merging
/freebsd-current/crypto/openssl/doc/
H A Dopenssl-c-indent.el42 (substatement-open before after) ; From "gnu" style
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h51 RangeSelector before(RangeSelector Selector);
61 return enclose(after(std::move(R1)), before(std::move(R2)));
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_trim.ksh99 before="$(get_prop refer $TESTPOOL/$TESTVOL)"
100 log_must within_tolerance $before 5242880 131072
/freebsd-current/contrib/bc/tests/
H A Dhistory.py177 print(str(child.before))
219 print(str(child.before))
267 print(str(child.before))
301 print(str(child.before))
335 print(str(child.before))
379 print(str(child.before))
426 print(str(child.before))
478 print(str(child.before))
511 print(str(child.before))
551 print(str(child.before))
[all...]
/freebsd-current/usr.sbin/sysrc/
H A Dsysrc70 # Optionally print a message to stderr before exiting with failure status.
182 # before sysrc can be used on said jail.
795 # Determine both `before' value and appropriate `new' value
799 before=$( f_sysrc_get "$NAME" )
807 new="$before"
811 for b in $before; do
818 [ "$SHOW_FILE" ] && before=$( f_sysrc_find "$NAME" )
821 before=$( f_sysrc_get "$NAME" )
830 for b in $before; do
840 [ "$SHOW_FILE" ] && before
[all...]
/freebsd-current/usr.bin/ncal/
H A Dncal.c176 int before, int after);
178 int before, int after);
206 int flag_before = 0; /* user wants to see months before */
214 int before, after; local
257 before = after = -1;
447 before = 0;
451 before = 0;
455 before = 0;
459 before = flag_before;
465 before
586 monthrangeb(int y, int m, int jd_flag, int before, int after) argument
676 monthranger(int y, int m, int jd_flag, int before, int after) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h86 bool insertWrap(StringRef before, CharSourceRange range, StringRef after);
102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { argument
103 return insertWrap(before, CharSourceRange::getTokenRange(TokenRange), after);
/freebsd-current/sys/vm/
H A Dsg_pager.c156 /* Since our haspage reports zero after/before, the count is 1. */
219 sg_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
223 if (before != NULL)
224 *before = 0;
H A Dphys_pager.c57 vm_pindex_t pindex, int *before, int *after);
277 default_phys_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
284 if (before != NULL)
285 *before = pindex - base;
292 phys_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
296 before, after));
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_local.h24 * It's imperative that these macros get defined before openssl/bio.h gets
30 # error internal/cryptlib.h included before bio_local.h
33 # error openssl/bio.h included before bio_local.h
/freebsd-current/lib/clang/
H A Dllvm.build.mk5 .error Please define LLVM_BASE before including this file
9 .error Please define LLVM_SRCS before including this file
13 .error Please define SRCDIR before including this file
17 .error Please define OS_REVISION before including this file
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-load-key.in37 before bootmisc logger zfs-mount
/freebsd-current/contrib/libcxxrt/
H A Dtypeinfo.cc44 bool type_info::before(const type_info &other) const function in class:type_info

Completed in 236 milliseconds

1234567891011>>