Searched defs:phostname (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csconndi.c | 159 char *phostname = NULL; /* start of host of display */ local 181 phostname = copystring (lastp, p - lastp); 182 if (!phostname) goto bad; /* no memory */ 219 * phostname hostname string or NULL 224 * build parameter the hostname string. If phostname is NULL or equals 225 * the string "local", then choose the best transport. If phostname 259 if (!phostname) { 262 else if (strcmp (phostname, "unix") == 0) { 271 #define LOCALCONNECTION (!phostname || connfunc == MakeUNIXSocketConnection) 273 #define LOCALCONNECTION (!phostname) 491 MakeUNIXSocketConnection( char *phostname, int iagent, int retries, int *familyp, int *saddrlenp, char **saddrp) argument 544 MakeTCPConnection( char *phostname, int iagent, int retries, int *familyp, int *saddrlenp, char **saddrp) argument [all...] |
Completed in 14 milliseconds