Searched refs:s_tmp (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/apr-util/strmatch/
H A Dapr_strmatch.c44 const char *s_tmp = s_next; local
46 while (*s_tmp == *p_tmp) {
49 return s_tmp;
51 s_tmp--;
68 const char *s_tmp = s_next; local
70 while (apr_tolower(*s_tmp) == apr_tolower(*p_tmp)) {
73 return s_tmp;
75 s_tmp--;
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c985 struct sock *s_tmp; local
1032 for (s_tmp = sockhash[hash];
1033 s_tmp != NULL;
1034 s_tmp = s_tmp->next)
1035 if (s_tmp->pcb == p)
1037 if (s_tmp != NULL)
1040 if (s_tmp == NULL || s_tmp->laddr == NULL ||
1041 s_tmp
[all...]

Completed in 137 milliseconds