Searched refs:asp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libc/rpc/
H A Dsvc_auth.c101 struct authsvc *asp; local
104 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */
133 for (asp = Auths; asp; asp = asp->next) {
134 if (asp->flavor == cred_flavor) {
137 as = (*asp->handler)(rqst, msg);
188 struct authsvc *asp; local
202 for (asp
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ascii.c84 char asciistuff[ASCII_LINELENGTH+1], *asp; local
88 hsp = hexstuff; asp = asciistuff;
95 *(asp++) = (isgraph(s1) ? s1 : '.');
96 *(asp++) = (isgraph(s2) ? s2 : '.');
99 *hsp = *asp = '\0';
103 i = 0; hsp = hexstuff; asp = asciistuff;
112 *(asp++) = (isgraph(s1) ? s1 : '.');
116 *hsp = *asp = '\0';
/freebsd-10-stable/contrib/nvi/common/
H A Dkey.h135 CHAR_T *asp; /* Allocated string. */ member in struct:_event::__anon4161::__anon4164
139 #define e_asp _u_event._e_str.asp
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipfstat.c1827 static void showauthstates(asp)
1828 ipf_authstat_t *asp;
1845 (unsigned long long) asp->fas_hits,
1846 (unsigned long long) asp->fas_miss);
1848 printf("Authorisation hits: %ld\tmisses %ld\n", asp->fas_hits,
1849 asp->fas_miss);
1852 asp->fas_nospace, asp->fas_added, asp->fas_sendfail,
1853 asp
[all...]

Completed in 136 milliseconds