HomeSort by: relevance | last modified time | path
    Searched defs:what (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/usr.sbin/sysinst/
txtwalk.h 41 enum kind what; member in struct:data
52 const char *todo; /* What to do ... */
70 /* What to do ....
txtwalk.h 41 enum kind what; member in struct:data
52 const char *todo; /* What to do ... */
70 /* What to do ....
  /src/bin/ksh/
c_ulimit.c 133 int optc, what; local in function:c_ulimit
147 what = 'f';
162 what = optc;
165 for (l = limits; l->name && l->option != what; l++)
168 internal_errorf(0, "ulimit: %c", what);
c_ulimit.c 133 int optc, what; local in function:c_ulimit
147 what = 'f';
162 what = optc;
165 for (l = limits; l->name && l->option != what; l++)
168 internal_errorf(0, "ulimit: %c", what);
  /src/usr.bin/who/
utmpentry.c 94 int what = 3; local in function:setup
102 what = fname[len - 1] == 'x' ? 1 : 2;
103 if (what == 1) {
122 if (what & 1) {
126 what &= ~1;
131 what &= ~1;
136 if (what & 2) {
140 what &= ~2;
145 what &= ~2;
149 return what;
185 int what = setup(fname); local in function:getutentries
    [all...]
utmpentry.c 94 int what = 3; local in function:setup
102 what = fname[len - 1] == 'x' ? 1 : 2;
103 if (what == 1) {
122 if (what & 1) {
126 what &= ~1;
131 what &= ~1;
136 if (what & 2) {
140 what &= ~2;
145 what &= ~2;
149 return what;
185 int what = setup(fname); local in function:getutentries
    [all...]
  /src/sys/dev/pcmcia/
if_cnwioctl.h 89 u_char what; member in struct:cnwtrail
if_cnwioctl.h 89 u_char what; member in struct:cnwtrail
  /src/usr.bin/extattr/
getextattr.c 57 static enum { EADUNNO, EAGET, EASET, EARM, EALS } what = EADUNNO; variable in typeref:enum:__anon8c0941350103
63 switch (what) {
188 what = EAGET;
192 what = EASET;
196 what = EARM;
200 what = EALS;
256 if ((what != EALS) && (argc < minargc + 1))
279 if (what != EALS) {
285 if (what == EASET) {
321 switch (what) {
    [all...]
getextattr.c 57 static enum { EADUNNO, EAGET, EASET, EARM, EALS } what = EADUNNO; variable in typeref:enum:__anon8c0941350103
63 switch (what) {
188 what = EAGET;
192 what = EASET;
196 what = EARM;
200 what = EALS;
256 if ((what != EALS) && (argc < minargc + 1))
279 if (what != EALS) {
285 if (what == EASET) {
321 switch (what) {
    [all...]
  /src/lib/libedit/
eln.c 250 int what = va_arg(ap, int); local in function:el_set
252 ret = el_wset(el, op, what, fp);
344 int what = va_arg(ap, int); local in function:el_get
346 ret = el_wget(el, op, what, fpp);
el.c 353 int what; local in function:el_wset
355 what = va_arg(ap, int);
359 switch (what) {
477 int what; local in function:el_wget
480 what = va_arg(ap, int);
483 switch (what) {
eln.c 250 int what = va_arg(ap, int); local in function:el_set
252 ret = el_wset(el, op, what, fp);
344 int what = va_arg(ap, int); local in function:el_get
346 ret = el_wget(el, op, what, fpp);
el.c 353 int what; local in function:el_wset
355 what = va_arg(ap, int);
359 switch (what) {
477 int what; local in function:el_wget
480 what = va_arg(ap, int);
483 switch (what) {
  /src/games/larn/
create.c 492 char what; local in function:fillmroom
495 what = (char)what_i;
497 fillroom(what, arg);
515 char what; local in function:fillroom
518 what = (char)what_i;
543 item[x][y] = what;
552 fillmonst(int what)
559 mitem[x][y] = what;
561 hitp[x][y] = monster[what].hitpoints;
create.c 492 char what; local in function:fillmroom
495 what = (char)what_i;
497 fillroom(what, arg);
515 char what; local in function:fillroom
518 what = (char)what_i;
543 item[x][y] = what;
552 fillmonst(int what)
559 mitem[x][y] = what;
561 hitp[x][y] = monster[what].hitpoints;
scores.c 21 * played larn, and what the score was diedsub(x) Subroutine to print out a
44 short what; /* the number of the monster that killed member in struct:scofmt
83 char what[46]; /* what happened to player */ member in struct:log_fmt
318 if (sco[j].what < 256)
319 lprintf("killed by a %s", monster[sco[j].what].name);
321 lprintf("%s", whydead[sco[j].what - 256]);
539 p->what = whyded;
551 * died(x) Subroutine to record who played larn, and what the score was
682 snprintf(logg.what, sizeof(logg.what)
    [all...]
  /src/sys/fs/udf/
udf_strat_direct.c 251 int what, class __diagused, queue; local in function:udf_queue_buf_direct
257 what = buf->b_udf_c_type;
262 if (what == UDF_C_ABSOLUTE)
264 if (what == UDF_C_DSCR)
266 if (what == UDF_C_NODE)
udf_strat_direct.c 251 int what, class __diagused, queue; local in function:udf_queue_buf_direct
257 what = buf->b_udf_c_type;
262 if (what == UDF_C_ABSOLUTE)
264 if (what == UDF_C_DSCR)
266 if (what == UDF_C_NODE)
  /src/sbin/umount/
umount.c 205 mntwhat what; local in function:umountfs
212 what = MNTANY;
218 what = MNTON;
220 what = MNTFROM;
231 switch (what) {
374 getmntname(const char *name, mntwhat what, char **type)
387 if ((what == MNTON) && !strcmp(mntbuf[i].f_mntfromname, name)) {
392 if ((what == MNTFROM) && !strcmp(mntbuf[i].f_mntonname, name)) {
umount.c 205 mntwhat what; local in function:umountfs
212 what = MNTANY;
218 what = MNTON;
220 what = MNTFROM;
231 switch (what) {
374 getmntname(const char *name, mntwhat what, char **type)
387 if ((what == MNTON) && !strcmp(mntbuf[i].f_mntfromname, name)) {
392 if ((what == MNTFROM) && !strcmp(mntbuf[i].f_mntonname, name)) {
  /src/games/hunt/hunt/
otto.c 40 * please let us know what subroutines you would expect in the
125 char what; member in struct:item
196 if (strchr(OPPONENT, flbr[i].what) != NULL) {
203 if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) {
247 itemp->what = c;
264 || itemp->what == GMINE || itemp->what == MINE))) {
266 itemp->what = c;
280 itemp->what = c
    [all...]
  /src/lib/libpuffs/
puffs.c 550 /* check that what we got at least resembles an fd */
607 "what you want?", __func__, fd);
887 int what; local in function:puffs__theloop
914 what = 0;
918 what |= PUFFS_FBIO_READ;
922 what |= PUFFS_FBIO_WRITE;
933 if (what)
934 puffs__framev_notify(fio, what);
  /src/lib/libutil/
login_cap.c 412 int what; member in struct:__anon4b7f28140108
432 gsetrl(login_cap_t *lc, int what, const char *name, int type)
444 if (getrlimit(what, &r)) {
477 if (setrlimit(what, &rl)) {
590 (void)gsetrl(lc, r_list[i].what, r_list[i].name,
  /src/sbin/mount_portal/
puffs_portal.c 790 int what; local in function:portal_node_poll
792 what = 0;
794 what |= PUFFS_FBIO_READ;
796 what |= PUFFS_FBIO_WRITE;
798 what |= PUFFS_FBIO_ERROR;
800 if (puffs_framev_enqueue_waitevent(pcc, portn->fd, &what) == -1) {
806 if (what & PUFFS_FBIO_READ)
808 if (what & PUFFS_FBIO_WRITE)
810 if (what & PUFFS_FBIO_ERROR)

Completed in 39 milliseconds

1 2 3