/src/lib/libc/gen/ |
getcap.c | 77 __weak_alias(cgetstr,_cgetstr) 86 #define SFRAG 100 /* cgetstr mallocs in SFRAG chunks */ 210 * cgetflag, and cgetstr, but may then be free'd. 0 is returned on success, 905 * Cgetstr retrieves the value of the string capability cap from the 914 cgetstr(char *buf, const char *cap, char **str) function in typeref:typename:int 1042 * and cgetstr() is that cgetustr does not decode escapes but rather treats
|
getcap.c | 77 __weak_alias(cgetstr,_cgetstr) 86 #define SFRAG 100 /* cgetstr mallocs in SFRAG chunks */ 210 * cgetflag, and cgetstr, but may then be free'd. 0 is returned on success, 905 * Cgetstr retrieves the value of the string capability cap from the 914 cgetstr(char *buf, const char *cap, char **str) function in typeref:typename:int 1042 * and cgetstr() is that cgetustr does not decode escapes but rather treats
|
/src/tools/compat/ |
compat_defs.h | 1097 #define cgetstr __nbcompat_cgetstr macro 1108 int cgetstr(char *, const char *, char **);
|
compat_defs.h | 1097 #define cgetstr __nbcompat_cgetstr macro 1108 int cgetstr(char *, const char *, char **);
|
/src/lib/libc/include/ |
namespace.h | 257 #define cgetstr _cgetstr macro
|
namespace.h | 257 #define cgetstr _cgetstr macro
|