Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 189) sorted by relevance

12345678

/dragonfly/lib/libc/gen/
H A Dsetmode.c169 int perm, who; in setmode() local
221 for (who = 0;; ++p) { in setmode()
224 who |= STANDARD_BITS; in setmode()
233 who |= S_IRWXO; in setmode()
247 who &= ~S_ISTXT; in setmode()
255 if (!who || who & ~S_IRWXO) in setmode()
260 if (!who || who & ~S_IRWXO) { in setmode()
261 who |= S_ISTXT; in setmode()
339 set->bits = who ? who : STANDARD_BITS; in addcmd()
348 set->bits = (who ? who : mask) & oparg; in addcmd()
[all …]
/dragonfly/usr.bin/renice/
H A Drenice.c59 int errs, incr, prio, which, who; in main() local
64 who = 0; in main()
92 who = pwd->pw_uid; in main()
93 else if (getnum("uid", *argv, &who)) { in main()
96 } else if (who < 0) { in main()
102 if (getnum("pid", *argv, &who)) { in main()
106 if (who < 0) { in main()
112 errs += donice(which, who, prio, incr); in main()
123 oldprio = getpriority(which, who); in donice()
125 warn("%d: getpriority", who); in donice()
[all …]
/dragonfly/sys/kern/
H A Dkern_resource.c76 int who; member
93 int who = uap->who; in sys_getpriority() local
135 info.who = who; in sys_getpriority()
176 int who; member
195 int who = uap->who; in sys_setpriority() local
251 info.who = who; in sys_setpriority()
319 int who; member
336 int who = uap->who; in sys_ioprio_get() local
377 info.who = who; in sys_ioprio_get()
437 int who = uap->who; in sys_ioprio_set() local
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.who.c137 struct who { struct
138 struct who *who_next; argument
139 struct who *who_prev; argument
154 static void debugwholist (struct who *, struct who *);
205 struct who *wp, *wpnew;
457 debugwholist(struct who *new, struct who *wp)
459 struct who *a;
491 print_who(struct who *wp)
516 struct who *wp = ptr;
603 struct who *wp;
[all …]
/dragonfly/games/larn/
H A Dscores.c38 char who[40]; /* the name of the character */ member
48 char who[40]; /* the name of the character */ member
68 char who[12]; /* player name */ member
245 (long)p->score, (long)p->hardlev, (long)p->timeused, p->who); in winshou()
281 (long)sco[j].score, (long)sco[j].hardlev, sco[j].who); in shou()
466 strcpy(p->who, whoo); in new1sub()
490 strcpy(p->who, whoo); in new2sub()
622 strcpy(logg.who, loginname); in died()
719 …Diff: %d, %s %s on %d at %s", (long)(logg.score), (long)(logg.diff), logg.who, logg.what, (long)(… in diedlog()
H A Dmovem.c273 const char *who = NULL, *p; in mmove() local
335 who = "An arrow"; in mmove()
343 who = "A dart"; in mmove()
370 who = ""; in mmove()
374 lprintf(p, who, monster[tmp].name); in mmove()
H A DREADME57 set to the userid of the person who can become wizard. If you are using
59 of the player who can become wizard.
67 latest bug fixes to anyone who asks. Both James and I will field requests for
68 sources, for those who ask.
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_debug.c305 const char *who; in mpt_who() local
308 case MPT_DB_INIT_NOONE: who = "No One"; break; in mpt_who()
309 case MPT_DB_INIT_BIOS: who = "BIOS"; break; in mpt_who()
310 case MPT_DB_INIT_ROMBIOS: who = "ROM BIOS"; break; in mpt_who()
311 case MPT_DB_INIT_PCIPEER: who = "PCI Peer"; break; in mpt_who()
312 case MPT_DB_INIT_HOST: who = "Host Driver"; break; in mpt_who()
313 case MPT_DB_INIT_MANUFACTURE: who = "Manufacturing"; break; in mpt_who()
314 default: who = "Unknown"; break; in mpt_who()
316 return who; in mpt_who()
/dragonfly/usr.bin/who/
H A DMakefile3 PROG= who
4 SRCS+= who.c utmpentry.c
/dragonfly/usr.bin/users/
H A DMakefile2 .PATH: ${.CURDIR}/../who
10 CFLAGS+= -I${.CURDIR}/../who
/dragonfly/usr.bin/write/
H A DMakefile3 .PATH: ${.CURDIR}/../who
13 CFLAGS+= -I${.CURDIR}/../who
/dragonfly/usr.bin/wall/
H A DMakefile3 .PATH: ${.CURDIR}/../who
13 CFLAGS+= -I${.CURDIR}/../who
/dragonfly/usr.bin/finger/
H A DMakefile4 .PATH: ${.CURDIR}/../who
13 CFLAGS+= -I${.CURDIR}/../who
/dragonfly/lib/libutil/
H A Dlogin_class.c50 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member
105 rcur = (*lr->who)(lc, lr->what, rcur, rcur); in setclassresources()
106 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources()
107 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur); in setclassresources()
108 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
/dragonfly/contrib/cvs-1.12/src/
H A Dedit.c803 const char *who; member
855 fprintf (pipefp, "By %s\n", args->who); in notify_proc()
871 const char *who, const char *val, const char *watches, in notify_do() argument
917 editor_set (filename, who, val); in notify_do()
921 editor_set (filename, who, NULL); in notify_do()
941 if ((size_t)(endp - p) == strlen (who) && strncmp (who, p, endp - p) == 0) in notify_do()
1063 args.who = who; in notify_do()
H A Dwatch.c40 char *who; in watch_modify_watchers() local
58 who = getcaller (); in watch_modify_watchers()
59 who_len = strlen (who); in watch_modify_watchers()
67 if (strncmp (who, p, who_len) == 0 in watch_modify_watchers()
192 who, in watch_modify_watchers()
H A Dedit.h29 const char *who, const char *val, const char *watches,
/dragonfly/usr.bin/systat/
H A DMakefile3 .PATH: ${.CURDIR}/../who
7 CFLAGS+=-DINET6 -I${.CURDIR}/../../sys -I${.CURDIR}/../who
/dragonfly/games/fortune/datfiles/
H A Dmurphy310 Anyone who follows a crowd will
947 who knows what is going on.
1035 who's redundant.
1198 who knew it would.
1201 who knew that it would.
1292 Those who make things happen,
1293 Those who watch things happen and
1294 Those who wonder what happened.
1764 The one who least wants to play is the one who will win.
1783 of the people who developed it.
[all …]
H A Dfortunes7535 A hypocrite is a person who ... but who isn't?
8284 who never cajoles, who never conceals, who never uses her eyes, who never
23841 I give you the man who -- the man who -- uh, I forgets the man who?
29720 blood, who strives valiantly, who errs and comes short again and again; who
31266 Knock Knock... (who's there?) Anna! (anna who?)
31274 Knock Knock... (who's there?) Boo! (boo who?)
51492 Let's not BICKER and ARGUE over who killed who!
51741 Those who can, do. Those who can't, simulate.
51743 Those who can, do; those who can't, write.
53841 War doesn't prove who's right, just who's left.
[all …]
H A Dfortunes-o3312 who uses bad words?"
3639 Peter, the Rock, who said, `Not I, Lord!' He looked at Thomas, who doubted,
5918 Girls who put out are tramps. Girls who don't are ladies. This is,
9451 man -- who has no gills.
9664 Over who had the right
10841 who has that dream?"
10905 who gets tied up."
11989 Polacks who --"
12700 whispers, "I'll tell you who I was thinking of if you tell me who you
13783 soul. It's not men who limit women, it's not straights who limit gays, it's
[all …]
/dragonfly/usr.bin/id/
H A Did.c51 who(char *);
123 pw = *argv ? who(*argv) : NULL; in main()
310 who(char *u) in who() function
/dragonfly/sbin/routed/
H A Dtrace.c846 struct sockaddr_in *who, in trace_rip() argument
864 naddr_ntoa(who->sin_addr.s_addr), in trace_rip()
865 ntohs(who->sin_port), in trace_rip()
872 naddr_ntoa(who->sin_addr.s_addr), ntohs(who->sin_port), in trace_rip()
/dragonfly/games/fortune/
H A DREADME14 story, no matter who is in it - whether it's about Catholics or Protestants,
24 meddlers who have been smelling up the American landscape since the time of
/dragonfly/contrib/tcsh-6/nls/greek/
H A Dset261 $ tc.who.c

12345678