Searched refs:spaces (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/tools/tools/umastat/
H A Dumastat.c140 uma_print_keg_flags(struct uma_keg *ukp, const char *spaces) argument
145 printf("%suk_flags = 0;\n", spaces);
149 printf("%suk_flags = ", spaces);
162 uma_print_keg_align(struct uma_keg *ukp, const char *spaces) argument
167 printf("%suk_align = UMA_ALIGN_PTR;\n", spaces);
172 printf("%suk_align = UMA_ALIGN_LONG;\n", spaces);
176 printf("%suk_align = UMA_ALIGN_INT;\n", spaces);
181 printf("%suk_align = UMA_ALIGN_SHORT;\n", spaces);
185 printf("%suk_align = UMA_ALIGN_CHAR;\n", spaces);
189 printf("%suk_align = UMA_ALIGN_CACHE;\n", spaces);
208 uma_print_bucketlist(kvm_t *kvm, struct bucketlist *bucketlist, const char *name, const char *spaces) argument
239 uma_print_cache(kvm_t *kvm, struct uma_cache *cache, const char *name, int cpu, const char *spaces, int *ub_cnt_add, int *ub_entries_add) argument
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/freebsd-10.0-release/lib/libc/locale/
H A Dwcstod.c59 size_t spaces = 0; local
64 spaces++;
101 *endptr += spaces;
H A Dwcstold.c53 size_t spaces = 0; local
58 spaces++;
79 *endptr += spaces;
/freebsd-10.0-release/sbin/dhclient/
H A Derrwarn.c209 static char spaces[] = local
211 " "; /* 80 spaces */
224 "%s^", &spaces[sizeof(spaces) - lexchar]);
232 write(2, spaces, lexchar - 1);
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_txt.c383 size_t cno, off, scno, spaces, tabs; local
407 * Count up spaces/tabs needed to get to the target.
411 spaces = scno - cno;
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
417 tp->ai = tabs + spaces;
422 for (; spaces > 0; --spaces)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbtypes.c2695 print_arg_types (struct field *args, int nargs, int spaces)
2702 recursive_dump_type (args[i].type, spaces + 2);
2707 dump_fn_fieldlists (struct type *type, int spaces)
2713 printfi_filtered (spaces, "fn_fieldlists ");
2719 printfi_filtered (spaces + 2, "[%d] name '%s' (",
2730 printfi_filtered (spaces + 4, "[%d] physname '%s' (",
2736 printfi_filtered (spaces + 8, "type ");
2741 spaces + 8 + 2);
2743 printfi_filtered (spaces + 8, "args ");
2749 spaces);
2694 print_arg_types(struct field *args, int nargs, int spaces) argument
2706 dump_fn_fieldlists(struct type *type, int spaces) argument
2740 spaces + 8 + 2); local
2771 print_cplus_stuff(struct type *type, int spaces) argument
2851 recursive_dump_type(struct type *type, int spaces) argument
2992 recursive_dump_type (TYPE_TARGET_TYPE (type), spaces + 2); local
3088 recursive_dump_type (TYPE_FIELD_TYPE (type, idx), spaces + 4); local
3096 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local
[all...]
H A Dutils.c1953 trailing spaces. String should never be longer than
1960 int spaces = 0;
1981 spaces = width - (chars_printed - 1) % width - 1;
1983 spaces += width - stringlen;
1985 spacebuf = alloca (spaces + 1);
1986 spacebuf[spaces] = '\0';
1987 while (spaces--)
1988 spacebuf[spaces] = ' ';
2328 Called as fprintfi_filtered (spaces, stream, format, ...); */
2331 fprintfi_filtered (int spaces, struc
1950 int spaces = 0; local
2321 fprintfi_filtered(int spaces, struct ui_file *stream, const char *format, ...) argument
2356 printfi_filtered(int spaces, const char *format, ...) argument
2388 static char *spaces = 0; local
[all...]
H A Dui-out.h254 spaces_ftype *spaces; member in struct:ui_out_impl
/freebsd-10.0-release/sys/netinet/
H A Daccf_http.c212 int i, cc, spaces, inspaces; local
219 inspaces = spaces = 0;
228 spaces++;
237 if (spaces != 2) {
/freebsd-10.0-release/contrib/diff/src/
H A Dside.c85 size_t spaces = tabsize - in_position % tabsize; local
88 size_t tabstop = out_position + spaces;
103 in_position += spaces;
119 /* Add spaces to make up for suppressed tab past out_bound. */
H A Dutil.c188 of the pathnames, and it requires two spaces after "diff" if
544 With -t, expand white space characters to spaces, and if FLAG_FORMAT
567 size_t spaces = tab_size - column % tab_size;
568 column += spaces;
571 while (--spaces);
560 size_t spaces = tab_size - column % tab_size; local
/freebsd-10.0-release/usr.bin/fmt/
H A Dfmt.c38 * space, or two spaces if it ends with a sentence-end
54 * is modified slightly: <n> spaces are replaced by a tab.
66 * subsequent-leading-whitespace two spaces.
104 * - We don't turn spaces into tabs at starts of lines unless
225 static int tab_width=8; /* Number of spaces per tab stop */
226 static size_t output_tab_width=8; /* Ditto, when squashing leading spaces */
327 " -l <n> turn each <n> spaces at start of line into a tab\n"
401 size_t last_indent=SILLY; /* how many spaces in last indent? */
461 /* Find word end and count spaces after it */
502 /* Begin a new paragraph with an indent of |indent| spaces
532 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) argument
[all...]
/freebsd-10.0-release/contrib/gdb/include/
H A Dlibiberty.h166 /* Allocate memory filled with spaces. Allocates using malloc. */
168 extern const char *spaces PARAMS ((int count));
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c404 static char spaces[] = " "; local
405 const int nspaces = sizeof(spaces) - 1;
414 if (BIO_write(out, spaces, nspaces) != nspaces)
418 if (BIO_write(out, spaces, indent) != indent)
/freebsd-10.0-release/contrib/gcc/
H A Dc-ppoutput.c288 /* Supply enough spaces to put this token in its original column,
296 int spaces = SOURCE_COLUMN (map, src_loc) - 2; local
299 while (-- spaces >= 0)
/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c1143 int len, spaces; local
1149 spaces = lastlen - len;
1150 if (spaces < 1)
1151 spaces = 1;
1153 fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_txt.c1683 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local
1713 spaces = tab_after_sp = 0; len-- && isblank(*p); ++p)
1715 if (spaces)
1719 ++spaces;
1724 * If there are no spaces, or no tabs after spaces and less than
1725 * ts spaces, it's already minimal.
1727 if (!spaces || (!tab_after_sp && spaces < ts))
1730 /* Count up spaces/tab
1895 size_t cno, current, spaces, target, tabs; local
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dheaders.c1333 /* skip over leading spaces but preserve them */
1474 /* back up over the ':' and any spaces */
1553 /* back up over the '<' and any spaces */
2013 int opos, omax, spaces; local
2037 spaces = 0;
2040 ++spaces;
2043 if (spaces > 0)
2048 ** Restrict number of spaces to half the length of buffer
2053 if (spaces > sizeof(obuf) / 2)
2054 spaces
[all...]
/freebsd-10.0-release/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c119 static const char spaces[] = " \t\r\n"; variable
488 FILL(spaces, EI_SPACE);
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c157 static char *spaces(int);
1061 spaces((TABSTOP * (1 + flen / TABSTOP))
1064 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1114 spaces((TABSTOP * (1 + flen / TABSTOP))
1117 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1179 spaces((TABSTOP * (1 + flen / TABSTOP))
1182 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1664 spaces(int howmany) function
1666 static char space_array[] = /* 64 spaces */
/freebsd-10.0-release/contrib/binutils/include/
H A Dlibiberty.h223 /* Allocate memory filled with spaces. Allocates using malloc. */
225 extern const char *spaces (int count);
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dlibiberty.h212 /* Allocate memory filled with spaces. Allocates using malloc. */
214 extern const char *spaces (int count);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c498 const char *spaces = " "; local
500 assert(strlen(ats) == len && strlen(spaces) == len);
515 spaces + depth, (long long)val / normal));
522 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
535 spaces = &spaces[len];
541 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
545 ats + len - depth, spaces + depth,

Completed in 421 milliseconds

12