Home
last modified time | relevance | path

Searched refs:outmode (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/mandoc/
H A Dmain.c59 enum outmode { enum
128 enum outmode outmode; in main() local
196 outmode = OUTMODE_DEF; in main()
206 outmode = OUTMODE_ALL; in main()
220 outmode = OUTMODE_ALL; in main()
252 outmode = OUTMODE_ALL; in main()
309 outmode = OUTMODE_FLN; in main()
325 outmode = OUTMODE_ALL; in main()
329 outmode = OUTMODE_ONE; in main()
332 outmode = OUTMODE_LST; in main()
[all …]
/freebsd-13.1/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[3] = 0;
612 file = gzdopen(fileno(stdout), outmode);
[all …]
/freebsd-13.1/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.1/contrib/sendmail/src/
H A Dsrvrsmtp.c4563 int inmode, outmode; in setup_smtpd_io() local
4574 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io()
4575 if (outmode == -1) in setup_smtpd_io()
4584 bitset(O_NONBLOCK, outmode) || in setup_smtpd_io()
4587 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io()
4588 if (outmode != -1 && bitset(O_NONBLOCK, outmode)) in setup_smtpd_io()
/freebsd-13.1/sys/dev/usb/
H A Dusb_device.c2191 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local
2200 outmode = FREAD; in usb_cdev_create()
2203 outmode = FWRITE; in usb_cdev_create()
2233 mode |= (outmask & (1 << ep)) ? outmode : 0; in usb_cdev_create()
/freebsd-13.1/sys/contrib/zlib/
H A DChangeLog759 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
/freebsd-13.1/share/dict/
H A Dweb2133731 outmode