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

/freebsd-12-stable/contrib/ldns/drill/
H A Dsecuretrace.c14 #define SELF "[S]" /* self sig ok */ macro
341 fprintf(stdout, "%s ", SELF);
472 print_rr_list_abbr(stdout, key_list, SELF);
554 print_rr_list_abbr(stdout, ds_list, SELF);
589 fprintf(stdout, "%s ", SELF);
633 fprintf(stdout, "%s ", SELF);
673 fprintf(stdout, "%s ", SELF);
739 printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted\n");
/freebsd-12-stable/contrib/ntp/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"
/freebsd-12-stable/contrib/libexecinfo/
H A Dbacktrace.c51 #define SELF "/proc/self/exe" macro
54 #define SELF "/proc/curproc/file" macro
60 const char *pathname = SELF;
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l187 SELF [Ss][Ee][Ll][Ff]
274 {SELF} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_SELF; yylval = strdup(yytext); return TK_TEXT; }
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl690 open SELF,$0;
691 while(<SELF>) {
696 close SELF;
H A Dsha512-armv4.pl659 open SELF,$0;
660 while(<SELF>) {
665 close SELF;
H A Dsha512-armv8.pl874 open SELF,$0;
875 while(<SELF>) {
880 close SELF;
/freebsd-12-stable/sys/kern/
H A Dkern_lockf.c105 #define SELF 0x1 macro
1236 ovcase = lf_findoverlap(&overlap, lock, SELF);
1685 * type Pass 'SELF' to test only locks with the same
1724 if (((type & SELF) && lf->lf_owner != lock->lf_owner) ||
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl1236 open SELF,$0;
1237 while(<SELF>) {
1242 close SELF;
H A Dbsaes-armv7.pl2481 open SELF,$0;
2482 while(<SELF>) {
2487 close SELF;

Completed in 289 milliseconds