Searched refs:after (Results 76 - 100 of 216) sorted by relevance

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt-end-jobs.mk4 # which is run after making the desired targets.
H A Ddeptgt-end.mk4 # which is run after making the desired targets.
H A Dvarmod-order-shuffle.mk36 # Sorting after shuffling must produce the original numbers.
H A Dvar-op-assign.mk88 # In safe mode, parsing would stop immediately after the "VARIABLE NAME="
89 # line, since any commands run after that are probably working with
H A Dvarmod-assign.mk35 # preserved even after the shell command has been run.
77 # An 'x' after that is an invalid modifier.
H A Ddeptgt-end-fail.mk13 # stops right after the first error.
H A Ddirective-export-gmake.mk27 # after the '=' sign and are prepended to the value of the environment
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S112 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done
133 @ r0 points to the start of the double word after the one that was tested
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c249 const char *after = "zfs-import.target"; local
268 after = "";
336 dataset, cachefile, wants, after);
393 if (after[0] == '\0')
394 after = keyloadunit;
395 else if (asprintf(&toktmp, "%s %s", after, keyloadunit) != -1)
396 after = toktmp;
678 fprintf(mountfile_f, "%s\n", after);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp104 StringRef after) {
109 commitableAfter = insertAfterToken(range.getEnd(), after);
111 commitableAfter = insert(range.getEnd(), after);
103 insertWrap(StringRef before, CharSourceRange range, StringRef after) argument
/freebsd-13-stable/sys/vm/
H A Ddevice_pager.c294 /* Since our haspage reports zero after/before, the count is 1. */
419 int *after)
424 if (after != NULL)
425 *after = 0;
418 dev_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
/freebsd-13-stable/usr.bin/truncate/tests/
H A Dtruncate_test.sh305 > after
312 truncate -c -s1k before 0000 after
315 eval $(stat -s after)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp259 "ERROR: AddressSanitizer: requested allocation size 0x%zx (0x%zx after "
418 // For use-after-frees reads are almost as bad as writes.
428 bug_descr = "heap-use-after-free";
448 bug_descr = "stack-use-after-return";
453 bug_descr = "use-after-poison";
461 bug_descr = "stack-use-after-scope";
495 u8 byte, const char *after = "\n") {
496 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after);
517 PrintShadowByte(str, " Stack after return: ",
519 PrintShadowByte(str, " Stack use after scop
546 const char *after = p == guilty ? "]" : ""; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp85 return "heap-use-after-free";
87 return "heap-use-after-free (virtual call vs free)";
225 static void PrintMutexShort(const ReportMutex *rm, const char *after) { argument
227 Printf("%sM%zd%s%s", d.Mutex(), rm->id, d.Default(), after);
231 const char *after) {
233 Printf("%sM%zd (%p)%s%s", d.Mutex(), rm->id, rm->addr, d.Default(), after);
230 PrintMutexShortWithAddress(const ReportMutex *rm, const char *after) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h255 /// Inserts \p Replacement after \p S, leaving the source selected by \S
258 return changeTo(after(std::move(S)), std::move(Replacement));
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dclone_001_pos.ksh161 FILE_COUNT=`ls -Al ${args[i+3]}/after* | grep -v "total" | wc -l`
164 log_fail "${args[i+3]} contains $FILE_COUNT after* files(s)."
/freebsd-13-stable/usr.bin/timeout/tests/
H A Dtimeout_test.sh138 timeout --kill-after=invalid 1 sleep 0
/freebsd-13-stable/lib/libc/mips/string/
H A Dbcopy.S187 move SIZEREG,t0 # this many to do after we are done
281 move SIZEREG,t0 # this many to do after we are done
/freebsd-13-stable/contrib/capsicum-test/
H A Dioctl.cc145 cap_ioctl_t after = 0xAAAAAAAA; local
150 EXPECT_EQ(0xAAAAAAAA, after);
/freebsd-13-stable/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in40 after sysfs udev
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib543 # $2 The array name which stored the cksum after operation.
548 typeset after=$2
554 eval typeset var2=\${$after[$i]}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc40 * after suitable #defines of a variety of macros used herein, so that
694 const char *coldp; /* last p after which no match was underway */
846 - step - map set of states reachable before char to set reachable after
851 sopno stop, /* state after stop state within strip */
854 states aft) /* states already known reachable after */
/freebsd-13-stable/sys/mips/mips/
H A Dbcopy.S177 move SIZEREG,t0 # this many to do after we are done
271 move SIZEREG,t0 # this many to do after we are done
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl421 } elsif (/TCP-connection from IPv[46]:([0-9\.:a-fA-F]+) expired after [0-9]+ bytes/) {
427 } elsif (/connection closed before end of data after [0-9]+ bytes from IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib552 # $2 The array name which stored the cksum after operation.
557 typeset after=$2
563 eval typeset var2=\${$after[$i]}

Completed in 507 milliseconds

123456789