| /freebsd/contrib/blocklist/bin/ |
| H A D | blacklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 125 wide = 1; in main() 136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; in main() 138 printf("%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, in main() 153 printf("%*.*s/%s:%s\t", wide, wide, buf, in main()
|
| H A D | blocklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 125 wide = 1; in main() 136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; in main() 138 printf("rulename\t%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, in main() 153 printf("%s\t%*.*s/%s:%s\t", c.c_name, wide, wide, buf, in main()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | modules | 124 # XSI extensions to the base library (wide-character) 126 charable lib $(wide) $(HEADER_DEPS) 127 lib_add_wch lib $(wide) $(HEADER_DEPS) 128 lib_box_set lib $(wide) $(HEADER_DEPS) 129 lib_cchar lib $(wide) $(HEADER_DEPS) $(srcdir)/new_pair.h 130 lib_erasewchar lib $(wide) $(HEADER_DEPS) 131 lib_get_wch lib $(wide) $(HEADER_DEPS) 132 lib_get_wstr lib $(wide) $(HEADER_DEPS) 133 lib_hline_set lib $(wide) $(HEADER_DEPS) 134 lib_in_wch lib $(wide) $(HEADER_DEPS) [all …]
|
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_wacs.c | 128 int wide = wcwidth((wchar_t) table[n].value[active]); in _nc_init_wacs() local 130 int wide = 1; in _nc_init_wacs() local 134 if (active && (wide == 1)) { in _nc_init_wacs() 143 n, wide, m, in _nc_init_wacs()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 522 reset_tabstops(int wide) in reset_tabstops() argument 533 if (init_tabs > wide) in reset_tabstops() 534 init_tabs = (short) wide; in reset_tabstops() 535 for (c = init_tabs; c < wide; c += init_tabs) { in reset_tabstops() 698 set_window_size(int fd, NCURSES_INT2 *high, NCURSES_INT2 *wide) in set_window_size() argument 704 if (*high > 0 && *wide > 0) { in set_window_size() 706 WINSIZE_COLS(win) = (unsigned short) *wide; in set_window_size() 712 *wide = (short) WINSIZE_COLS(win); in set_window_size()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh_config | 3 # This is the ssh client system-wide configuration file. See 11 # 3. system-wide file 16 # Site-wide defaults for some commonly used options. For a comprehensive
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 103 // Generic integer registers - 32 bits wide 107 // Generic floating point registers - 32 bits wide 114 // Generic integer registers - 64 bits wide 143 // Vector registers - 64 bits wide 256 elements 150 // Vector mask registers - 256 bits wide
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_refresh.c | 87 bool wide; in wnoutrefresh() local 142 wide = (begx <= 1 && win->_maxx >= (NewScreen(SP_PARM)->_maxx - 1)); in wnoutrefresh() 275 if (wide) { in wnoutrefresh()
|
| H A D | lib_pad.c | 140 bool wide; in pnoutrefresh() local 222 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); in pnoutrefresh() 250 if (wide) { in pnoutrefresh()
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | util_seqstate.c | 66 int do_sequence, int wide) in g_seqstate_init() argument 76 state->seqmask = wide ? UINT64_MAX : UINT32_MAX; in g_seqstate_init()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | fw-cfg.txt | 7 - A write-only, 16-bit wide selector (or control) register, 8 - a read-write, 64-bit wide data register.
|
| /freebsd/contrib/libedit/ |
| H A D | prompt.c | 152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set() argument 174 p->p_wide = wide; in prompt_set()
|
| /freebsd/share/syscons/fonts/ |
| H A D | Makefile | 15 iso04-8x8.fnt iso04-8x14.fnt iso04-8x16.fnt iso04-wide-8x16.fnt \ 17 iso04-vga9-wide-8x16.fnt \
|
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
| H A D | tegra20-medcom-wide.dts | 8 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20"; 72 compatible = "ad,tegra-audio-wm8903-medcom-wide",
|
| /freebsd/bin/csh/ |
| H A D | csh.cshrc | 2 # System-wide .cshrc file for csh(1).
|
| H A D | csh.logout | 2 # System-wide .logout file for csh(1).
|
| H A D | csh.login | 2 # System-wide .login file for csh(1).
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 544 int wide = info->srWindow.Right - info->srWindow.Left + 1; in _nc_console_set_scrollback() local 551 if (wide < MIN_WIDE) { in _nc_console_set_scrollback() 552 T(("... width %d < %d", wide, MIN_WIDE)); in _nc_console_set_scrollback() 553 wide = MIN_WIDE; in _nc_console_set_scrollback() 559 rect.Right = (SHORT) (wide - 1); in _nc_console_set_scrollback() 562 coord.X = (SHORT) wide; in _nc_console_set_scrollback() 566 info->dwSize.X != wide || in _nc_console_set_scrollback()
|
| /freebsd/usr.bin/kyua/ |
| H A D | kyua.conf-default | 2 -- System-wide configuration file for kyua(1). See kyua.conf(5) for details
|
| /freebsd/usr.bin/localedef/ |
| H A D | Makefile | 12 wide.c
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-dbx5x0-pinctrl.dtsi | 249 /* This is the external SD card slot, 4 bits wide */ 348 /* This is the WLAN SDIO 4 bits wide */ 428 /* This is the eMMC 8 bits wide, usually PoP eMMC */ 533 /* This is the eMMC 8 bits wide, usually PCB-mounted eMMC */
|
| /freebsd/lib/libpam/pam.d/ |
| H A D | system | 3 # System-wide defaults
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 90 SubtargetFeature<"wide-arithmetic", "HasWideArithmetic", "true", 91 "Enable wide-arithmetic instructions">;
|
| /freebsd/contrib/ncurses/ |
| H A D | README | 77 wide-characters, e.g., via a UTF-8 locale. The corresponding header files 78 are compatible with the non-wide-character configuration; wide-character 79 features are provided by ifdef's in the header files. The wide-character 80 library interfaces are not binary-compatible with the non-wide-character
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | weak | 9 # - Match against very wide range of values
|