HomeSort by: relevance | last modified time | path
    Searched defs:findhandler (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/sysctl/
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,
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,

Completed in 23 milliseconds