| /src/tests/usr.bin/indent/ |
| lsym_rbrace.c | 28 struct person p = {
|
| lsym_lbrace.c | 25 struct person p = {
|
| /src/games/trek/ |
| out.c | 55 printf("%s reports %s ", d->person, d->name);
|
| trek.h | 127 const char *person; /* the person who fixes it */ member in struct:device
|
| events.c | 426 Device[i].person, Device[i].name);
|
| /src/usr.bin/finger/ |
| finger.h | 43 typedef struct person { struct 55 } PERSON;
|
| /src/usr.sbin/lpr/common_source/ |
| rmjob.c | 66 extern char *person; /* name of person doing lprm */ 95 user[0] = person; 99 if (!strcmp(person, "-all")) { 103 person = root; 283 if (!strcmp(person, root) && (from == host || !strcmp(from, file+6))) 285 if (!strcmp(person, owner) && !strcmp(from, file+6)) 314 len = 1 + strlen(RP) + 1 + strlen(all ? "-all" : person); 329 cp += snprintf(s, len, "\5%s %s", RP, all ? "-all" : person);
|
| /src/usr.sbin/lpr/lprm/ |
| lprm.c | 73 char *person; /* name of person doing lprm */ variable 80 static char luser[16]; /* buffer for person */ 102 person = luser;
|
| /src/games/battlestar/ |
| command5.c | 304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; local 323 person = wordvalue[wordnumber]; 340 if (person && testbit(location[position].objects, person)) { 341 if (person == NORMGOD && godready < 2 && 356 switch (person) {
|
| /src/usr.sbin/lpr/lpr/ |
| lpr.c | 91 static const char *person; /* user name */ variable 193 person = optarg; 267 * Get the identity of the person doing the lpr using the same 271 if (userid != DU || person == 0) { 274 person = pw->pw_name; 285 if ((strcmp(person, *gptr->gr_mem)) == 0) 309 card('P', person); 320 card('L', person); 325 card('M', person);
|
| /src/tests/usr.bin/xlint/lint1/ |
| init_c99.c | 604 struct person { struct 610 struct person mayor;
|
| /src/bin/csh/ |
| file.c | 342 * ~person/mumble 349 static Char person[40]; local 356 for (p = person, o = &old[1]; *o && *o != '/'; *p++ = *o++) 359 if (person[0] == '\0') 362 pw = getpwnam(short2str(person));
|
| /src/usr.sbin/lpr/lpd/ |
| lpd.c | 61 * \5printer person [users ...] [jobs ...]\n 419 char *person; /* name of person doing lprm */ variable 519 person = cp;
|
| /src/share/locale/ctype/ |
| gen_ctype_utf8.pl | 60 * Permission is hereby granted, free of charge, to any person obtaining
|