Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 25 of 158) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dbudemang.c58 size_t dots = p - name; in demangle() local
61 if (dots != 0) in demangle()
64 char *add_dots = xmalloc (len + dots); in demangle()
66 memcpy (add_dots, name, dots); in demangle()
67 memcpy (add_dots + dots, res, len); in demangle()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-vax.texi194 All DEC mnemonics are supported. Beware that @code{case@dots{}}
196 follows the @code{case@dots{}} instruction should be made with
219 @kbd{bsbb @dots{}}
221 @kbd{bsbw @dots{}}
223 @kbd{jsb @dots{}}
230 @kbd{brb @dots{}}
232 @kbd{brw @dots{}}
234 @kbd{jmp @dots{}}
247 @kbd{b@var{COND} @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-vax.texi194 All DEC mnemonics are supported. Beware that @code{case@dots{}}
196 follows the @code{case@dots{}} instruction should be made with
219 @kbd{bsbb @dots{}}
221 @kbd{bsbw @dots{}}
223 @kbd{jsb @dots{}}
230 @kbd{brb @dots{}}
232 @kbd{brw @dots{}}
234 @kbd{jmp @dots{}}
247 @kbd{b@var{COND} @dots{}}
249 @kbd{b@var{NOTCOND} foo ; brw @dots{} ; foo:}
[all …]
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixinc.in306 dots=`echo "${sym_link}" |
309 then echo ${sym_link} '->' $dots$y ': Making local link' ; fi
311 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
366 dots=`echo "$file2" | sed -e 's@/[^/]*@../@g'`
368 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.sh285 dots=`echo "${sym_link}" |
288 then echo ${sym_link} '->' $dots$y ': Making local link' ; fi
290 ln -s $dots$y ${LIB}/${sym_link} > /dev/null 2>&1
345 dots=`echo "$file2" | sed -e 's@/[^/]*@../@g'`
347 ln -s ${dots}root${full_dest_dir} ${LIB}/${sym_link} > /dev/null 2>&1
H A Dfixinc.dgux115 dots=`echo "$file" |
117 echo $file '->' $dots$y ': Making link'
119 ln -s $dots$y ${LIB}/$file > /dev/null 2>&1
H A Dfixinc.svr4128 dots=`echo "$file" |
130 echo $file '->' $dots$y ': Making link'
132 ln -s $dots$y ${LIB}/$file > /dev/null 2>&1
137 dots=`echo "$file" |
139 echo $file '->' $dots$y ': Making link'
141 ln -s $dots$y ${LIB}/$file > /dev/null 2>&1
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dsubr.c267 int dots = 0; local
272 dots++;
274 return (dots);
404 int dots; local
469 dots = numdots (gca);
470 if (dots == 0)
497 else if ((dots & 1) == 0)
/openbsd-src/lib/libc/asr/
H A Dres_search_async.c249 int dots; in _asr_iter_domain() local
277 dots = 0; in _asr_iter_domain()
279 dots += (*c == '.'); in _asr_iter_domain()
280 if (dots >= as->as_ctx->ac_ndots) { in _asr_iter_domain()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
H A DReader.pm54 my $dots = $self->_peek;
56 unless defined $dots
57 and $dots =~ $IS_END_YAML;
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldmisc.c390 size_t dots = p - name; in demangle() local
393 if (dots != 0) in demangle()
396 char *add_dots = xmalloc (len + dots); in demangle()
398 memcpy (add_dots, name, dots); in demangle()
399 memcpy (add_dots + dots, res, len); in demangle()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldmisc.c459 size_t dots = p - name; in demangle() local
462 if (dots != 0) in demangle()
465 char *add_dots = xmalloc (len + dots); in demangle()
467 memcpy (add_dots, name, dots); in demangle()
468 memcpy (add_dots + dots, res, len); in demangle()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Drunner.py48 self.dots = verbosity == 1
52 if self.dots:
79 elif self.dots:
114 if self.dots or self.showAll:
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Dconstraints.md58 "Integer constant in the range 0 @dots{} 63."
63 "Integer constant in the range -63 @dots{} 0."
78 "Integer constant in the range 0 @dots{} 0xff."
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dmacro.texi69 @@macro @var{name}@{@var{arg1}, @var{@dots{}} @var{argn}@}
70 @var{@texinfo{} commands@dots{}}
78 be used, but which surrounds its argument with @code{@@code@{@dots{}@}}.
103 @samp{@{}@dots{}@samp{@}}) surrounding an argument; the rest of the line
137 @code{@@dfn@{@dots{}@}}, the location of the definition would appear
H A Dtexinfo.txi269 * Tree Structuring:: A manual is like an upside down tree @dots{}
314 * xref:: Begin a reference with `See' @dots{}
440 * Dots Bullets:: How to insert dots and bullets.
465 * dots:: How to insert dots @dots{}
1182 Write a command such as @code{@@dots@{@}} wherever you wish but usually
1183 within a sentence. (@code{@@dots@{@}} creates dots @dots{})@refill
1195 after the body-text. (@code{@@example} @dots{} @code{@@end example}
1250 @w{@t{`@w{}`@dots{}'@w{}'}}. @TeX{} converts two single quotes to
1257 double-quotes: @w{@t{`@w{}`@dots{}'@w{}'}} becomes @w{@t{"@dots{}"}}.
1931 To put a command such as @w{@code{@@code@{@dots{}@}}} around an
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dmmo.texi30 @samp{0x0000@dots{}00} to @samp{0x01ff@dots{}ff} is executable, so
32 @samp{0x2000@dots{}00} to @samp{0x20ff@dots{}ff} is used for
121 into global registers @samp{$G} @dots{} @samp{$255}.
293 @samp{0x0000@dots{}00} to @samp{0x01ff@dots{}ff} and
294 @samp{0x2000@dots{}00} to @samp{0x20ff@dots{}ff} are entered in
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dmmo.texi30 @samp{0x0000@dots{}00} to @samp{0x01ff@dots{}ff} is executable, so
32 @samp{0x2000@dots{}00} to @samp{0x20ff@dots{}ff} is used for
121 into global registers @samp{$G} @dots{} @samp{$255}.
293 @samp{0x0000@dots{}00} to @samp{0x01ff@dots{}ff} and
294 @samp{0x2000@dots{}00} to @samp{0x20ff@dots{}ff} are entered in
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dconstraints.md91 "Integer constant in the range 0 @dots{} 31, for 32-bit shifts."
96 "Integer constant in the range 0 @dots{} 63, for 64-bit shifts."
122 "@internal Integer constant in the range 0 @dots{} 127, for 128-bit shifts."
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dx-vms1 # Under VMS, directory names cannot contain dots.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dx-vms1 # Under VMS, directory names cannot contain dots.
/openbsd-src/usr.bin/file/magdir/
H A Ddigital32 0 string \377\377\174 ddis/dots archive
/openbsd-src/usr.sbin/relayd/
H A Drelay_http.c991 int i, j, dots; in _relay_lookup_url()
1014 for (dots = -1, i = strlen(ph) - 1; i > 0; i--) { in relay_lookup_url()
1015 if (ph[i] == '.' && ++dots) in relay_lookup_url()
1016 hi[dots - 1] = &ph[i + 1]; in relay_lookup_url()
1017 if (dots > (RELAY_MAXLOOKUPLEVELS - 2)) in relay_lookup_url()
1020 if (dots == -1) in relay_lookup_url()
1021 dots = 0; in relay_lookup_url()
1022 hi[dots] = ph; in relay_lookup_url()
999 int i, j, dots; relay_lookup_url() local
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgty.texi30 GTY (([@var{option}] [(@var{param})], [@var{option}] [(@var{param})] @dots{}))
51 @var{fields}@dots{}
56 @var{fields}@dots{}
227 @dots{}
228 void ** GTY ((use_param, @dots{})) entries;
229 @dots{}
H A Dmakefile.texi123 @item stage@var{N}-bubble (@var{N} = 1@dots{}4)
127 @item all-stage@var{N} (@var{N} = 1@dots{}4)
148 @item stage@var{N}-start (@var{N} = 1@dots{}4)

1234567