Lines Matching defs:home
68 char* home;
92 int home;
197 char* home;
208 home = pwd->pw_dir;
214 home = "/tmp";
217 if (!(usr = newof(0, User_t, 1, n + strlen(home) + 2)))
223 usr->home = strcpy(usr->name + n + 1, home);
324 que->home = n;
1026 if (que->home)
1030 neqv(sp, "HOME", job->owner->user->home);
1120 error(ERROR_OUTPUT|0, con->fd, "%-9.9s %5lu %5lu %3d %3d %s", usr->name, usr->admin, usr->total, usr->pending, usr->running, usr->home);