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...] |