Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 42) sorted by relevance

12

/original-bsd/usr.bin/at/atrm/
H A Datrm.c62 char *owner, *fowner(); local
161 owner = fowner(namelist[i]->d_name);
162 if (isowner(myname, owner))
195 owner = fowner(namelist[i]->d_name);
203 if (strcmp(*argv, owner))
216 (int)stbuf[i]->st_ino, owner);
291 removentry(filename, inode, owner) in removentry() argument
294 char *owner;
301 if (user == SUPERUSER && owner)
302 printf("\t(owned by %s) ", owner);
[all …]
/original-bsd/games/monop/
H A Dprint.c76 if (sqp->owner < 0) {
82 printf(" %d %-8.8s %3d", sqp->owner+1, pp->mon_desc->name,
99 if (sqp->owner < 0) {
105 printf(" %d 150", sqp->owner+1);
107 printf("%d", play[sqp->owner].num_util);
112 if (sqp->owner < 0) {
118 printf(" %d Railroad 200", sqp->owner+1);
121 rnt <<= play[sqp->owner].num_rr - 1;
122 printf("%d %4d", play[sqp->owner].num_rr, 25 << (play[sqp->owner].num_rr - 1));
H A Dtrade.c187 op->sqr->owner = to->trader;
206 new_own = board[cur_p->loc].owner; in resign()
252 sqp->owner = -1; in resign()
269 if (board[i].owner > player) in resign()
270 --board[i].owner; in resign()
H A Dmonop.h53 shrt owner; /* owner number */ member
63 shrt owner; /* owner of monopoly */ member
H A Dmon.dat10 /* name owner num_in num_own h_cost not_m mon_n sq */
H A Dexecute.c118 if (sqp->owner < 0) { in show_move()
127 else if (sqp->owner == player) in show_move()
H A Dcards.inp65 Advance to the nearest Railroad, and pay owner
79 Advance to the nearest Railroad, and pay owner
H A Drent.c24 plp = &play[sqp->owner];
H A Dmisc.c189 mp->owner = pl;
204 mp->owner = -1;
H A Dbrd.dat10 /* name (COLOR) owner type desc cost */
/original-bsd/old/dbx/tests/cc/
H A Dbitfields.c16 uint owner : 6; member
25 junk.owner = 63; in main()
30 junk.owner, junk.segment, junk.intrinsicCost); in main()
H A Dbitfields.in6 print junk.owner, junk.segment, junk.intrinsicCost
/original-bsd/old/dbx/tests/mod/
H A Dbitfields.mod20 owner : @size 6 uint;
28 junk.owner := 63;
31 io.Writef(io.output, "owner = %d, segment = %d, intrinsicCost = %d\n",
32 junk.owner, junk.segment, junk.intrinsicCost);
/original-bsd/etc/
H A Dweekly28 owner=`awk '{ print $3 }' $file`
29 echo "$owner $file"
30 echo $file >> $TDIR/$owner
/original-bsd/local/toolchest/ksh/sh/
H A Dsuid_exec.c286 setids(mode,owner,group) in setids() argument
291 setreuid(ruserid,owner); in setids()
302 setids(mode,owner,group) in setids() argument
310 if(chown(tmpname,owner,group) < 0) in setids()
/original-bsd/usr.sbin/lpr/common_source/
H A Drmjob.c245 isowner(owner, file) in isowner() argument
246 char *owner, *file; in isowner()
250 if (!strcmp(person, owner) && !strcmp(from, file+6))
/original-bsd/usr.bin/at/atrun/
H A Datrun.c147 char owner[128]; /* owner of job we're going to run */ local
175 (fscanf(infile,"# owner: %127s\n",owner) != 1) ||
195 pwdbuf = getpwnam(owner);
/original-bsd/usr.bin/at/atq/
H A Datq.c285 char owner[10]; /* the owner */ local
298 if (fscanf(infile,"# owner: %9s%*[^\n]\n",owner) != 1) {
305 printf("%-10.9s",owner);
/original-bsd/usr.sbin/sendmail/src/
H A Dalias.c52 char *owner; local
131 owner = aliaslookup(obuf, &stat, e);
132 if (owner == NULL)
136 if (strpbrk(owner, ",:/|\"") != NULL)
137 owner = obuf;
138 a->q_owner = newstr(owner);
H A Ddeliver.c47 char *owner; local
157 owner = "";
161 owner = NULL;
171 if (owner == NULL)
172 owner = q->q_owner;
178 q->q_owner = owner;
184 owner = q->q_owner;
259 if (q->q_owner == owner)
267 if (q->q_owner != owner)
296 ee->e_id, e->e_id, owner);
[all …]
/original-bsd/old/dbx/tests/cc/out/out.tahoe/
H A Dbitfields.out13 … = 0, expanded = 0, underDir = 0, underOffset = 0, start = 0, target = 0, owner = 63, segment = 1,…
/original-bsd/old/dbx/tests/cc/out/out.vax/
H A Dbitfields.out13 … = 0, expanded = 0, underDir = 0, underOffset = 0, start = 0, target = 0, owner = 63, segment = 1,…
/original-bsd/usr.bin/rdist/
H A Dserver.c673 char *owner, *group; local
706 owner = cp;
756 if (fchog(-1, target, owner, group, mode) == 0)
891 if (fchog(f, new, owner, group, mode) < 0) {
1002 fchog(fd, file, owner, group, mode) in fchog() argument
1004 char *file, *owner, *group;
1014 if (*owner == ':') {
1015 uid = atoi(owner + 1);
1017 if ((pw = getpwnam(owner)) == NULL) {
1020 host, owner);
[all …]
/original-bsd/sys/sys/
H A Dfbio.h106 int owner; /* PID of owner, 0 if myself */ member
/original-bsd/share/mk/
H A Dbsd.README82 MANOWN Manual owner.
109 BINOWN Binary owner.
122 MANOWN Manual owner.
163 BINOWN Binary owner.
281 LIBOWN Library owner.

12