Home
last modified time | relevance | path

Searched refs:s_next (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/apr-util/strmatch/
HDapr_strmatch.c40 const char *s_next = s + this_pattern->length - 1; in match_boyer_moore_horspool() local
43 while (s_next < s_end) { in match_boyer_moore_horspool()
44 const char *s_tmp = s_next; in match_boyer_moore_horspool()
53 s_next += shift[(int)*((const unsigned char *)s_next)]; in match_boyer_moore_horspool()
64 const char *s_next = s + this_pattern->length - 1; in match_boyer_moore_horspool_nocase() local
67 while (s_next < s_end) { in match_boyer_moore_horspool_nocase()
68 const char *s_tmp = s_next; in match_boyer_moore_horspool_nocase()
77 s_next += shift[(unsigned char)apr_tolower(*s_next)]; in match_boyer_moore_horspool_nocase()
/freebsd-11-stable/contrib/sendmail/src/
HDstab.c76 ps = &s->s_next;
82 ps = &s->s_next;
248 for (s = *shead; s != NULL; s = s->s_next)
287 for (s = *shead; s != NULL; s = s->s_next)
329 for (s = *shead; s != NULL; s = s->s_next)
429 s = s->s_next; in rmexpstab()
436 s = s->s_next; in rmexpstab()
441 p->s_next = s; in rmexpstab()
475 s = s->s_next; in dumpstab()
HDsendmail.h1624 struct symtab *s_next; /* pointer to next in chain */ member
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_rfcomm.c1040 ng_btsocket_rfcomm_session_p s = NULL, s_next = NULL; in ng_btsocket_rfcomm_sessions_task() local
1046 s_next = LIST_NEXT(s, next); in ng_btsocket_rfcomm_sessions_task()
1075 s = s_next; in ng_btsocket_rfcomm_sessions_task()
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDstabs.texinfo2029 struct s_tag* s_next;
2052 s_char_vec:17=ar1;0;7;2,64,64;s_next:18=*16,128,32;;",128,0,0,0
2061 The @code{s_next} field is a pointer to the same kind of structure that