Searched refs:cgetcap (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/lib/libc/gen/ |
| D | getcap.c | 116 cgetcap(char *buf, const char *cap, int type) in cgetcap() function 422 if ((tc = cgetcap(scan, "tc", '=')) == NULL) in getent() 797 bp = cgetcap(buf, cap, '='); in cgetstr() 930 if ((bp = cgetcap(buf, cap, '=')) == NULL) in cgetustr() 1007 bp = cgetcap(buf, cap, '#'); in cgetnum()
|
| D | login_cap.c | 465 return (cgetcap(lc->lc_cap, cap, ':') != NULL); in login_getcapbool() 540 if ((v = cgetcap(lc->lc_cap, name, '=')) != NULL) { in gsetrl() 541 if (v < cgetcap(lc->lc_cap, name_cur, '=')) in gsetrl() 543 if (v < cgetcap(lc->lc_cap, name_max, '=')) in gsetrl()
|
| D | disklabel.c | 82 if (cgetcap(buf, "sf", ':') != NULL) in getdiskbyname()
|
| D | Makefile.inc | 110 MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
|
| /mirbsd/src/usr.bin/getcap/ |
| D | getcap.c | 134 if (cgetcap(buf, cap, ':') == NULL) in lookup_cap() 159 cp = cgetcap(buf, cap, ch); in lookup_cap()
|
| /mirbsd/src/etc/ |
| D | remote | 7 # see tip(1), cgetcap(3), phones(5), remote(5) 47 # See cgetcap(3) for details on capability databases.
|
| /mirbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 1307 RS = (cgetcap(bp, "rs", ':') != NULL); in init() 1308 SF = (cgetcap(bp, "sf", ':') != NULL); in init() 1309 SH = (cgetcap(bp, "sh", ':') != NULL); in init() 1310 SB = (cgetcap(bp, "sb", ':') != NULL); in init() 1311 HL = (cgetcap(bp, "hl", ':') != NULL); in init() 1312 RW = (cgetcap(bp, "rw", ':') != NULL); in init() 1325 tof = (cgetcap(bp, "fo", ':') == NULL); in init()
|
| /mirbsd/src/lib/libocurses/ |
| D | termcap.c | 188 return (cgetcap(tbuf, id, ':') != NULL);
|
| /mirbsd/src/usr.sbin/lpr/lpr/ |
| D | lpr.c | 665 SC = (cgetcap(bp, "sc", ':') != NULL); in chkprinter() 666 SH = (cgetcap(bp, "sh", ':') != NULL); in chkprinter()
|
| /mirbsd/src/usr.bin/vgrind/ |
| D | vfontedpr.c | 279 l_onecase = (cgetcap(defs, "oc", ':') != NULL); in main() 280 l_toplex = (cgetcap(defs, "tl", ':') != NULL); in main()
|
| /mirbsd/src/usr.bin/tip/ |
| D | remote.c | 69 #define cgetflag(f) (cgetcap(bp, f, ':') != NULL)
|
| /mirbsd/src/include/ |
| D | stdlib.h | 194 char *cgetcap(char *, const char *, int);
|
| /mirbsd/src/libexec/spamd-setup/ |
| D | spamd-setup.c | 679 if (cgetcap(buf, "black", ':') != NULL) { in getlist() 685 } else if (cgetcap(buf, "white", ':') != NULL) { in getlist()
|
| /mirbsd/src/libexec/getty/ |
| D | subr.c | 83 if (cgetcap(buf, fp->field, ':') == NULL) in gettable()
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | read_termcap.c | 97 #define _nc_cgetcap cgetcap
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 3203 ./man3/cgetcap.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 5459 ./usr/share/man/cat3/cgetcap.0
|