Searched refs:outmode (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c556 char *bname, outmode[20]; local
558 strcpy(outmode, "wb6 ");
579 outmode[3] = 'f';
581 outmode[3] = 'h';
583 outmode[3] = 'R';
586 outmode[2] = (*argv)[1];
591 if (outmode[3] == ' ')
592 outmode[3] = 0;
601 file = gzdopen(fileno(stdout), outmode);
627 file = gzdopen(fileno(stdout), outmode);
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dmain.c59 enum outmode { enum
128 enum outmode outmode; local
196 outmode = OUTMODE_DEF;
206 outmode = OUTMODE_ALL;
220 outmode = OUTMODE_ALL;
252 outmode = OUTMODE_ALL;
309 outmode = OUTMODE_FLN;
322 if (outmode == OUTMODE_DEF) {
325 outmode
[all...]
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c563 char *bname, outmode[20]; local
566 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
568 strcpy(outmode, "wb6 ");
590 outmode[3] = 'f';
592 outmode[3] = 'h';
594 outmode[3] = 'R';
597 outmode[2] = (*argv)[1];
602 if (outmode[3] == ' ')
603 outmode[
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c4563 int inmode, outmode; local
4574 outmode = fcntl(outchfd, F_GETFL, 0);
4575 if (outmode == -1)
4584 bitset(O_NONBLOCK, outmode) ||
4587 outmode = fcntl(outchfd, F_GETFL, 0);
4588 if (outmode != -1 && bitset(O_NONBLOCK, outmode))
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.c2188 int inmode, outmode, inmask, outmask, mode; local
2197 outmode = FREAD;
2200 outmode = FWRITE;
2230 mode |= (outmask & (1 << ep)) ? outmode : 0;

Completed in 131 milliseconds