Home | History | Annotate | Download | only in pending

Lines Matching defs:file

23     -L Log to file
382 loginfo(LOG_LEVEL7, "ignoring file '%s' (no such user)", entry->d_name);
432 char *file = "/bin/sh";
436 if (!strcmp("SHELL", v->name)) file = v->val;
446 if (prog) file = prog;
447 if (TT.flagd) loginfo(LOG_LEVEL5, "child running %s", file);
458 execlp(file, file, (prog ? "-ti" : "-c"), (prog ? NULL : job->cmd), (char *) NULL);
459 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username);
461 if (!prog) dprintf(1, "Exec failed: %s -c %s\n", file, job->cmd);
554 loginfo(LOG_ERROR, "can't create mail file %s for user %s, "
596 if (TT.flagd) loginfo(LOG_LEVEL5, "file %s:", cfile->username);