Searched refs:hostname (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | netname.c | 64 char hostname[MAXHOSTNAMELEN + 1]; in libc_hidden_nolink_sunrpc() local 72 __gethostname (hostname, MAXHOSTNAMELEN); in libc_hidden_nolink_sunrpc() 75 strncpy (hostname, host, MAXHOSTNAMELEN); in libc_hidden_nolink_sunrpc() 76 hostname[MAXHOSTNAMELEN] = '\0'; in libc_hidden_nolink_sunrpc() 79 dot_in_host = strchr (hostname, '.'); in libc_hidden_nolink_sunrpc() 111 if ((strlen (domainname) + strlen (hostname) + OPSYS_LEN + 3) in libc_hidden_nolink_sunrpc() 115 sprintf (netname, "%s.%s@%s", OPSYS, hostname, domainname); in libc_hidden_nolink_sunrpc() 174 netname2host (const char *netname, char *hostname, const int hostlen) in libc_hidden_def() 191 strncpy (hostname, p1, hostlen); in libc_hidden_def() 192 hostname[hostlen] = '\0'; in libc_hidden_def()
|
A D | clnt_gen.c | 46 clnt_create (const char *hostname, u_long prog, u_long vers, in clnt_create() argument 62 strcpy (sun.sun_path, hostname); in clnt_create() 78 if (__libc_rpc_gethostbyname (hostname, &sin) != 0) in clnt_create()
|
Completed in 5 milliseconds