Symbol: person
bin/csh/file.c
518
static Char person[40];
bin/csh/file.c
525
for (p = person, o = &old[1]; *o && *o != '/'; *p++ = *o++)
bin/csh/file.c
528
if (person[0] == '\0')
bin/csh/file.c
531
pw = getpwnam(short2str(person));
games/battlestar/command5.c
268
int obj = -1, result = -1, person = 0, firstnumber, last1, last2;
games/battlestar/command5.c
289
person = wordvalue[wordnumber];
games/battlestar/command5.c
306
if (person && TestBit(location[position].objects, person)) {
games/battlestar/command5.c
307
if (person == NORMGOD && godready < 2 && !(obj == RING || obj == BRACELET))
games/battlestar/command5.c
320
switch (person) {
games/trek/events.c
411
Device[i].person, Device[i].name);
games/trek/out.c
48
printf("%s reports %s ", d->person, d->name);
games/trek/trek.h
113
const char *person; /* the person who fixes it */
usr.bin/finger/finger.h
50
struct person *next; /* link to next person */
usr.bin/finger/finger.h
51
struct person *hlink; /* link to next person in hash bucket */
usr.sbin/lpd/lp_displayq.c
109
checklists(const char *cfname, struct lp_jobfilter *jf, const char *person)
usr.sbin/lpd/lp_displayq.c
118
if (!strcmp(jf->users[i], person))
usr.sbin/lpd/lp_rmjob.c
103
char *line = NULL, *person = NULL;
usr.sbin/lpd/lp_rmjob.c
127
person = line + 1;
usr.sbin/lpd/lp_rmjob.c
128
if (!strcmp(person, agent) &&
usr.sbin/lpd/lp_rmjob.c
136
if (person == NULL) {
usr.sbin/lpd/lp_rmjob.c
152
if (!strcmp(jf->users[i], person))
usr.sbin/lpd/printer.c
448
free(job.person);
usr.sbin/lpd/printer.c
449
job.person = xstrdup(line + 1);
usr.sbin/lpd/printer.c
450
if (lp->lp_rs && getpwnam(job.person) == NULL) {
usr.sbin/lpd/printer.c
544
free(job.person);
usr.sbin/lpd/printer.c
65
char *person;
usr.sbin/lpd/printer.c
655
argv[argc++] = job->person;
usr.sbin/lpd/printer.c
772
free(job.person);
usr.sbin/lpd/printer.c
773
job.person = xstrdup(line + 1);
usr.sbin/lpd/printer.c
831
free(job.person);
usr.sbin/lpd/printer.c
947
user = job->person;
usr.sbin/lpr/common_source/rmjob.c
108
user[0] = person;
usr.sbin/lpr/common_source/rmjob.c
112
if (!strcmp(person, "-all")) {
usr.sbin/lpr/common_source/rmjob.c
116
person = root;
usr.sbin/lpr/common_source/rmjob.c
309
if (!strcmp(person, root) && (from == host || !strcmp(from, file+6)))
usr.sbin/lpr/common_source/rmjob.c
311
if (!strcmp(person, owner) && !strcmp(from, file+6))
usr.sbin/lpr/common_source/rmjob.c
341
n = snprintf(buf, sizeof(buf), "\5%s %s ", RP, all ? "-all" : person);
usr.sbin/lpr/common_source/rmjob.c
58
extern char *person; /* name of person doing lprm */
usr.sbin/lpr/lpd/lpd.c
428
char *person; /* name of person doing lprm */
usr.sbin/lpr/lpd/lpd.c
527
person = cp;
usr.sbin/lpr/lpr/lpr.c
181
person = optarg;
usr.sbin/lpr/lpr/lpr.c
255
if (real_uid != DU || person == NULL) {
usr.sbin/lpr/lpr/lpr.c
258
if ((person = strdup(pw->pw_name)) == NULL)
usr.sbin/lpr/lpr/lpr.c
269
if ((strcmp(person, *gptr->gr_mem)) == 0)
usr.sbin/lpr/lpr/lpr.c
289
card('P', person);
usr.sbin/lpr/lpr/lpr.c
301
card('L', person);
usr.sbin/lpr/lpr/lpr.c
306
card('M', person);
usr.sbin/lpr/lpr/lpr.c
80
static const char *person; /* user name */
usr.sbin/lpr/lprm/lprm.c
105
person = luser;
usr.sbin/lpr/lprm/lprm.c
65
char *person; /* name of person doing lprm */