Home
last modified time | relevance | path

Searched refs:cgetent (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dconf.c43 return cgetent(&confbuf, files, "default"); in login_conf_init()
H A DChangeLog207 * conf.c: remove case for not having cgetent, since it's in roken
/freebsd/tools/build/cross-build/include/linux/
H A Dstdlib.h49 int cgetent(char **, char **, const char *);
/freebsd/contrib/telnet/libtelnet/
H A Dgetent.c52 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0; in getent()
/freebsd/lib/libc/gen/
H A Ddisklabel.c70 if (cgetent(&buf, db_array, (char *) name) < 0) in getdiskbyname()
H A DSymbol.map131 cgetent;
H A Dgetcap.c157 cgetent(char **buf, char **db_array, const char *name) in cgetent() function
H A DMakefile.inc385 getcap.3 cgetent.3 \
/freebsd/usr.bin/tip/tip/
H A Dremote.c79 if ((stat = cgetent(&bp, db_array, host)) < 0) { in getremcap()
/freebsd/lib/libutil/
H A Dlogin_cap.c335 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 Dgetcap.c88 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 Droken.h.in629 #define cgetent rk_cgetent macro
631 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetent(char **, char **, const char *);
/freebsd/include/
H A Dstdlib.h271 int cgetent(char **, char **, const char *);
/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c96 if ((status = cgetent(&bp, printcapdb, printer)) < 0) in getprintcap()
/freebsd/usr.bin/vgrind/
H A Dvfontedpr.c213 i = cgetent(&defs, defsfile, language); in main()
/freebsd/libexec/getty/
H A Dsubr.c96 switch (cgetent(&buf, dba, name)) { in gettable()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c94 #define _nc_cgetent(buf, oline, db_array, name) cgetent(buf, db_array, name)
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in165 /* Define to 1 if you have the `cgetent' function. */
/freebsd/contrib/ncurses/
H A Daclocal.m41029 cgetent(&buf, &db_array, "vt100");
1039 AC_DEFINE(HAVE_BSD_CGETENT,1,[Define to 1 if we have BSD cgetent])
1040 AC_CACHE_CHECK(if cgetent uses const parameter,cf_cv_cgetent_const,[
1048 cgetent(&buf, &db_array, "vt100");
1058 …AC_DEFINE_UNQUOTED(CGETENT_CONST,const,[Define to const if needed for some BSD cgetent variations])
H A DNEWS7892 + modify toe to access termcap data, e.g., via cgetent() functions,
8168 + use BSD-specific fix for return-value from cgetent() from CVS where
13354 + add configure test for BSD 4.4 cgetent() function, modify
/freebsd/crypto/heimdal/
H A Dconfigure17950 cgetent \