HomeSort by: relevance | last modified time | path
    Searched refs:person (Results 1 - 25 of 29) sorted by relevancy

1 2

  /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 in typeref:typename:char *
80 static char luser[16]; /* buffer for person */
102 person = luser;
  /src/sys/external/bsd/acpica/dist/compiler/
aslsupport.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslhelpers.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslcstyle.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslkeywords.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslrules.y 24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
  /src/games/battlestar/
command5.c 304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; local in function:give
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 in typeref:typename:const char *
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/sys/external/bsd/drm/dist/
Makefile.am 3 # Permission is hereby granted, free of charge, to any person obtaining a
configure.ac 3 # Permission is hereby granted, free of charge, to any person obtaining a
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 3 # Permission is hereby granted, free of charge, to any person obtaining a
  /src/tests/usr.bin/xlint/lint1/
init_c99.c 604 struct person { struct in function:init_deeply_nested_struct
610 struct person mayor;
  /src/bin/csh/
file.c 342 * ~person/mumble
349 static Char person[40]; local in function:tilde
356 for (p = person, o = &old[1]; *o && *o != '/'; *p++ = *o++)
359 if (person[0] == '\0')
362 pw = getpwnam(short2str(person));
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun7i-a20-olinuxino-lime2-emmc.dts 22 * b) Permission is hereby granted, free of charge, to any person
sun7i-a20-olinuxino-micro-emmc.dts 22 * b) Permission is hereby granted, free of charge, to any person
sun8i-t3-cqa3t-bv3.dts 24 * b) Permission is hereby granted, free of charge, to any person
  /src/usr.sbin/lpr/lpd/
lpd.c 61 * \5printer person [users ...] [jobs ...]\n
419 char *person; /* name of person doing lprm */ variable in typeref:typename:char *
519 person = cp;
  /src/share/locale/ctype/
gen_ctype_utf8.pl 60 * Permission is hereby granted, free of charge, to any person obtaining

Completed in 171 milliseconds

1 2