/titanic_50/usr/src/cmd/cmd-inet/common/ |
H A D | compat.c | 59 (void) defcntl(DC_SETFLAGS, flags); in get_compat_flag()
|
/titanic_50/usr/src/head/ |
H A D | deflt.h | 54 #define DC_SETFLAGS 1 /* set flags */ macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 322 case DC_SETFLAGS: /* set */ in defcntl_r()
|
H A D | localtime.c | 2327 (void) defcntl_r(DC_SETFLAGS, flags, defp); in get_default_tz()
|
/titanic_50/usr/src/lib/pam_modules/unix_auth/ |
H A D | unix_auth.c | 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 | 77 (void) defcntl_r(DC_SETFLAGS, flags, defp); in get_conf_options()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 192 (void) defcntl(DC_SETFLAGS, flags); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 286 (void) defcntl(DC_SETFLAGS, flags); in doit()
|
H A D | in.rshd.c | 782 (void) defcntl(DC_SETFLAGS, flags); in doit()
|
H A D | in.telnetd.c | 4772 (void) defcntl(DC_SETFLAGS, flags); in showbanner()
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 230 (void) defcntl(DC_SETFLAGS, flags); in main()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 322 (void) defcntl_r(DC_SETFLAGS, defflags, defp); in parse_ldap_default_conf() 430 (void) defcntl_r(DC_SETFLAGS, defflags, defp); in yp_parse_ldap_default_conf()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 1065 defcntl(DC_SETFLAGS, DC_STD & ~DC_CASE); /* ignore case */ in secpolicy_chkpolicy()
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 657 (void) defcntl(DC_SETFLAGS, flags); in vt_default()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1467 (void) defcntl(DC_SETFLAGS, flags); in initscreening()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 1407 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_50/usr/src/cmd/login/ |
H A D | login.c | 1266 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 191 (void) defcntl(DC_SETFLAGS, flags); in deflt_fill_default_server_options()
|
H A D | session.c | 941 (void) defcntl(DC_SETFLAGS, flags); in deflt_do_setup_env()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 1893 (void) defcntl(DC_SETFLAGS, flags); in getdefault()
|
/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/cmd/cron/ |
H A D | cron.c | 3164 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 5442 if (defcntl(DC_SETFLAGS, (DC_STD & ~(DC_CASE))) == -1) { in defset()
|