Symbol: srch
bin/csh/func.c
536
struct srch *sp, *sp1, *sp2;
bin/csh/init.c
102
struct srch srchn[] =
games/hack/hack.objnam.c
555
goto srch;
games/hack/hack.objnam.c
564
goto srch;
games/hack/hack.objnam.c
572
goto srch;
games/hack/hack.objnam.c
579
goto srch;
games/hack/hack.objnam.c
587
srch:
sbin/iked/util.c
718
expand_string(char *label, size_t len, const char *srch, const char *repl)
sbin/iked/util.c
728
while ((q = strstr(p, srch)) != NULL) {
sbin/iked/util.c
736
q += strlen(srch);
sbin/isakmpd/util.c
568
expand_string(char *label, size_t len, const char *srch, const char *repl)
sbin/isakmpd/util.c
578
while ((q = strstr(p, srch)) != NULL) {
sbin/isakmpd/util.c
585
q += strlen(srch);
sbin/pfctl/parse.y
4608
expand_label_str(char *label, size_t len, const char *srch, const char *repl)
sbin/pfctl/parse.y
4616
while ((q = strstr(p, srch)) != NULL) {
sbin/pfctl/parse.y
4621
q += strlen(srch);
sbin/pfctl/parse.y
5134
struct node_host *srch, *dsth, *osrch, *odsth;
sbin/pfctl/parse.y
5357
if ((srch = calloc(1, sizeof(*srch))) == NULL)
sbin/pfctl/parse.y
5359
bcopy(src_host, srch, sizeof(*srch));
sbin/pfctl/parse.y
5360
srch->ifname = NULL;
sbin/pfctl/parse.y
5361
srch->next = NULL;
sbin/pfctl/parse.y
5362
srch->tail = NULL;
sbin/pfctl/parse.y
5379
binat.rdr->host = srch;
usr.sbin/httpd/httpd.c
525
expand_string(char *label, size_t len, const char *srch, const char *repl)
usr.sbin/httpd/httpd.c
535
while ((q = strstr(p, srch)) != NULL) {
usr.sbin/httpd/httpd.c
543
q += strlen(srch);
usr.sbin/relayd/relayd.c
1472
expand_string(char *label, size_t len, const char *srch, const char *repl)
usr.sbin/relayd/relayd.c
1482
while ((q = strstr(p, srch)) != NULL) {
usr.sbin/relayd/relayd.c
1490
q += strlen(srch);