HomeSort by: relevance | last modified time | path
    Searched refs:wide (Results 1 - 25 of 220) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/blocklist/bin/
blocklistctl.c 91 int all, blocked, remain, wide, noheader; local
94 noheader = wide = blocked = all = remain = 0;
125 wide = 1;
136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3;
138 printf("rulename\t%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide,
153 printf("%s\t%*.*s/%s:%s\t", c.c_name, wide, wide, buf,
  /src/sys/dev/pci/
tga_conf.c 143 int deep, addrmask, wide; local
151 wide = (gder & 0x200) == 0; /* XXX */
162 if (!wide)
169 if (wide) /* sanity */
174 if (wide) /* sanity */
179 if (addrmask == 0x00 && tga2 && wide) {
187 if (!wide)
194 if (wide && !tga2) /* sanity */
  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h 106 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info
131 size_t __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide,
135 __quadmath_do_put (struct __quadmath_printf_file *fp, int wide,
141 if (wide)
161 __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide,
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp);
175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c
    [all...]
printf_fphex.c 50 if (wide) \
119 /* Nonzero if this is output on a wide character stream. */
120 int wide = info->wide;
435 width -= wide ? 1 : strlen (decimal);
461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
118 int wide = info->wide; local
printf_fp.c 69 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
80 if (wide) \
183 /* Nonzero if this is output on a wide character stream. */
184 int wide = info->wide;
289 if (wide)
312 if (info->group && !wide)
335 if (info->group && !wide)
359 if (grouping != NULL && !wide)
362 we must ensure the wide character thousands separato
182 int wide = info->wide; local
    [all...]
quadmath-printf.c 60 __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide, int c,
68 if (wide)
133 /* info.wide = 0; */
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h 106 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info
131 size_t __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide,
135 __quadmath_do_put (struct __quadmath_printf_file *fp, int wide,
141 if (wide)
161 __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide,
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp);
175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c
    [all...]
printf_fphex.c 50 if (wide) \
119 /* Nonzero if this is output on a wide character stream. */
120 int wide = info->wide;
435 width -= wide ? 1 : strlen (decimal);
461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
118 int wide = info->wide; local
printf_fp.c 69 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
80 if (wide) \
183 /* Nonzero if this is output on a wide character stream. */
184 int wide = info->wide;
289 if (wide)
312 if (info->group && !wide)
335 if (info->group && !wide)
359 if (grouping != NULL && !wide)
362 we must ensure the wide character thousands separato
182 int wide = info->wide; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-charset.exp 31 {target-wide "target wide" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-charset.exp 31 {target-wide "target wide" \
  /src/usr.bin/vmstat/
vmstat.c 338 int c, todo, verbose, wide; local
346 reps = todo = verbose = wide = 0;
406 wide++;
484 dopool(verbose, wide);
1458 dopool_sysctl(int verbose, int wide)
1487 wide ? 16 : 11, "Name",
1488 wide ? 9 : 5, "Size",
1489 wide ? 13 : 9, "Requests",
1490 wide ? 8 : 5, "Fail",
1491 wide ? 13 : 9, "Releases"
    [all...]
  /src/external/bsd/kyua-cli/etc/kyua/
kyua.conf 3 -- System-wide configuration file for kyua(1). See kyua.conf(5) for details
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
extract_symvers.in 45 # GNU binutils, somewhere after version 2.11.2, requires -W/--wide to
49 if readelf --help | grep -- --wide > /dev/null; then
50 readelf="$readelf --wide"
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.in 45 # GNU binutils, somewhere after version 2.11.2, requires -W/--wide to
49 if readelf --help | grep -- --wide > /dev/null; then
50 readelf="$readelf --wide"
  /src/lib/libedit/
prompt.c 152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide)
174 p->p_wide = wide;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nvidia/
Makefile 21 tegra20-medcom-wide.dtb \
  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic.cc 248 int precision, bool wide, bool set_locus, bool hash,
254 if (precision != 0 || wide || hash)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
charset.exp 36 -re "The host character set is \"(.*)\"\\.\[\r\n\]+The target character set is \"(.*)\"\\.\[\r\n\]+The target wide character set is \"(.*)\"\\.\[\r\n\]+$gdb_prompt $" {
340 # We only try the wide character tests on machines where the wchar_t
359 set param target-wide-charset
522 # Tests for wide- or unicode- strings. L is the prefix letter to use,
523 # either "L" (for wide strings), "u" (for UTF-16), or "U" (for UTF-32).
547 test_wide_or_unicode L wide
574 test_combination L wide u UTF-16
577 test_combination L wide U UTF-32
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
charset.exp 36 -re "The host character set is \"(.*)\"\\.\[\r\n\]+The target character set is \"(.*)\"\\.\[\r\n\]+The target wide character set is \"(.*)\"\\.\[\r\n\]+$gdb_prompt $" {
329 # We only try the wide character tests on machines where the wchar_t
348 set param target-wide-charset
511 # Tests for wide- or unicode- strings. L is the prefix letter to use,
512 # either "L" (for wide strings), "u" (for UTF-16), or "U" (for UTF-32).
536 test_wide_or_unicode L wide
563 test_combination L wide u UTF-16
566 test_combination L wide U UTF-32
  /src/external/mpl/dhcp/dist/contrib/
dhcp.spec 15 a DHCP client. This eases the burden of network wide configuration by
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 704 * Convert a wide-character constant to an unsigned int
729 uerror("empty wide-character constant");
731 werror("too many characters in wide-character constant");
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
scan.l 619 uerror("empty wide-character constant");
621 werror("too many characters in wide-character constant");
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-gcc-internal.c 699 printf ("[host-wide]");
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic.cc 252 int precision, bool wide, bool set_locus, bool hash,
258 if (precision != 0 || wide || hash)

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 9