HomeSort by: relevance | last modified time | path
    Searched defs:spaces (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /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
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
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
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
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
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
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;
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
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;
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)
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)
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);
  /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. */

Completed in 42 milliseconds

1 2 3 4 5 6