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

/freebsd-10-stable/contrib/ldns/drill/
H A Dsecuretrace.c14 #define SELF "[S]" /* self sig ok */ macro
352 fprintf(stdout, "%s ", SELF);
483 print_rr_list_abbr(stdout, key_list, SELF);
565 print_rr_list_abbr(stdout, ds_list, SELF);
600 fprintf(stdout, "%s ", SELF);
644 fprintf(stdout, "%s ", SELF);
684 fprintf(stdout, "%s ", SELF);
750 printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted\n");
/freebsd-10-stable/contrib/libexecinfo/
H A Dbacktrace.c52 #define SELF "/proc/self/exe" macro
55 #define SELF "/proc/curproc/file" macro
61 const char *pathname = SELF;
/freebsd-10-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-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l183 SELF [Ss][Ee][Ll][Ff]
270 {SELF} { SAVE_POS; if (in_node_type) return TK_NODE_TYPE_SELF; yylval = strdup(yytext); return TK_TEXT; }
/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c101 #define SELF 0x1 macro
1232 ovcase = lf_findoverlap(&overlap, lock, SELF);
1681 * type Pass 'SELF' to test only locks with the same
1720 if (((type & SELF) && lf->lf_owner != lock->lf_owner) ||

Completed in 156 milliseconds