Searched refs:cgetustr (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.bin/vgrind/
H A Dvfontedpr.c239 if (cgetustr(defs, "kw", &cp) == -1)
255 cgetustr(defs, "pb", &cp);
257 cgetustr(defs, "cb", &cp);
259 cgetustr(defs, "ce", &cp);
261 cgetustr(defs, "ab", &cp);
263 cgetustr(defs, "ae", &cp);
265 cgetustr(defs, "sb", &cp);
267 cgetustr(defs, "se", &cp);
269 cgetustr(defs, "bb", &cp);
271 cgetustr(def
[all...]
/freebsd-12-stable/include/
H A Dstdlib.h280 int cgetustr(char *, const char *, char **);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c96 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetustr(char *buf, const char *cap, char **str);
975 * capability record pointed to by buf. The difference between cgetustr()
976 * and cgetstr() is that cgetustr does not decode escapes but rather treats
984 cgetustr(char *buf, const char *cap, char **str) function
/freebsd-12-stable/lib/libc/gen/
H A Dgetcap.c902 * capability record pointed to by buf. The difference between cgetustr()
903 * and cgetstr() is that cgetustr does not decode escapes but rather treats
911 cgetustr(char *buf, const char *cap, char **str) function
H A DMakefile.inc396 getcap.3 cgetustr.3

Completed in 72 milliseconds