/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | compat.c | 57 flags = defcntl(DC_GETFLAGS, 0); in get_compat_flag() 59 (void) defcntl(DC_SETFLAGS, flags); in get_compat_flag()
|
/titanic_41/usr/src/head/ |
H A D | deflt.h | 64 extern int defcntl(int, int);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 189 int flags = defcntl(DC_GETFLAGS, 0); in main() 192 (void) defcntl(DC_SETFLAGS, flags); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 284 flags = defcntl(DC_GETFLAGS, 0); in doit() 286 (void) defcntl(DC_SETFLAGS, flags); in doit()
|
H A D | in.rshd.c | 780 flags = defcntl(DC_GETFLAGS, 0); in doit() 782 (void) defcntl(DC_SETFLAGS, flags); in doit()
|
H A D | in.telnetd.c | 4770 flags = defcntl(DC_GETFLAGS, 0); in showbanner() 4772 (void) defcntl(DC_SETFLAGS, flags); in showbanner()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 280 defcntl(int cmd, int newflags) in defcntl() function
|
/titanic_41/usr/src/lib/libcmd/ |
H A D | mapfile-vers | 104 defcntl { TYPE = FUNCTION; FILTER = libc.so.1 };
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 228 flags = defcntl(DC_GETFLAGS, 0); in main() 230 (void) defcntl(DC_SETFLAGS, flags); in main()
|
/titanic_41/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 655 flags = defcntl(DC_GETFLAGS, 0); in vt_default() 657 (void) defcntl(DC_SETFLAGS, flags); in vt_default()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1465 flags = defcntl(DC_GETFLAGS, 0); in initscreening() 1467 (void) defcntl(DC_SETFLAGS, flags); in initscreening()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 1405 flags = defcntl(DC_GETFLAGS, 0); in defaults() 1407 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.c | 1264 flags = defcntl(DC_GETFLAGS, 0); in defaults() 1266 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 189 flags = defcntl(DC_GETFLAGS, 0); in deflt_fill_default_server_options() 191 (void) defcntl(DC_SETFLAGS, flags); in deflt_fill_default_server_options()
|
H A D | session.c | 939 flags = defcntl(DC_GETFLAGS, 0); in deflt_do_setup_env() 941 (void) defcntl(DC_SETFLAGS, flags); in deflt_do_setup_env()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 226 defcntl
|
/titanic_41/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_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 1891 flags = defcntl(DC_GETFLAGS, 0); in getdefault() 1893 (void) defcntl(DC_SETFLAGS, flags); in getdefault()
|
/titanic_41/usr/src/cmd/cron/ |
H A D | cron.c | 3162 flags = defcntl(DC_GETFLAGS, 0); in defaults() 3164 (void) defcntl(DC_SETFLAGS, flags); in defaults()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2832 defcntl;
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 76 extern int defcntl(); 5404 if (defcntl(DC_SETFLAGS, (DC_STD & ~(DC_CASE))) == -1) { in defset()
|