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

  /src/lib/libc/gen/
getcap.c 69 __weak_alias(cgetcap,_cgetcap)
151 * Cgetcap searches the capability record buf for the capability cap with
163 cgetcap(char *buf, const char *cap, int type) function in typeref:typename:char *
209 * Buf must be retained through all subsequent calls to cgetcap, cgetnum,
533 if ((tc = cgetcap(scan, "tc", '=')) == NULL)
632 * Start scan on `:' so next cgetcap works properly
633 * (cgetcap always skips first field).
929 bp = cgetcap(buf, cap, '=');
1065 if ((bp = cgetcap(buf, cap, '=')) == NULL)
1144 bp = cgetcap(buf, cap, '#')
    [all...]
  /src/tools/compat/
compat_defs.h 1089 #define cgetcap __nbcompat_cgetcap macro
1100 char *cgetcap(char *, const char *, int);
  /src/lib/libc/include/
namespace.h 249 #define cgetcap _cgetcap macro

Completed in 14 milliseconds