/src/lib/libtelnet/ |
getent.c | 58 return((cgetent(&area, dba, name) == 0) ? 1 : 0);
|
/src/usr.bin/tip/ |
remote.c | 91 if ((status = cgetent(&bp, db_array, host)) < 0) {
|
/src/lib/libc/gen/ |
disklabel.c | 106 if (cgetent(&buf, db_array, name) < 0)
|
getcap.c | 71 __weak_alias(cgetent,_cgetent) 207 * Cgetent extracts the capability record name from the NULL terminated file 217 cgetent(char **buf, const char * const *db_array, const char *name) function in typeref:typename:int 235 * Getent implements the functions of cgetent. If fd is non-negative, 240 * Getent returns the same success/failure codes as cgetent. On success, a
|
/src/usr.bin/fdformat/ |
fdformat.c | 174 switch (cgetent(&fdbuf, fdb_array, optarg)) {
|
/src/usr.sbin/lpr/pac/ |
pac.c | 418 if ((stat = cgetent(&bp, printcapdb, s)) == -2) {
|
/src/include/ |
stdlib.h | 283 int cgetent(char **, const char * const *, const char *);
|
/src/usr.sbin/lpr/common_source/ |
common.c | 443 if ((i = cgetent(&bp, printcapdb, pr)) == -2)
|
/src/usr.bin/vgrind/ |
vfontedpr.c | 230 i = cgetent(&defs, defsfile, language);
|
/src/tools/compat/ |
compat_defs.h | 1091 #define cgetent __nbcompat_cgetent macro 1102 int cgetent(char **, const char * const *, const char *);
|
/src/libexec/getty/ |
subr.c | 77 if (cgetent(&buf, dba, name) != 0)
|
/src/usr.sbin/lpr/lpc/ |
cmds.c | 385 if ((st = cgetent(&bp, printcapdb, printer)) == -2) {
|
/src/usr.bin/getent/ |
getent.c | 473 switch (error = cgetent(&buf, db_array, name)) {
|
/src/lib/libutil/ |
login_cap.c | 112 if ((res = cgetent(&lc->lc_cap, classfiles, lc->lc_class)) != 0) { 133 syslog(LOG_ERR, "%s: unexpected cgetent error",
|
/src/lib/libc/include/ |
namespace.h | 251 #define cgetent _cgetent macro
|