Home
last modified time | relevance | path

Searched refs:before (Results 176 – 200 of 1675) sorted by relevance

12345678910>>...67

/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/
H A Dsubshell_continue_case.out2 before dotcmd
3 before case
4 before continue
H A Dsubshell_break_case.out2 before dotcmd
3 before case
4 before break
H A Dcase_break_compound.out1 before case
2 before dotcmd
4 before break
H A Dcase_break_subshell.out1 before case
2 before dotcmd
4 before break
H A Dcase_continue_compound.out1 before case
2 before dotcmd
4 before continue
H A Dcompound_break_case.out2 before dotcmd
3 before case
4 before break
H A Dfile_return_file.out1 before dotcmd
2 before return
H A Dfile_return_compound.out1 before dotcmd
3 before return
H A Dfile_return_subshell.out1 before dotcmd
3 before return
H A Dfile_continue_file.out1 before dotcmd
2 before continue
H A Dcompound_return_file.out2 before dotcmd
3 before return
H A Dfile_break_file.out1 before dotcmd
2 before break
/freebsd/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/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlist.h121 #define __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link) \ argument
123 if ((before)->link.prev == NULL) \
126 (elt)->link.prev = (before)->link.prev; \
127 (before)->link.prev = (elt); \
129 (elt)->link.next = (before); \
133 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \ argument
135 ISC_LINK_INSIST(ISC_LINK_LINKED(before, link)); \
137 __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link); \
/freebsd/contrib/unifdef/tests/
H A Doverunchanged.sh2 ls -i overunchanged.c >overunchanged-before
6 diff overunchanged-before overunchanged-after
7 rm -f overunchanged-before overunchanged-after overunchanged.c
/freebsd/usr.bin/ncal/
H A Dncal.c214 int before, after; in main() local
257 before = after = -1; in main()
447 before = 0; in main()
451 before = 0; in main()
455 before = 0; in main()
465 before = 1; in main()
470 if (before == -1) in main()
471 before = 0; in main()
604 while (before != 0) { in monthrangeb()
606 before--; in monthrangeb()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dinclude-sub.inc4 . info sub-before-ok
6 . warning sub-before-fail(${.INCLUDEDFROMFILE})
14 . info sub-before-for-ok
16 . warning sub-before-for-fail(${.INCLUDEDFROMFILE})
/freebsd/usr.sbin/sysrc/
H A Dsysrc799 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=$( f_sysrc_find "$NAME" )
844 before=$( f_sysrc_find "$NAME" )
846 before=$( f_sysrc_get "$NAME" )
865 echo -n "$before${SHOW_EQUALS:+\" #}"
/freebsd/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out1 before open
14 before compile
20 before enable
25 before go
33 before go, running: false
/freebsd/lib/libc/include/isc/
H A Dlist.h96 #define INSERT_BEFORE(list, before, elt, link) \ argument
99 if ((before)->link.prev == NULL) \
102 (elt)->link.prev = (before)->link.prev; \
103 (before)->link.prev = (elt); \
105 (elt)->link.next = (before); \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeindex73 …_LIBCPP_HIDE_FROM_ABI bool operator<(const type_index& __y) const _NOEXCEPT { return __t_->before(…
74 …ROM_ABI bool operator<=(const type_index& __y) const _NOEXCEPT { return !__y.__t_->before(*__t_); }
75 …_FROM_ABI bool operator>(const type_index& __y) const _NOEXCEPT { return __y.__t_->before(*__t_); }
76 …ROM_ABI bool operator>=(const type_index& __y) const _NOEXCEPT { return !__t_->before(*__y.__t_); }
81 if (__t_->before(*__y.__t_))
/freebsd/usr.bin/calendar/
H A Dday.c49 settimes(time_t now, int before, int after, int friday, struct tm *tp1, struct tm *tp2) in settimes() argument
56 if (after == 0 && before == 0 && friday != -1) in settimes()
59 time1 = now - SECSPERDAY * before; in settimes()
/freebsd/sys/vm/
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, in default_phys_pager_haspage() argument
284 if (before != NULL) in default_phys_pager_haspage()
285 *before = pindex - base; in default_phys_pager_haspage()
292 phys_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, in phys_pager_haspage() argument
296 before, after)); in phys_pager_haspage()
/freebsd/contrib/libarchive/
H A DSECURITY.md5 to fix the issue before public exposure, reducing the chance that the exploit will be
6 used before a patch is released.
19 that you give me 90 days to work on a fix before public exposure.

12345678910>>...67