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

/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuslib.c80 make_connection (char *hostarg, int portarg, int *s) argument
84 if (hostarg == NULL)
85 hostarg = getenv("GNU_HOST");
90 if (hostarg != NULL) {
94 if (!strcmp(hostarg, "unix")) {
100 *s = connect_to_internet_server(hostarg, portarg);
104 return -1; /* hostarg should always be NULL for SYSV_IPC */
H A Dgnuclient.c338 char *hostarg = NULL; /* remote hostname */ local
440 GET_ARGUMENT (hostarg, "-h");
480 if (suppress_windows_system && hostarg)
492 connect_type = make_connection (hostarg, port, &s);
530 connect_type = make_connection (hostarg, port, &s);
564 connect_type = make_connection (hostarg, port, &s);
589 connect_type = make_connection (hostarg, port, &s);
608 else if (strcmp (thishost,hostarg))
H A Dgnuserv.h196 int make_connection (char *hostarg, int portarg, int *s);

Completed in 71 milliseconds