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

12

/haiku-fatelf/src/bin/coreutils/man/
H A Dexpand.x2 expand \- convert tabs to spaces
H A Dunexpand.x2 unexpand \- convert spaces to tabs
/haiku-fatelf/src/apps/cortex/Persistence/
H A Dxml_export_utils.h46 // Writes the correct number of spaces to the given stream,
59 int16 spaces = column - (strlen(text) + context.indentLevel()); local
60 if(spaces < 0) spaces = 0;
61 while(spaces--) str << ' ';
H A DExportContext.h194 // return a string padded with spaces to the current
271 int16 spaces = column - (strlen(text) + context.indentLevel()); local
272 if(spaces < 0) spaces = 0;
273 while(spaces--) out << ' ';
/haiku-fatelf/headers/private/graphics/common/
H A Dcreate_display_modes.h23 const color_space* spaces, uint32 spacesCount,
/haiku-fatelf/src/bin/gdb/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
45 spaces (count) function
/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.cpp51 //! Replaces tabs and other white space with spaces, compresses spaces.
60 int32 spaces = 0; local
64 spaces++;
66 if (spaces > 1)
67 memmove(buffer + i + 1 - spaces, buffer + i, count + 1);
68 spaces = 0;
181 // Remove multiple spaces.
/haiku-fatelf/src/add-ons/accelerants/et6x00/
H A DProposeDisplayMode.c95 color_space spaces[] = {B_RGB15_LITTLE, B_RGB16_LITTLE, B_RGB24_LITTLE}; local
123 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++) {
127 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbtypes.c2682 print_arg_types (struct field *args, int nargs, int spaces)
2689 recursive_dump_type (args[i].type, spaces + 2);
2694 dump_fn_fieldlists (struct type *type, int spaces)
2700 printfi_filtered (spaces, "fn_fieldlists ");
2706 printfi_filtered (spaces + 2, "[%d] name '%s' (",
2717 printfi_filtered (spaces + 4, "[%d] physname '%s' (",
2723 printfi_filtered (spaces + 8, "type ");
2728 spaces + 8 + 2);
2730 printfi_filtered (spaces + 8, "args ");
2736 spaces);
2681 print_arg_types(struct field *args, int nargs, int spaces) argument
2693 dump_fn_fieldlists(struct type *type, int spaces) argument
2727 spaces + 8 + 2); local
2758 print_cplus_stuff(struct type *type, int spaces) argument
2838 recursive_dump_type(struct type *type, int spaces) argument
2979 recursive_dump_type (TYPE_TARGET_TYPE (type), spaces + 2); local
3075 recursive_dump_type (TYPE_FIELD_TYPE (type, idx), spaces + 4); local
3083 recursive_dump_type (TYPE_VPTR_BASETYPE (type), spaces + 2); local
[all...]
H A Dutils.c1880 trailing spaces. String should never be longer than
1887 int spaces = 0;
1908 spaces = width - (chars_printed - 1) % width - 1;
1910 spaces += width - stringlen;
1912 spacebuf = alloca (spaces + 1);
1913 spacebuf[spaces] = '\0';
1914 while (spaces--)
1915 spacebuf[spaces] = ' ';
2255 Called as fprintfi_filtered (spaces, stream, format, ...); */
2258 fprintfi_filtered (int spaces, struc
1877 int spaces = 0; local
2248 fprintfi_filtered(int spaces, struct ui_file *stream, const char *format, ...) argument
2283 printfi_filtered(int spaces, const char *format, ...) argument
2315 static char *spaces = 0; local
[all...]
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp171 // remove all spaces that are completely eaten
223 printf("BPartitioningInfo has %" B_PRId32 " spaces:\n", fCount);
241 // If the capacity is sufficient, we just need to copy the spaces to create
254 partitionable_space_data* spaces local
256 if (!spaces)
260 memcpy(spaces, fSpaces, index * sizeof(partitionable_space_data));
261 memcpy(spaces + index + count, fSpaces + index,
265 fSpaces = spaces;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnis_nw.c303 static const char spaces[] = " \t"; local
317 cp += strcspn(cp, spaces);
321 cp += strspn(cp, spaces);
325 t = cp + strcspn(cp, spaces);
341 cp += strcspn(cp, spaces);
345 cp += strspn(cp, spaces);
H A Dnis_sv.c220 static const char spaces[] = " \t"; local
240 p += strcspn(p, spaces);
244 p += strspn(p, spaces);
256 p += strspn(p, spaces);
271 p += strcspn(p, spaces);
275 p += strspn(p, spaces);
H A Dnis_ho.c441 static const char spaces[] = " \t"; local
450 if (!(cp = strpbrk(p, spaces)))
490 cp += strspn(cp, spaces);
493 if ((cp = strpbrk(cp, spaces)) != NULL)
502 if ((cp = strpbrk(cp, spaces)) != NULL)
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dlibiberty.h62 /* Allocate memory filled with spaces. Allocates using malloc. */
64 extern const char *spaces PARAMS ((int count));
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp94 bool CreateColorSpaces(const color_space* spaces,
334 ModeList::CreateColorSpaces(const color_space* spaces, uint32 count) argument
351 fModes[j + fCount - baseModeCount].space = spaces[i];
483 const color_space *spaces, uint32 spacesCount,
503 if (spaces == NULL) {
509 modes.CreateColorSpaces(spaces, spacesCount);
481 create_display_modes(const char* name, edid1_info* edid, const display_mode* initialModes, uint32 initialModeCount, const color_space *spaces, uint32 spacesCount, check_display_mode_hook hook, display_mode** _modes, uint32* _count) argument
/haiku-fatelf/src/bin/diffutils/src/
H A Dside.c86 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH; local
89 unsigned int tabstop = out_position + spaces;
104 in_position += spaces;
120 /* Add spaces to make up for suppressed tab past out_bound. */
H A Dutil.c189 of the pathnames, and it requires two spaces after "diff" if
537 With -t, expand white space characters to spaces, and if FLAG_FORMAT
559 unsigned int spaces = TAB_WIDTH - column % TAB_WIDTH;
560 column += spaces;
563 while (--spaces);
552 unsigned int spaces = TAB_WIDTH - column % TAB_WIDTH; local
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c353 color_space spaces[4] = {B_RGB24_LITTLE,B_RGB16_LITTLE,B_RGB15_LITTLE,B_CMAP8}; local
379 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++)
384 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DProposeDisplayMode.c485 color_space spaces[4] = {B_RGB32_LITTLE,B_RGB16_LITTLE,B_RGB15_LITTLE,B_CMAP8}; local
511 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++)
516 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c459 color_space spaces[4] = {B_RGB32_LITTLE, B_RGB16_LITTLE, B_RGB15_LITTLE, B_CMAP8}; local
488 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++) {
492 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c535 color_space spaces[4] = {B_RGB32_LITTLE,B_RGB16_LITTLE,B_RGB15_LITTLE,B_CMAP8}; local
562 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++)
567 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c535 color_space spaces[4] = {B_RGB32_LITTLE,B_RGB16_LITTLE,B_RGB15_LITTLE,B_CMAP8}; local
562 for (j = 0; j < (sizeof(spaces) / sizeof(color_space)); j++)
567 dst->space = low.space = high.space = spaces[j];
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgscharacter.c144 double w,h,ca,sa,spaces=0.0; local
156 if (hpgs_reader_read_double(reader,&spaces)) return -1;
205 reader->current_point.x += space_vec.x * spaces;
206 reader->current_point.y += space_vec.y * spaces;
/haiku-fatelf/src/bin/gdb/include/
H A Dlibiberty.h166 /* Allocate memory filled with spaces. Allocates using malloc. */
168 extern const char *spaces PARAMS ((int count));

Completed in 302 milliseconds

12