Lines Matching defs:system
38 * going out due to failure to contact the remote system.
53 * system, and the request will be deleted in the future
61 * - if they reference files from the file system,
123 "(Probably to or from system '%s')\n",
173 case 's': /* for debugging - choose system */
725 * by the system name following the D.
767 * by the system name following the D.
900 sendMail(system, user, file, mtext)
901 char *system, *user, *file;
912 if (system != NULL && (p = strpbrk(system, Shchar)) != NULL) {
918 if (system != NULL && *system != '\0')
919 (void) sprintf(cmd, "%s %s '%s!%s'", PATH, MAIL, system, user);
977 * 0 - could not find system and user information
982 toWho(file, user, system)
984 char **system; /* pointer to the system name */
1008 *system = lsystem;
1019 *system = fsystem;
1030 analFrom(line, user, system)
1031 char *line, *user, *system;
1050 system[i] = *s++;
1051 system[i] = NULLCHAR;