Searched refs:cgetstr (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dconf.c52 if(cgetstr(confbuf, (char *)str, &value) < 0)
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dgetent.c69 retval = cgetstr(area, tempid, &answer);
/freebsd-11-stable/lib/libc/gen/
H A Ddisklabel.c88 if (cgetstr(buf, "ty", &cq) > 0) {
106 if (cgetstr(buf, "dt", &cq) > 0) {
148 if (cgetstr(buf, ptype, &cq) >= 0) {
H A DMakefile.inc371 getcap.3 cgetstr.3 \
H A Dgetcap.c58 #define SFRAG 100 /* cgetstr mallocs in SFRAG chunks */
155 * cgetflag, and cgetstr, but may then be free'd. 0 is returned on success,
784 cgetstr(char *buf, const char *cap, char **str) function
903 * and cgetstr() is that cgetustr does not decode escapes but rather treats
/freebsd-11-stable/lib/libutil/
H A Dlogin_cap.c368 if ((ret = cgetstr(lc->lc_cap, cap, &res)) == -1)
551 if ((r = cgetstr(lc->lc_cap, cap, &res)) == -1)
638 if ((r = cgetstr(lc->lc_cap, cap, &res)) == -1) {
687 if ((r = cgetstr(lc->lc_cap, cap, &res)) == -1)
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c125 cgetstr(bp, *p, *q);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c366 * It provides similar functionality to cgetstr(),
376 status = cgetstr(bp, lng, result);
379 status = cgetstr(bp, shrt, result);
/freebsd-11-stable/include/
H A Dstdlib.h286 int cgetstr(char *, const char *, char **);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c60 #define SFRAG 100 /* cgetstr mallocs in SFRAG chunks */
95 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetstr(char *buf, const char *cap, char **str);
202 * cgetflag, and cgetstr, but may then be free'd. 0 is returned on success,
851 cgetstr(char *buf, const char *cap, char **str) function
976 * and cgetstr() is that cgetustr does not decode escapes but rather treats
/freebsd-11-stable/libexec/getty/
H A Dsubr.c127 if ((l = cgetstr(buf, (char*)sp->field, &p)) >= 0) {

Completed in 203 milliseconds