/titanic_50/usr/src/cmd/cmd-inet/common/ |
H A D | compat.c | 50 if (defopen(INET_DEFAULT_FILE) == 0) { in get_compat_flag() 65 (void) defopen((char *)NULL); in get_compat_flag()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | deffs.c | 54 if (defopen(LOCAL) == 0) { in default_fstype() 56 defopen(NULL); /* close default file */ in default_fstype()
|
/titanic_50/usr/src/cmd/oamuser/lib/ |
H A D | vlogin.c | 76 if (defopen(DEFAULT_USERADD) == 0) { in valid_login() 90 (void) defopen((char *)NULL); in valid_login()
|
/titanic_50/usr/src/cmd/mkpwdict/ |
H A D | mkpwdict.c | 78 if (defopen(PWADMIN) == 0) { in main() 83 (void) defopen(NULL); in main()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 264 if ((defopen(AUTOFSADMIN)) == 0) { in set_nfsv4_ephemeral_mount_to() 273 defopen(NULL); in set_nfsv4_ephemeral_mount_to()
|
/titanic_50/usr/src/head/ |
H A D | deflt.h | 65 extern int defopen(char *);
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 224 if (defopen(DEFAULT_LOGIN) == 0) { in main() 238 (void) defopen(NULL); /* closes DEFAULT_LOGIN */ in main() 247 if (defopen(DEFAULT_SULOGIN) == 0) { in main() 252 (void) defopen(NULL); /* closes DEFAULT_SULOGIN */ in main()
|
/titanic_50/usr/src/cmd/oamuser/user/ |
H A D | homedir.c | 290 if (defopen(DEFAULT_USERADD) == 0) { in get_default_zfs_flags() 303 (void) defopen((char *)NULL); in get_default_zfs_flags()
|
/titanic_50/usr/src/cmd/su/ |
H A D | su.c | 246 if (defopen(DEFFILE) == 0) { in main() 259 (void) defopen(NULL); in main() 302 if (defopen(DEFAULT_LOGIN) == 0) { in main() 313 (void) defopen((char *)NULL); in main() 560 if (defopen(DEFAULT_LOGIN) == 0) { in main() 566 (void) defopen(NULL); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 113 if (defopen(defaultfile) == 0) { in doifrevarp() 123 (void) defopen(NULL); /* close default file */ in doifrevarp()
|
/titanic_50/usr/src/cmd/power/ |
H A D | parse.c | 140 if (defopen("/etc/default/power") == -1) in lookup_perms() 150 (void) defopen(NULL); in lookup_perms()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 185 if (defopen(DEFAULTFTPFILE) == 0) { in main() 195 (void) defopen(NULL); /* close default file */ in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 281 if (defopen(_PATH_DEFAULT_LOGIN) == 0) { in doit() 291 defopen(NULL); in doit()
|
H A D | in.rshd.c | 779 if (defopen(_PATH_DEFAULT_LOGIN) == 0) { in doit() 791 (void) defopen(NULL); in doit() 797 (void) defopen(NULL); in doit()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | port_link.c | 162 extern int defopen(char *fname); 202 if (defopen("/etc/default/devfsadm") == 0) { in minor_init() 209 (void) defopen(NULL); in minor_init()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 103 defopen(char *fn) in defopen() function
|
/titanic_50/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 576 if ((defopen(DEFAULT_YPPASSWDD)) == 0) { in validloginshell() 592 (void) defopen((char *)NULL); in validloginshell()
|
/titanic_50/usr/src/lib/libcmd/ |
H A D | mapfile-vers | 105 defopen { TYPE = FUNCTION; FILTER = libc.so.1 };
|
/titanic_50/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 221 if (defopen(UTMP_DEFAULT) == 0) { in main() 252 (void) defopen((char *)NULL); in main()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 129 if (defopen(NFSLOG_OPTIONS_FILE) == 0) { in main() 239 (void) defopen((char *)NULL); in main()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 1063 if (defopen(POLICY_FILE) == 0) { in secpolicy_chkpolicy() 1070 (void) defopen((char *)NULL); in secpolicy_chkpolicy()
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 653 if ((defopen(DEF_FILE)) == 0) { in vt_default() 663 (void) defopen(NULL); in vt_default()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 189 if (defopen("/etc/system") == 0) { in main() 194 (void) defopen(NULL); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1458 if (defopen(defaultfile) == 0) { in initscreening() 1481 (void) defopen(NULL); /* close default file */ in initscreening()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 1401 if (defopen(defaults_file) == 0) { in defaults() 1415 (void) defopen((char *)NULL); in defaults()
|