Searched refs:localhostname_len (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c522 static int localhostname_len = 0; local
538 localhostname_len = strlen(local_hostent->h_name);
540 LogError("malloc of %d bytes failed.", localhostname_len);
548 MIN((size_t)localhostname_len, strlen(thread_data->hostname)))) {

Completed in 72 milliseconds