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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 79 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetmatch(const char *buf, const char *name);
238 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
445 if (cgetmatch(record, name) == 0) {
648 * Cgetmatch will return 0 if name is one of the names of the capability
652 cgetmatch(const char *buf, const char *name) function
  /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
  /src/tools/compat/
compat_defs.h 1101 #define cgetmatch __nbcompat_cgetmatch macro
1112 int cgetmatch(const char *, const char *);
  /src/lib/libc/include/
namespace.h 253 #define cgetmatch _cgetmatch macro

Completed in 18 milliseconds