OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
1097
#define
cgetcap
__nbcompat_cgetcap
macro
1108
char *
cgetcap
(char *, const char *, int);
/src/lib/libc/include/
namespace.h
249
#define
cgetcap
_cgetcap
macro
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026