Searched refs:SELF (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A Dtdtags19 SELF=${0##*/}
23 Usage: $SELF [ <options> ] tdfile
24 or: $SELF [ <options> ] -x recipe [arg ...]
53 $SELF - generate ctags(1)-compatible index files for tblgen .td source
56 $SELF [ options ] -x recipe [arg ...]
57 $SELF [ options ] [file ...]
60 With the '-x' option, $SELF produces one or more tags files for a
63 Without the '-x' option, $SELF provides a ctags(1)-like interface to
69 replaced. NOTE: When building a mixed tags file, using ${SELF}
71 to run ${SELF} firs
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.sh51 SELF="`basename $0`"
55 Usage: $SELF [options] [leapfile]
94 $SELF will validate the file currently on the local system
198 echo "$SELF -h for usage" >&2
242 $LOGGER $S -t "$SELF[$$]" -p "$LOGFAC.$1" "$2"
/netbsd-current/lib/libexecinfo/
H A Dbacktrace.c52 #define SELF "/proc/self/exe" macro
55 #define SELF "/proc/curproc/file" macro
61 const char *pathname = SELF;
/netbsd-current/sys/arch/amd64/amd64/
H A Dlock_stubs.S121 movq CPUVAR(SELF), %r8
140 movq CPUVAR(SELF), %rsi
/netbsd-current/sys/kern/
H A Dvfs_lockf.c98 #define SELF 0x1 macro
245 if (((type == SELF) && lf->lf_id != lock->lf_id) ||
273 if ((type & SELF) && end != -1 && lf->lf_start > end)
424 while ((ovcase = lf_findoverlap(lf, unlock, SELF,
635 ovcase = lf_findoverlap(block, lock, SELF, &prev, &overlap);
/netbsd-current/sys/arch/i386/acpi/
H A Dacpi_wakeup_low.S97 movl CPUVAR(SELF),%edx
/netbsd-current/sys/arch/amd64/acpi/
H A Dacpi_wakeup_low.S117 movq CPUVAR(SELF),%r8
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDataSpace.cc335 else if (mode == Hist_data::SELF)
401 && (mode == Hist_data::SELF
418 if (mode == Hist_data::SELF)
H A DHeapActivity.cc194 else if (mode == Hist_data::SELF)
282 if (mode == Hist_data::ALL || (mode == Hist_data::SELF && selObj->id == 0))
H A DHist_data.h73 SELF, enumerator in enum:Hist_data::Mode
H A DIOActivity.cc340 else if (mode == Hist_data::SELF)
513 if (mode == Hist_data::ALL || (mode == Hist_data::SELF && selObj->id == 0))
H A DPrint.cc499 htype, 0, Hist_data::SELF, obj);
711 Hist_data::SELF, obj);
1014 Hist_data::SELF, cstack);
1151 Hist_data::SELF, cstack);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDataSpace.cc335 else if (mode == Hist_data::SELF)
401 && (mode == Hist_data::SELF
418 if (mode == Hist_data::SELF)
H A DHeapActivity.cc194 else if (mode == Hist_data::SELF)
282 if (mode == Hist_data::ALL || (mode == Hist_data::SELF && selObj->id == 0))
H A DHist_data.h73 SELF, enumerator in enum:Hist_data::Mode
H A DIOActivity.cc340 else if (mode == Hist_data::SELF)
513 if (mode == Hist_data::ALL || (mode == Hist_data::SELF && selObj->id == 0))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-armv4.pl659 open SELF,$0;
660 while(<SELF>) {
665 close SELF;
H A Dsha256-armv4.pl690 open SELF,$0;
691 while(<SELF>) {
696 close SELF;
H A Dsha512-armv8.pl874 open SELF,$0;
875 while(<SELF>) {
880 close SELF;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-armv4.pl700 open SELF,$0;
701 while(<SELF>) {
706 close SELF;
H A Dsha512-armv4.pl671 open SELF,$0;
672 while(<SELF>) {
677 close SELF;
H A Dsha512-armv8.pl863 open SELF,$0;
864 while(<SELF>) {
869 close SELF;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daes-armv4.pl1236 open SELF,$0;
1237 while(<SELF>) {
1242 close SELF;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-armv4.pl1239 open SELF,$0;
1240 while(<SELF>) {
1245 close SELF;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.sh2488 /* Unlink SELF. */
2491 /* Insert SELF at the front. */

Completed in 386 milliseconds

12