Lines Matching defs:machine

49 static int		netlook(char machine[], int attnet);
226 * Turn a network machine name into a unique character
229 netlook(char machine[], int attnet)
238 for (cp = machine, cp2 = nbuf;
245 * If a single letter machine, look through those first.
289 * name contains an "@" or "%". Look up the machine after it in
292 * Otherwise, delete the "@" or "%" and the machine after it from
321 fprintf(stderr, "machine %s unknown, uses: %s\n",
327 fprintf(stderr, "machine %s known but remote, uses: %s\n",
363 * Take a network machine descriptor and find the types of connected
388 char *xh_name; /* Name of machine */
393 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */
395 static short midfree; /* Next free machine id */
419 * net the machine is attached to from the net character.
421 * If the machine is already known, add the given attached
432 printf(gettext("Ran out of machine id spots\n"));
437 printf(gettext("Out of machine ids\n"));
493 * to the passed machine id.
505 printf(gettext("Use made of undefined machine id\n"));
513 * Return the bit mask of net's that the given extra host machine
525 printf(gettext("Use made of undefined machine id\n"));
534 * operation takes place as follows: the name with machine names
535 * in it is tokenized by mapping each machine name into a single
536 * character machine id (netlook). The separator characters (network
543 * machine names and tack the user name on the end.
597 * Convert back to machine names.
618 * Take a string of network machine id's and separators and
763 * more strict here than in optimex since both the machine and net
788 * Find the rightmost instance of the given (machine, type) pair.
827 * Return the best network separator for the given machine pair.
840 printf(gettext("ERROR: unknown internal machine id\n"));