Searched refs:outmode (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | crypto_test.c | 541 foreach_aes_ccm(alg_cb_t cb, void *arg, crypto_test_outmode_t outmode) in foreach_aes_ccm() argument 550 if (err != 0 && outmode != OUT_SUMMARY) in foreach_aes_ccm() 560 foreach_aes_gcm(alg_cb_t cb, void *arg, crypto_test_outmode_t outmode) in foreach_aes_gcm() argument 572 if (err != 0 && outmode != OUT_SUMMARY) in foreach_aes_gcm() 578 if (err != 0 && outmode != OUT_SUMMARY) { in foreach_aes_gcm() 801 int decrypt_rv, uint8_t *decrypt_buf, crypto_test_outmode_t outmode) in test_result() argument 862 if (outmode == OUT_SUMMARY || (outmode == OUT_FAIL && pass)) in test_result() 939 crypto_test_outmode_t outmode) in run_tests() argument 983 decrypt_rv, decrypt_buf, outmode)) in run_tests() 996 crypto_test_outmode_t outmode; member [all …]
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 491 char *bname, outmode[20]; in main() local 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); in main() 496 strcpy(outmode, "wb6 "); in main() 518 outmode[3] = 'f'; in main() 520 outmode[3] = 'h'; in main() 522 outmode[3] = 'R'; in main() 525 outmode[2] = (*argv)[1]; in main() 530 if (outmode[3] == ' ') in main() 531 outmode[3] = 0; in main() 540 file = gzdopen(fileno(stdout), outmode); in main() [all …]
|
| /freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 556 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/contrib/mandoc/ |
| H A D | main.c | 63 enum outmode { enum 149 enum outmode outmode; /* According to command line. */ in main() 217 outmode = OUTMODE_DEF; in main() 227 outmode = OUTMODE_ALL; in main() 241 outmode = OUTMODE_ALL; in main() 273 outmode = OUTMODE_ALL; in main() 330 outmode = OUTMODE_FLN; in main() 343 switch (outmode) { in main() 347 outmode in main() 150 enum outmode outmode; /* According to command line. */ main() local [all...] |
| /freebsd/sys/dev/usb/ |
| H A D | usb_device.c | 2209 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local 2218 outmode = FREAD; in usb_cdev_create() 2221 outmode = FWRITE; in usb_cdev_create() 2251 mode |= (outmask & (1 << ep)) ? outmode : 0; in usb_cdev_create()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 4878 int inmode, outmode; in setup_smtpd_io() local 4889 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4890 if (outmode == -1) in setup_smtpd_io() 4899 bitset(O_NONBLOCK, outmode) || in setup_smtpd_io() 4902 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4903 if (outmode != -1 && bitset(O_NONBLOCK, outmode)) in setup_smtpd_io()
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 799 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
|
| /freebsd/share/dict/ |
| H A D | web2 | 133755 outmode
|