Home
last modified time | relevance | path

Searched refs:cgetcap (Results 1 – 14 of 14) sorted by relevance

/freebsd/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) in cgetcap() function
491 if ((tc = cgetcap(scan, "tc", '=')) == NULL) in getent()
864 bp = cgetcap(buf, cap, '='); in cgetstr()
995 if ((bp = cgetcap(buf, cap, '=')) == NULL) in cgetustr()
1062 bp = cgetcap(buf, cap, '#'); in cgetnum()
/freebsd/lib/libc/gen/
H A Dgetcap.c106 cgetcap(char *buf, const char *cap, int type) in cgetcap() function
404 if ((tc = cgetcap(scan, "tc", '=')) == NULL) in getent()
790 bp = cgetcap(buf, cap, '='); in cgetstr()
917 if ((bp = cgetcap(buf, cap, '=')) == NULL) in cgetustr()
984 bp = cgetcap(buf, cap, '#'); in cgetnum()
H A Ddisklabel.c91 if (cgetcap(buf, "sf", ':') != NULL) in getdiskbyname()
H A DSymbol.map130 cgetcap;
H A DMakefile.inc383 MLINKS+=getcap.3 cgetcap.3 \
/freebsd/tools/build/cross-build/include/linux/
H A Dstdlib.h47 char *cgetcap(char *, const char *, int);
/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c410 if (cgetcap(bp, lng, ':')) in capdb_getaltlog()
412 if (cgetcap(bp, shrt, ':')) in capdb_getaltlog()
/freebsd/usr.bin/vgrind/
H A Dvfontedpr.c266 l_onecase = (cgetcap(defs, "oc", ':') != NULL); in main()
267 l_toplex = (cgetcap(defs, "tl", ':') != NULL); in main()
/freebsd/usr.bin/tip/tip/
H A Dremote.c58 #define cgetflag(f) (cgetcap(bp, f, ':') != NULL)
/freebsd/include/
H A Dstdlib.h269 char *cgetcap(char *, const char *, int);
/freebsd/libexec/getty/
H A Dsubr.c144 if (cgetcap(buf, fp->field, ':') == NULL) in gettable()
/freebsd/lib/libutil/
H A Dlogin_cap.c895 return (cgetcap(lc->lc_cap, cap, ':') != NULL); in login_getcapbool()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c93 #define _nc_cgetcap cgetcap
/freebsd/contrib/ncurses/
H A Daclocal.m41030 cgetcap(buf, "tc", '=');
1050 cgetcap(buf, "tc", '=');