Searched refs:dots (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dgetcwd.c109 static const char dots[] local
147 dotsize = sizeof (dots) - 1;
148 dotp = &dots[sizeof (dots)];
149 dotlist = dots;
164 if (dotlist == dots)
169 memcpy (new, dots, dotsize);
284 if (dotlist != dots)
313 if ((dotlist != dots) && dotlist)
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dparse-escp2213 my ($comptype, $bitsperpixel, $dots, $rows, $dot_scale, $color) = @_;
220 $dots *= 8;
221 $dots /= $dot_scale;
222 my $real_dots = $dots / $bitsperpixel;
224 print " ($real_dots dots, $rows rows, $bitsperpixel bits";
226 my $savedots = $dots;
228 fill_buffer($dots / 8);
230 printf "%*v02x ", " ", substr($stuff, $curoffset + 0, $dots / 8);
232 increment_curpos($dots / 8);
236 $dots
[all...]
H A Dpixma_parse.c302 (img->color[i].dots)[img->color[i].value] += 1;
337 ++img->dots;
352 /*img->color[i].dots=calloc(1,sizeof(int)*(img->color[i].level+1));*/
353 img->color[i].dots=calloc(1,sizeof(int)*(1<<(img->color[i].bpp)+1));
379 printf("color %c level %i dots %i\n",img->color[i].name,level,img->color[i].dots[level]);
402 if(img->color[i].dots)
403 free(img->color[i].dots);
709 printf("dots: %u\n",img->dots);
[all...]
H A Dpixma_parse.h233 unsigned int* dots; /* number of dots for every level */ member in struct:color_s
245 unsigned int dots; member in struct:image_s
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_query.c221 u_int dots; local
229 dots = 0;
231 dots += (*cp == '.');
236 /* If there aren't any dots, it could be a user-level alias. */
237 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
241 * If there are enough dots in the name, let's just give it a
246 if (dots >= statp->ndots || trailing_dot) {
261 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
327 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
H A Dres_init.c176 int dots; local
489 dots = 0;
491 dots += (*cp == '.');
495 if (dots < LOCALDOMAINPARTS)
499 dots--;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetcwd.c126 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1];
127 char *dotlist = dots;
128 size_t dotsize = sizeof dots;
306 if (dotlist != dots)
383 if (dotlist != dots)
412 if (dotlist != dots)
125 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1]; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetcwd.c130 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1];
131 char *dotlist = dots;
132 size_t dotsize = sizeof dots;
310 if (dotlist != dots)
387 if (dotlist != dots)
416 if (dotlist != dots)
129 char dots[DEEP_NESTING * sizeof ".." + BIG_FILE_NAME_COMPONENT_LENGTH + 1]; local
/haiku-fatelf/src/bin/network/wget/src/
H A Dprogress.c211 int dots; /* number of dots printed in this row */
240 /* Align the [ skipping ... ] line with the dots. To do
252 if (dp->dots % opt.dot_spacing == 0)
255 ++dp->dots;
257 assert (dp->dots < opt.dots_in_line);
282 dots printed so far, includes the initially "skipped" amount */
283 wgint bytes_displayed = dp->rows * ROW_BYTES + dp->dots * opt.dot_bytes;
307 bytes_this_row = dp->dots * opt.dot_bytes + dp->accumulated;
358 if (dp->dots
210 int dots; /* number of dots printed in this row */ member in struct:dot_progress
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A DMakefile121 dots$x \
188 dots$x: $(MODEL)/dots$o $(LOCAL_LIBS)
189 $(LINK) -o $@ $(MODEL)/dots$o $(LDFLAGS_TINFO)
306 $(srcdir)/dots.c \
364 ../objects/dots$o \
461 ../objects/dots$o : $(srcdir)/dots.c \
463 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_NORMAL) -c ../test/dots.c -o ../objects/dots
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsrev.c691 int dots; local
711 dots = 0;
779 if (dots & 1)
786 ++dots;
/haiku-fatelf/src/bin/gdb/etc/
H A Dtexi2pod.pl194 s/\@dots\{\}/.../g;
/haiku-fatelf/src/bin/network/wget/doc/
H A Dtexi2pod.pl195 s/\@dots\{\}/.../g;
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex50 \let\ptexdots=\dots
514 % @dots{} output some dots
516 \def\dots{$\ldots$}
1977 \def\dots{\realbackslash dots }%
2054 \let\dots=\indexdummydots
2234 % dots pretty far over on the line. Unfortunately, a large
2252 % The following is kludged to not output a line of dots in the index if
2408 \def\dots{\realbackslas
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
642 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.aix4296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
744 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.hpux11298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
650 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.keys298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
732 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex78 \let\ptexdots=\dots
658 % @dots{} output an ellipsis using the current font.
662 \def\dots{%
2853 \def\dots{\realbackslash dots }%
2948 \let\dots=\indexdummydots
3160 % baselineskips increases the chance of the dots lining up from column
3194 % dots pretty far over on the line. Unfortunately, a large
3215 % The following is kludged to not output a line of dots in the index if
4207 \let\dots
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex83 \let\ptexdots=\dots
1075 % @dots{} outputs an ellipsis using the current font.
1079 \def\dots{%
1091 \dots
3112 \definedummyword{dots}%
3243 \def\dots{...}%
3484 % baselineskips increases the chance of the dots lining up from column
3527 % dots pretty far over on the line. Unfortunately, a large
3556 % The following is kludged to not output a line of dots in the index if
4614 \let\dots
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex75 \let\ptexdots=\dots
644 % @dots{} output an ellipsis using the current font.
648 \def\dots{%
2692 \def\dots{\realbackslash dots }%
2800 \let\dots=\indexdummydots
2999 % baselineskips increases the chance of the dots lining up from column
3033 % dots pretty far over on the line. Unfortunately, a large
3054 % The following is kludged to not output a line of dots in the index if
4035 \let\dots
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex83 \let\ptexdots=\dots
1098 % @dots{} outputs an ellipsis using the current font.
1104 \def\dots{%
1123 \dots
3528 \definedummyword\dots
3662 \def\dots{...}%
3920 % baselineskips increases the chance of the dots lining up from column
3962 % dots pretty far over on the line. Unfortunately, a large
3991 % The following is kludged to not output a line of dots in the index if
5095 \let\dots
[all...]

Completed in 296 milliseconds