Searched refs:defread_r (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddeflt.c115 * by subsequent defread_r() calls. defopen_r returns a pointer
117 * The pointer should be specified to the following defread_r and
123 * see defread_r() for more details.
203 return (defread_r(cp, thr_data));
207 * defread_r() - read an entry from the defopen file
209 * defread_r(const char *cp, void *ptr)
211 * defread_r scans the data file associated with the pointer
214 * If such a line is found, defread_r returns a pointer to
216 * If no line is found or no file is open, defread_r() returns NULL.
219 defread_r(cons function
[all...]
H A Dgetuserattrnam.c131 if ((val = defread_r(defkey, defp)) != NULL) {
H A Dgetgrnam_r.c273 if (defread_r(USE_NETID_STR, defp) != NULL)
H A Dchkauthattr.c458 char *cp = defread_r(dfltply[i].defkw, defp);
H A Dlocaltime.c2656 if ((tzp = (uchar_t *)defread_r(TZSTRING, defp)) != NULL) {
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c128 if ((q = defread_r(name, defp)) != NULL) {
180 if ((q = defread_r("NAMECHECK=", defp)) != NULL &&
184 if ((q = defread_r("DICTIONLIST=", defp)) != NULL) {
196 if ((q = defread_r("DICTIONDBDIR=", defp)) != NULL) {
240 if ((q = defread_r("WHITESPACE=", defp)) != NULL)
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c95 if ((p = defread_r("LOCK_AFTER_RETRIES=", defp)) != NULL)
106 if ((p = defread_r("RETRIES=", defp)) != NULL)
/osnet-11/usr/src/lib/passwdutil/
H A Dutils.c160 if ((p = defread_r(name, defp)) != NULL)
/osnet-11/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c79 if ((ptr = defread_r("SYSLOG_UID_MAPPING=", defp)) != NULL &&
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c193 if ((ptr = defread_r("IDLEWEEKS=", defp)) != NULL)
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c209 if ((arg = defread_r(LOG_PRIORITY, defp)) != NULL) {
215 if ((arg = defread_r(LOG_FACILITY, defp)) != NULL) {
221 if ((arg = defread_r(DEBUG_FLAGS, defp)) != NULL) {
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c222 /* Set defread_r() to be case insensitive */
239 if ((attr_val = defread_r(attr_buf, defp)) == NULL)

Completed in 48 milliseconds