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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c87 ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL cgetcap(char *buf, const char *cap, int type);
157 cgetcap(char *buf, const char *cap, int type) function
201 * Buf must be retained through all subsequent calls to cgetcap, cgetnum,
491 if ((tc = cgetcap(scan, "tc", '=')) == NULL)
589 * Start scan on `:' so next cgetcap works properly
590 * (cgetcap always skips first field).
864 bp = cgetcap(buf, cap, '=');
995 if ((bp = cgetcap(buf, cap, '=')) == NULL)
1062 bp = cgetcap(buf, cap, '#');
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c110 cgetcap(char *buf, const char *cap, int type) function
154 * Buf must be retained through all subsequent calls to cgetcap, cgetnum,
408 if ((tc = cgetcap(scan, "tc", '=')) == NULL)
506 * Start scan on `:' so next cgetcap works properly
507 * (cgetcap always skips first field).
794 bp = cgetcap(buf, cap, '=');
921 if ((bp = cgetcap(buf, cap, '=')) == NULL)
988 bp = cgetcap(buf, cap, '#');
H A Ddisklabel.c95 if (cgetcap(buf, "sf", ':') != NULL)
H A DMakefile.inc363 MLINKS+=getcap.3 cgetcap.3 \
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c72 #define cgetflag(f) (cgetcap(bp, f, ':') != NULL)
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c417 if (cgetcap(bp, lng, ':'))
419 if (cgetcap(bp, shrt, ':'))
/freebsd-11-stable/usr.bin/vgrind/
H A Dvfontedpr.c278 l_onecase = (cgetcap(defs, "oc", ':') != NULL);
279 l_toplex = (cgetcap(defs, "tl", ':') != NULL);
/freebsd-11-stable/include/
H A Dstdlib.h278 char *cgetcap(char *, const char *, int);
/freebsd-11-stable/lib/libutil/
H A Dlogin_cap.c755 return (cgetcap(lc->lc_cap, cap, ':') != NULL);
/freebsd-11-stable/libexec/getty/
H A Dsubr.c154 if (cgetcap(buf, (char *)fp->field, ':') == NULL)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c92 #define _nc_cgetcap cgetcap
225 * must be retained through all subsequent calls to cgetcap, cgetnum, cgetflag,
573 * Start scan on `:' so next cgetcap works properly
574 * (cgetcap always skips first field).

Completed in 217 milliseconds