| /freebsd-12.1/contrib/mandoc/ |
| H A D | main.c | 59 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-12.1/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 563 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-12.1/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 566 char *bname, outmode[20]; local 569 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 571 strcpy(outmode, "wb6 "); 593 outmode[3] = 'f'; 595 outmode[3] = 'h'; 597 outmode[3] = 'R'; 600 outmode[2] = (*argv)[1]; 605 if (outmode[3] == ' ') 606 outmode[3] = 0; 615 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | reload.c | 1139 outmode)) in push_reload() 1246 mode = outmode; in push_reload() 1255 outmode = word_mode; in push_reload() 1332 rld[i].outmode = outmode; in push_reload() 1356 outmode)) in push_reload() 1373 && GET_MODE_SIZE (outmode) > GET_MODE_SIZE (rld[i].outmode)) in push_reload() 1374 rld[i].outmode = outmode; in push_reload() 1471 r->mode = outmode; in push_reload() 1486 inmode, outmode, in push_reload() 1520 rel_mode = outmode; in push_reload() [all …]
|
| H A D | calls.c | 3355 if (outmode != VOIDmode) in emit_library_call_value_1() 3366 value = gen_reg_rtx (outmode); in emit_library_call_value_1() 3368 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1() 3810 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 3811 ? hard_libcall_value (outmode) : NULL_RTX); in emit_library_call_value_1() 3881 temp = gen_reg_rtx (outmode); in emit_library_call_value_1() 3883 GET_MODE_SIZE (outmode)); in emit_library_call_value_1() 3913 if (outmode != VOIDmode && retval) in emit_library_call_value_1() 3925 value = gen_reg_rtx (outmode); in emit_library_call_value_1() 3987 enum machine_mode outmode, int nargs, ...) in emit_library_call() argument [all …]
|
| H A D | reload.h | 92 enum machine_mode outmode; member
|
| H A D | ifcvt.c | 688 enum machine_mode outmode; in noce_emit_move_insn() local 783 outmode = GET_MODE (outer); in noce_emit_move_insn() 785 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, outmode, y); in noce_emit_move_insn()
|
| H A D | optabs.c | 2710 enum machine_mode outmode = mode; in expand_unop() local 2716 outmode in expand_unop() 2724 NULL_RTX, LCT_CONST, outmode, in expand_unop() 2729 target = gen_reg_rtx (outmode); in expand_unop() 2731 gen_rtx_fmt_e (unoptab->code, outmode, op0)); in expand_unop()
|
| H A D | ChangeLog-2003 | 6522 * optabs.c (expand_unop): Promote libcall outmode according to 33727 * optabs.c (expand_unop): Force outmode to int for bitops. 33874 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners. 33890 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
|
| H A D | FSFChangeLog.11 | 8162 outmode != VOIDmode.
|
| H A D | ChangeLog-2006 | 14452 outmode.
|
| H A D | ChangeLog-2000 | 602 register in an in-out reload, use outmode if wider than inmode.
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 4419 int inmode, outmode; in setup_smtpd_io() local 4430 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4431 if (outmode == -1) in setup_smtpd_io() 4440 bitset(O_NONBLOCK, outmode) || in setup_smtpd_io() 4443 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4444 if (outmode != -1 && bitset(O_NONBLOCK, outmode)) in setup_smtpd_io()
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_device.c | 2183 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local 2192 outmode = FREAD; in usb_cdev_create() 2195 outmode = FWRITE; in usb_cdev_create() 2225 mode |= (outmask & (1 << ep)) ? outmode : 0; in usb_cdev_create()
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 696 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
|
| /freebsd-12.1/share/dict/ |
| H A D | web2 | 133731 outmode
|