| /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/include/ |
| stdlib.h | 283 int cgetent(char **, const char * const *, const char *);
|
| /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 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/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getcap.c | 78 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **buf, char **db_array, const char *name); 185 * Cgetent extracts the capability record name from the NULL terminated file 194 cgetent(char **buf, char **db_array, const char *name) function 202 * Getent implements the functions of cgetent. If fd is non-negative, 207 * Getent returns the same success/failure codes as cgetent. On success, a
|
| roken.h.in | 690 #define cgetent rk_cgetent 692 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **, char **, 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 | 1099 #define cgetent __nbcompat_cgetent macro 1110 int cgetent(char **, const char * const *, const char *);
|
| /src/libexec/getty/ |
| subr.c | 77 if (cgetent(&buf, dba, name) != 0)
|
| /src/usr.bin/getent/ |
| getent.c | 473 switch (error = cgetent(&buf, db_array, name)) {
|
| /src/usr.sbin/lpr/lpc/ |
| cmds.c | 385 if ((st = cgetent(&bp, printcapdb, printer)) == -2) {
|
| /src/lib/libc/include/ |
| namespace.h | 251 #define cgetent _cgetent macro
|
| /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",
|