Searched refs:defcntl_r (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 284 return (defcntl_r(cmd, newflags, thr_data)); in defcntl() 310 defcntl_r(int cmd, int newflags, void *ptr) in defcntl_r() function
|
H A D | localtime.c | 2325 flags = defcntl_r(DC_GETFLAGS, 0, defp); in get_default_tz() 2327 (void) defcntl_r(DC_SETFLAGS, flags, defp); in get_default_tz()
|
/titanic_50/usr/src/head/ |
H A D | deflt.h | 68 extern int defcntl_r(int, int, void *);
|
/titanic_50/usr/src/lib/pam_modules/unix_auth/ |
H A D | unix_auth.c | 84 flags = defcntl_r(DC_GETFLAGS, 0, defp); in get_max_failed() 86 (void) defcntl_r(DC_SETFLAGS, flags, defp); in get_max_failed()
|
/titanic_50/usr/src/lib/libgss/ |
H A D | gssd_pname_to_uid.c | 74 flags = defcntl_r(DC_GETFLAGS, 0, defp); in get_conf_options() 77 (void) defcntl_r(DC_SETFLAGS, flags, defp); in get_conf_options()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 320 defflags = defcntl_r(DC_GETFLAGS, 0, defp); in parse_ldap_default_conf() 322 (void) defcntl_r(DC_SETFLAGS, defflags, defp); in parse_ldap_default_conf() 428 defflags = defcntl_r(DC_GETFLAGS, 0, defp); in yp_parse_ldap_default_conf() 430 (void) defcntl_r(DC_SETFLAGS, defflags, defp); in yp_parse_ldap_default_conf()
|
/titanic_50/usr/src/lib/libpam/ |
H A D | pam_framework.c | 206 (void) defcntl_r(DC_SETFLAGS, DC_CASE, defp); in pam_settrace()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2986 defcntl_r;
|