Home
last modified time | relevance | path

Searched refs:defcntl_r (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Ddeflt.c284 return (defcntl_r(cmd, newflags, thr_data)); in defcntl()
310 defcntl_r(int cmd, int newflags, void *ptr) in defcntl_r() function
H A Dlocaltime.c2325 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 Ddeflt.h68 extern int defcntl_r(int, int, void *);
/titanic_50/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c84 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 Dgssd_pname_to_uid.c74 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 Dnis_parse_ldap_conf.c320 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 Dpam_framework.c206 (void) defcntl_r(DC_SETFLAGS, DC_CASE, defp); in pam_settrace()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2986 defcntl_r;