| /src/external/gpl3/binutils/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| spaces.c | 1 /* 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
|
| /src/external/gpl3/gcc/dist/gcc/ |
| intl.cc | 143 char *spaces = XNEWVEC (char, len + 1); local 144 memset (spaces, ' ', len); 145 spaces[len] = '\0'; 146 return spaces;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/ |
| outbuffer.h | 28 bool spaces; member in struct:OutBuffer
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| intl.cc | 143 char *spaces = XNEWVEC (char, len + 1); local 144 memset (spaces, ' ', len); 145 spaces[len] = '\0'; 146 return spaces;
|
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| DiagTool.cpp | 55 unsigned spaces = (maxName + 3) - (it->size()); local 56 for (unsigned i = 0; i < spaces; ++i)
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_txt.c | 392 size_t cno, off, scno, spaces, tabs; local 416 * Count up spaces/tabs needed to get to the target. 424 spaces = scno - cno; 427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); 430 tp->ai = tabs + spaces; 435 for (; spaces > 0; --spaces)
|
| /src/sys/netinet/ |
| accf_http.c | 269 int i, cc, spaces, inspaces; local 276 inspaces = spaces = 0; 285 spaces++; 294 if (spaces != 2) {
|
| /src/external/bsd/libbind/dist/irs/ |
| nis_sv.c | 222 static const char spaces[] = " \t"; local 242 p += strcspn(p, spaces); 246 p += strspn(p, spaces); 258 p += strspn(p, spaces); 273 p += strcspn(p, spaces); 277 p += strspn(p, spaces);
|
| nis_nw.c | 305 static const char spaces[] = " \t"; local 319 cp += strcspn(cp, spaces); 323 cp += strspn(cp, spaces); 327 t = cp + strcspn(cp, spaces); 343 cp += strcspn(cp, spaces); 347 cp += strspn(cp, spaces);
|
| nis_ho.c | 443 static const char spaces[] = " \t"; local 452 if (!(cp = strpbrk(p, spaces))) 492 cp += strspn(cp, spaces); 495 if ((cp = strpbrk(cp, spaces)) != NULL) 504 if ((cp = strpbrk(cp, spaces)) != NULL)
|
| /src/external/gpl2/diffutils/dist/src/ |
| side.c | 88 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH; local 91 unsigned int tabstop = out_position + spaces; 106 in_position += spaces; 122 /* Add spaces to make up for suppressed tab past out_bound. */
|
| util.c | 191 of the pathnames, and it requires two spaces after "diff" if 539 With -t, expand white space characters to spaces, and if FLAG_FORMAT 561 unsigned int spaces = TAB_WIDTH - column % TAB_WIDTH; 562 column += spaces; 565 while (--spaces); 554 unsigned int spaces = TAB_WIDTH - column % TAB_WIDTH; local
|
| /src/external/gpl2/xcvs/dist/diff/ |
| side.c | 92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH; local 95 unsigned tabstop = out_position + spaces; 111 in_position += spaces; 128 /* Add spaces to make up for suppressed tab past out_bound. */
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| alist.c | 51 static char spaces[MAX_INDENT + 1] = " " variable 295 fprintf(stream, "%.*s%s => ", (int)indent, spaces, 304 fprintf(stream, "%.*s}", (int)indent, spaces); 309 fprintf(stream, "%.*s", (int)indent, spaces); 317 fprintf(stream, "%.*s)", (int)indent, spaces);
|
| /src/sys/arch/aarch64/aarch64/ |
| db_interface.c | 562 const char *spaces[4] = { " ", " ", " ", " " }; local 563 const char *spc = spaces[level]; 618 pr("%sL%d[%3d] has %d L%d entries\n", spaces[level - 1],
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_prn.c | 333 static const char spaces[] = " "; local 334 static const int nspaces = sizeof(spaces) - 1; 337 if (BIO_write(out, spaces, nspaces) != nspaces) 341 if (BIO_write(out, spaces, indent) != indent)
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_prn.c | 335 static const char spaces[] = " "; local 336 static const int nspaces = sizeof(spaces) - 1; 339 if (BIO_write(out, spaces, nspaces) != nspaces) 343 if (BIO_write(out, spaces, indent) != indent)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_prn.c | 335 static const char spaces[] = " "; local 336 static const int nspaces = sizeof(spaces) - 1; 339 if (BIO_write(out, spaces, nspaces) != nspaces) 343 if (BIO_write(out, spaces, indent) != indent)
|
| /src/sbin/cgdconfig/ |
| params.c | 69 static void spaces(FILE *, int); 895 spaces(FILE *f, int len) function 906 spaces(f, ts); 953 spaces(f, ts); 961 spaces(f, ts); 1047 int ts = 0; /* tabstop of 0 spaces */
|
| /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/ |
| encoder_lib.c | 710 const char spaces[] = " "; local 751 if (BIO_printf(out, "%s", spaces) <= 0) 764 if (BIO_printf(out, ":\n%s", spaces) <= 0)
|