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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dmem1.c63 static fn_t *srchfn(const char *, size_t);
69 srchfn(const char *s, size_t len) function
100 if ((fn = srchfn(s, len)) == NULL) {
127 if (s == NULL || (fn = srchfn(s, strlen(s))) == NULL)

Completed in 82 milliseconds