Searched refs:cgetcap (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcap.c | 87 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 D | getcap.c | 106 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 D | disklabel.c | 91 if (cgetcap(buf, "sf", ':') != NULL) in getdiskbyname()
|
H A D | Symbol.map | 130 cgetcap;
|
H A D | Makefile.inc | 383 MLINKS+=getcap.3 cgetcap.3 \
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 47 char *cgetcap(char *, const char *, int);
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 410 if (cgetcap(bp, lng, ':')) in capdb_getaltlog() 412 if (cgetcap(bp, shrt, ':')) in capdb_getaltlog()
|
/freebsd/usr.bin/vgrind/ |
H A D | vfontedpr.c | 266 l_onecase = (cgetcap(defs, "oc", ':') != NULL); in main() 267 l_toplex = (cgetcap(defs, "tl", ':') != NULL); in main()
|
/freebsd/usr.bin/tip/tip/ |
H A D | remote.c | 58 #define cgetflag(f) (cgetcap(bp, f, ':') != NULL)
|
/freebsd/include/ |
H A D | stdlib.h | 269 char *cgetcap(char *, const char *, int);
|
/freebsd/libexec/getty/ |
H A D | subr.c | 144 if (cgetcap(buf, fp->field, ':') == NULL) in gettable()
|
/freebsd/lib/libutil/ |
H A D | login_cap.c | 895 return (cgetcap(lc->lc_cap, cap, ':') != NULL); in login_getcapbool()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 93 #define _nc_cgetcap cgetcap
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 1030 cgetcap(buf, "tc", '='); 1050 cgetcap(buf, "tc", '=');
|