/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
|
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
|
/src/tools/compat/ |
compat_defs.h | 1093 #define cgetmatch __nbcompat_cgetmatch macro 1104 int cgetmatch(const char *, const char *);
|
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
|
namespace.h | 253 #define cgetmatch _cgetmatch macro
|