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

12

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/nvi/ex/
H A Dex_txt.c388 size_t cno, off, scno, spaces, tabs; local
412 * Count up spaces/tabs needed to get to the target.
416 spaces = scno - cno;
419 BINC_RET(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
422 tp->ai = tabs + spaces;
427 for (; spaces > 0; --spaces)
/freebsd-9.3-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...]
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dalist.c53 static char spaces[MAX_INDENT + 1] = variable
287 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
295 fprintf(stream, "%.*s}", (int)indent, spaces);
302 fprintf(stream, "%.*s", (int)indent, spaces);
309 fprintf(stream, "%.*s)", (int)indent, spaces);
/freebsd-9.3-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-9.3-release/contrib/cvs/diff/
H A Dside.c92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH; local
95 unsigned tabstop = out_position + spaces;
111 in_position += spaces;
127 /* Add spaces to make up for suppressed tab past out_bound. */
H A Dutil.c623 With -t, expand white space characters to spaces, and if FLAG_FORMAT
647 unsigned spaces = TAB_WIDTH - column % TAB_WIDTH;
648 column += spaces;
651 while (--spaces);
640 unsigned spaces = TAB_WIDTH - column % TAB_WIDTH; local
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc181 // have embedded spaces (or are empty).
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c1142 int len, spaces; local
1148 spaces = lastlen - len;
1149 if (spaces < 1)
1150 spaces = 1;
1152 fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_txt.c1707 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local
1737 spaces = tab_after_sp = 0; len-- && isblank(*p); ++p)
1739 if (spaces)
1743 ++spaces;
1748 * If there are no spaces, or no tabs after spaces and less than
1749 * ts spaces, it's already minimal.
1751 if (!spaces || !tab_after_sp && spaces < ts)
1754 /* Count up spaces/tab
1930 size_t cno, current, spaces, target, tabs, off; local
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dheaders.c1347 /* skip over leading spaces but preserve them */
1488 /* back up over the ':' and any spaces */
1567 /* back up over the '<' and any spaces */
2027 int opos, omax, spaces; local
2051 spaces = 0;
2054 ++spaces;
2057 if (spaces > 0)
2062 ** Restrict number of spaces to half the length of buffer
2067 if (spaces > sizeof(obuf) / 2)
2068 spaces
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-ppoutput.c313 /* Supply enough spaces to put this token in its original column,
321 int spaces = SOURCE_COLUMN (map, src_loc) - 2; local
324 while (-- spaces >= 0)
/freebsd-9.3-release/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c121 static const char spaces[] = " \t\r\n"; variable
489 FILL(spaces, EI_SPACE);
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c157 static char *spaces(int);
1055 spaces((TABSTOP * (1 + flen / TABSTOP))
1058 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1108 spaces((TABSTOP * (1 + flen / TABSTOP))
1111 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1173 spaces((TABSTOP * (1 + flen / TABSTOP))
1176 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1658 spaces(int howmany) function
1660 static char space_array[] = /* 64 spaces */
/freebsd-9.3-release/contrib/binutils/include/
H A Dlibiberty.h223 /* Allocate memory filled with spaces. Allocates using malloc. */
225 extern const char *spaces (int count);

Completed in 505 milliseconds

12