sysctl.c | 126 static const struct handlespec *findhandler(const char *, regex_t *, size_t *); 405 findhandler(const char *s, regex_t *re, size_t *lastcompiled) function in typeref:typename:const struct handlespec * 689 p = findhandler(canonname, re, lastcompiled); 929 if (type != CTLTYPE_NODE && (w = findhandler(canonname, re,
|