Home
last modified time | relevance | path

Searched refs:cgetustr (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/vgrind/
H A Dvfontedpr.c229 cgetustr(defs, "pb", &cp);
231 cgetustr(defs, "cb", &cp);
233 cgetustr(defs, "ce", &cp);
235 cgetustr(defs, "ab", &cp);
237 cgetustr(defs, "ae", &cp);
239 cgetustr(defs, "sb", &cp);
241 cgetustr(defs, "se", &cp);
243 cgetustr(defs, "bb", &cp);
245 cgetustr(defs, "be", &cp);
247 cgetustr(defs, "lb", &cp);
[all …]
/original-bsd/include/
H A Dstdlib.h111 int cgetustr __P((char *, char *, char **));
/original-bsd/lib/libc/gen/
H A DMakefile.inc58 getcap.3 cgetustr.3
H A Dgetcap.c874 cgetustr(buf, cap, str) in cgetustr() function