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

/freebsd-11-stable/usr.bin/vgrind/
H A Dvfontedpr.c237 if (cgetustr(defs, "kw", &cp) == -1)
253 cgetustr(defs, "pb", &cp);
255 cgetustr(defs, "cb", &cp);
257 cgetustr(defs, "ce", &cp);
259 cgetustr(defs, "ab", &cp);
261 cgetustr(defs, "ae", &cp);
263 cgetustr(defs, "sb", &cp);
265 cgetustr(defs, "se", &cp);
267 cgetustr(defs, "bb", &cp);
269 cgetustr(def
[all...]
/freebsd-11-stable/include/
H A Dstdlib.h287 int cgetustr(char *, const char *, char **);
/freebsd-11-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-11-stable/lib/libc/gen/
H A DMakefile.inc372 getcap.3 cgetustr.3
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

Completed in 129 milliseconds