Symbol: cgetent
distrib/special/more/termcap.c
126
i = cgetent(&dummy, pathvec, name);
include/stdlib.h
272
int cgetent(char **, char **, const char *);
lib/libc/gen/disklabel.c
60
if (cgetent(&buf, db_array, (char *) name) < 0)
lib/libc/gen/getcap.c
175
DEF_WEAK(cgetent);
lib/libc/gen/login_cap.c
112
if ((res = cgetent(&lc->lc_cap, classfiles, lc->lc_class)) != 0) {
lib/libc/hidden/stdlib.h
75
PROTO_NORMAL(cgetent);
lib/libcurses/tinfo/read_termcap.c
96
#define _nc_cgetent(buf, oline, db_array, name) cgetent(buf, db_array, name)
libexec/getty/subr.c
62
if (cgetent(&buf, dba, name) != 0)
libexec/spamd-setup/spamd-setup.c
700
if (cgetent(&buf, db_array, name) != 0)
libexec/spamd-setup/spamd-setup.c
869
if (cgetent(&buf, db_array, "all") != 0)
usr.bin/cu/cu.c
398
error = cgetent(&cp, (char **)paths, (char *)host);
usr.bin/getcap/getcap.c
110
if (cgetent(&buf, pathvec, *argv) != 0)
usr.sbin/lpd/lp.c
68
r = cgetent(&buf, db, name);
usr.sbin/lpr/common_source/displayq.c
117
if ((i = cgetent(&bp, printcapdb, printer)) == -2)
usr.sbin/lpr/common_source/rmjob.c
82
if ((i = cgetent(&bp, printcapdb, printer)) == -2)
usr.sbin/lpr/lpc/cmds.c
101
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
1145
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
241
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
394
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
462
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
539
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
662
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
705
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
777
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
895
if ((status = cgetent(&bp, printcapdb, printer)) == -2) {
usr.sbin/lpr/lpc/cmds.c
968
status = cgetent(&bp, printcapdb, printer);
usr.sbin/lpr/lpd/printjob.c
1273
status = cgetent(&bp, printcapdb, printer);
usr.sbin/lpr/lpd/recvjob.c
84
if ((status = cgetent(&bp, printcapdb, printer)) == -2)
usr.sbin/lpr/lpr/lpr.c
636
if ((status = cgetent(&bp, printcapdb, s)) == -2)
usr.sbin/npppd/npppd/privsep.c
694
else if ((retval = cgetent(&buf, db, a->username))
usr.sbin/radiusd/radiusd_file.c
206
if ((ret = cgetent(&buf, db, username)) < 0) {
usr.sbin/sensorsd/sensorsd.c
742
if (cgetent(&buf, cfa, node) != 0)
usr.sbin/sensorsd/sensorsd.c
743
if (cgetent(&buf, cfa, sensor_type_s[p->type]) != 0)