HomeSort by: relevance | last modified time | path
    Searched refs:cgetmatch (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
getcap.c 73 __weak_alias(cgetmatch,_cgetmatch)
283 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
494 if (cgetmatch(record, name) == 0)
699 * Cgetmatch will return 0 if name is one of the names of the capability
703 cgetmatch(const char *buf, const char *name) function in typeref:typename:int
Makefile.inc 128 cgetcap.3 cgetfirst.3 cgetcap.3 cgetmatch.3 cgetcap.3 cgetnext.3 \
  /src/include/
stdlib.h 285 int cgetmatch(const char *, const char *);
  /src/tools/compat/
compat_defs.h 1093 #define cgetmatch __nbcompat_cgetmatch macro
1104 int cgetmatch(const char *, const char *);
  /src/lib/libc/include/
namespace.h 253 #define cgetmatch _cgetmatch macro

Completed in 125 milliseconds