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

  /src/lib/libc/gen/
getcap.c 78 __weak_alias(cgetustr,_cgetustr)
1040 * Cgetustr retrieves the value of the string capability cap from the
1041 * capability record pointed to by buf. The difference between cgetustr()
1042 * and cgetstr() is that cgetustr does not decode escapes but rather treats
1050 cgetustr(char *buf, const char *cap, char **str) function in typeref:typename:int
  /src/tools/compat/
compat_defs.h 1098 #define cgetustr __nbcompat_cgetustr macro
1109 int cgetustr(char *, const char *, char **);
  /src/lib/libc/include/
namespace.h 258 #define cgetustr _cgetustr macro

Completed in 13 milliseconds