/titanic_41/usr/src/lib/libcmd/common/ |
H A D | uname.c | 72 __STDPP__directive pragma pp:hide getdomainname gethostid gethostname sethostname 76 #define gethostname ______gethostname 95 __STDPP__directive pragma pp:nohide getdomainname gethostid gethostname sethostname 99 #undef gethostname 110 extern int gethostname(char*, size_t); 169 if (gethostname(ut->nodename, sizeof(ut->nodename) - 1)) in uname() 387 if (sizeof(ut.nodename) > 9 || gethostname(s, sizeof(buf))) in b_uname()
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | initparse.c | 16 gethostname(thishost, sizeof(thishost)); in initparse()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | gethostname.c | 42 gethostname(char *name, int namelen) in gethostname() function
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | gethostname.c | 47 gethostname(char *hname, int hlen) function
|
H A D | auth_sys.c | 57 extern int gethostname(char *, int); 177 if (gethostname(machname, MAX_MACHINE_NAME) == -1) { in authsys_create_default() 213 if (gethostname(machname, MAX_MACHINE_NAME) == -1) { in authsys_create_ruid()
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | unistd.h | 52 extern int gethostname(char *, int);
|
H A D | unistd.c | 42 gethostname(char *name, int namelen) in gethostname() function
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_localhost.c | 50 if (gethostname(buf, sizeof(buf)) < 0) in g_local_host_name()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | sys_info.c | 45 if (gethostname(host, sizeof (host)) == -1) { in sys_get_hostname()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | gethostname.c | 51 gethostname(char *name, int namelen) in gethostname() function
|
/titanic_41/usr/src/lib/libcmd/common/features/ |
H A D | utsname | 1 lib getdomainname,gethostid,gethostname,sethostname,syscall,systeminfo,uname
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | sunw_port_after.h | 61 extern int gethostname(char *, size_t);
|
/titanic_41/usr/src/cmd/hostname/ |
H A D | hostname.c | 89 if (gethostname(c_hostname, sizeof (c_hostname)) < 0) { in main()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpusg.h | 74 #define gethostname(name, len) \ macro
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | yppoll.c | 94 extern int gethostname(); 239 if (! gethostname(default_host_name, 256)) { in getlochost()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucpname.c | 62 gethostname(NameBuf, MAXBASENAME);
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPGetRefreshInterval.c | 65 (void) gethostname(hostname, MAXHOSTNAMELEN); in SLPGetRefreshInterval()
|
/titanic_41/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfgcli.c | 93 (void) gethostname(host, sizeof (host)); in cmd_loop()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | newkey.c | 156 if (gethostname(host_pname, NIS_MAXNAMELEN) in main() 269 if (gethostname(hostname, MAXHOSTNAMELEN) < 0) {
|
/titanic_41/usr/src/lib/libcmd/amd64/src/lib/libcmd/FEATURE/ |
H A D | utsname | 9 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
|
/titanic_41/usr/src/lib/libcmd/i386/src/lib/libcmd/FEATURE/ |
H A D | utsname | 9 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
|
/titanic_41/usr/src/lib/libcmd/sparc/src/lib/libcmd/FEATURE/ |
H A D | utsname | 9 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
|
/titanic_41/usr/src/lib/libcmd/sparcv9/src/lib/libcmd/FEATURE/ |
H A D | utsname | 9 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
|
/titanic_41/usr/src/cmd/fs.d/nfs/dfshares/ |
H A D | dfshares.c | 85 if (gethostname(hostbuf, sizeof (hostbuf)) < 0) { in main()
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 128 (void) gethostname(myhostname, sizeof (myhostname));
|