| /freebsd/crypto/heimdal/appl/login/ |
| H A D | conf.c | 43 return cgetent(&confbuf, files, "default"); in login_conf_init()
|
| H A D | ChangeLog | 207 * conf.c: remove case for not having cgetent, since it's in roken
|
| /freebsd/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 49 int cgetent(char **, char **, const char *);
|
| /freebsd/contrib/telnet/libtelnet/ |
| H A D | getent.c | 52 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0; in getent()
|
| /freebsd/lib/libc/gen/ |
| H A D | disklabel.c | 70 if (cgetent(&buf, db_array, (char *) name) < 0) in getdiskbyname()
|
| H A D | Symbol.map | 131 cgetent;
|
| H A D | getcap.c | 157 cgetent(char **buf, char **db_array, const char *name) in cgetent() function
|
| H A D | Makefile.inc | 399 getcap.3 cgetent.3 \
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | remote.c | 79 if ((stat = cgetent(&bp, db_array, host)) < 0) { in getremcap()
|
| /freebsd/lib/libutil/ |
| H A D | login_cap.c | 335 switch (cgetent(&lc->lc_cap, login_dbarray, name)) { in login_getclassbyname() 353 if (cgetent(&lc->lc_cap, login_dbarray, name) != 0 && r >= 0) in login_getclassbyname()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | getcap.c | 88 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **buf, char **db_array, const char *name); 208 cgetent(char **buf, char **db_array, const char *name) in cgetent() function
|
| H A D | roken.h.in | 629 #define cgetent rk_cgetent macro 631 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **, char **, const char *);
|
| /freebsd/include/ |
| H A D | stdlib.h | 282 int cgetent(char **, char **, const char *);
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | printcap.c | 96 if ((status = cgetent(&bp, printcapdb, printer)) < 0) in getprintcap()
|
| /freebsd/usr.bin/vgrind/ |
| H A D | vfontedpr.c | 213 i = cgetent(&defs, defsfile, language); in main()
|
| /freebsd/libexec/getty/ |
| H A D | subr.c | 96 switch (cgetent(&buf, dba, name)) { in gettable()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_termcap.c | 94 #define _nc_cgetent(buf, oline, db_array, name) cgetent(buf, db_array, name)
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 165 /* Define to 1 if you have the `cgetent' function. */
|
| /freebsd/contrib/ncurses/ |
| H A D | aclocal.m4 | 1026 cgetent(&buf, &db_array, "vt100"); 1036 AC_DEFINE(HAVE_BSD_CGETENT,1,[Define to 1 if we have BSD cgetent]) 1037 AC_CACHE_CHECK(if cgetent uses const parameter,cf_cv_cgetent_const,[ 1045 cgetent(&buf, &db_array, "vt100"); 1055 …AC_DEFINE_UNQUOTED(CGETENT_CONST,const,[Define to const if needed for some BSD cgetent variations])
|
| H A D | NEWS | 8461 + modify toe to access termcap data, e.g., via cgetent() functions, 8737 + use BSD-specific fix for return-value from cgetent() from CVS where 13923 + add configure test for BSD 4.4 cgetent() function, modify
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 17950 cgetent \
|