Searched refs:cgetcap (Results 1 – 14 of 14) sorted by relevance
| /src/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()
|
| /src/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 | 396 MLINKS+=getcap.3 cgetcap.3 \
|
| /src/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 47 char *cgetcap(char *, const char *, int);
|
| /src/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()
|
| /src/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()
|
| /src/usr.bin/tip/tip/ |
| H A D | remote.c | 58 #define cgetflag(f) (cgetcap(bp, f, ':') != NULL)
|
| /src/include/ |
| H A D | stdlib.h | 280 char *cgetcap(char *, const char *, int);
|
| /src/lib/libutil/ |
| H A D | login_cap.c | 895 return (cgetcap(lc->lc_cap, cap, ':') != NULL); in login_getcapbool()
|
| /src/libexec/getty/ |
| H A D | subr.c | 144 if (cgetcap(buf, fp->field, ':') == NULL) in gettable()
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_termcap.c | 93 #define _nc_cgetcap cgetcap
|
| /src/contrib/ncurses/ |
| H A D | aclocal.m4 | 1027 cgetcap(buf, "tc", '='); 1047 cgetcap(buf, "tc", '=');
|