/dflybsd-src/lib/libc/resolv/ |
H A D | res_query.c | 217 u_int dots; in res_nsearch() local 225 dots = 0; in res_nsearch() 227 dots += (*cp == '.'); in res_nsearch() 233 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL) in res_nsearch() 242 if (dots >= statp->ndots || trailing_dot) { in res_nsearch() 257 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch() 258 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch() 325 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
|
H A D | res_init.c | 169 int dots; in __res_vinit() local 475 dots = 0; in __res_vinit() 477 dots += (*cp == '.'); in __res_vinit() 481 if (dots < LOCALDOMAINPARTS) in __res_vinit() 485 dots--; in __res_vinit()
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-vax.texi | 194 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 …]
|
H A D | c-mmix.texi | 384 range 0@dots{}255 from the initial value of such an allocated register. 389 @dots{} 401 @dots{} 425 forward references, in the range 0@dots{}255. If you need operands having 494 0@dots{}255. The @samp{BSPEC} number 80 is used by the GNU binutils
|
H A D | c-arm.texi | 36 @item -mcpu=@var{processor}[+@var{extension}@dots{}] 197 @item -march=@var{architecture}[+@var{extension}@dots{}] 775 @item .inst @var{opcode} [ , @dots{} ] 776 @itemx .inst.n @var{opcode} [ , @dots{} ] 777 @itemx .inst.w @var{opcode} [ , @dots{} ] 903 @dots{} 968 @item .unwind_raw @var{offset}, @var{byte1}, @dots{}
|
H A D | c-m32c.texi | 125 @dots{}
|
H A D | c-xtensa.texi | 147 @var{opcode} [@var{operand}, @dots{}] 165 @dots{} 182 …code0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@var{operands}]; @dots{} @} 240 @code{a}, so these registers are named @code{a0}@dots{}@code{a15}. 634 @dots{} 748 .literal @var{label}, @var{value}[, @var{value}@dots{}]
|
H A D | c-hppa.texi | 113 @item .callinfo [ @var{param}=@var{value}, @dots{} ] [ @var{flag}, @dots{} ]
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | subr.c | 208 int dots = 0; in numdots() local 213 dots++; in numdots() 215 return (dots); in numdots() 420 int dots; in gca() local 460 dots = numdots (gca); in gca() 461 if (dots == 0) in gca() 481 else if ((dots & 1) == 0) in gca()
|
H A D | rcs.c | 2336 int dots; in RCS_gettag() local 2346 dots = numdots (tag); in RCS_gettag() 2347 if (dots > 2 && (dots & 1) != 0) in RCS_gettag() 2557 int dots; in RCS_nodeisbranch() local 2569 dots = numdots (version); in RCS_nodeisbranch() 2570 if ((dots & 1) == 0) in RCS_nodeisbranch() 2577 if (dots > 2) in RCS_nodeisbranch() 2609 int dots; in RCS_whatbranch() local 2619 dots = numdots (version); in RCS_whatbranch() 2620 if ((dots & 1) == 0) in RCS_whatbranch() [all …]
|
/dflybsd-src/gnu/usr.bin/rcs/lib/ |
H A D | rcsrev.c | 706 int dots; local 726 dots = 0; 795 if (dots & 1) 802 ++dots;
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | objc.texi | 758 @dots{} 760 @dots{} 763 @dots{} 765 @dots{} 767 @dots{} 770 @dots{} 773 @dots{} 776 @dots{} 778 @dots{} 791 Java. A @code{@@catch(id @dots{})} clause (as shown above) may also [all …]
|
H A D | makefile.texi | 123 @item stage@var{N}-bubble (@var{N} = 1@dots{}4, profile, feedback) 127 @item all-stage@var{N} (@var{N} = 1@dots{}4, profile, feedback) 149 @item stage@var{N}-start (@var{N} = 1@dots{}4, profile, feedback)
|
H A D | gty.texi | 30 GTY (([@var{option}] [(@var{param})], [@var{option}] [(@var{param})] @dots{})) 51 @var{fields}@dots{} 56 @var{fields}@dots{} 101 A partial expression of the form @code{[i1][i2]@dots{}} that indexes 108 @dots{} 226 @dots{} 227 void ** GTY ((use_param, @dots{})) entries; 228 @dots{}
|
H A D | md.texi | 335 @item (match_operator:@var{m} @var{n} @var{predicate} [@var{operands}@dots{}]) 374 Here the vector @code{[@var{operands}@dots{}]} contains two patterns 409 @item (match_op_dup:@var{m} @var{n}[@var{operands}@dots{}]) 419 @item (match_parallel @var{n} @var{predicate} [@var{subpat}@dots{}]) 471 @item (match_par_dup @var{n} [@var{subpat}@dots{}]) 1173 @item @samp{I}, @samp{J}, @samp{K}, @dots{} @samp{P} 1236 @item @samp{0}, @samp{1}, @samp{2}, @dots{} @samp{9} 1320 "@dots{}") 1332 "@dots{}") 1343 @dots{}) [all …]
|
H A D | tree-ssa.texi | 132 if (@dots{}) 154 if (@dots{}) 511 if (@dots{}) 513 else if (@dots{}) 598 4 x_10 = @dots{} 602 8 x_11 = @dots{} 694 @dots{} rewrite STMT @dots{}
|
H A D | cpp.texi | 556 constants are straightforward: @t{"@dots{}"} or @t{'@dots{}'}. In 563 Header file names either look like string constants, @t{"@dots{}"}, or are 564 written with angle brackets instead, @t{<@dots{}>}. In either case, 1017 @dots{} 1028 @dots{} 1358 @dots{} 1642 @dots{} 1660 @dots{} 1675 #define eprintf(@dots{}) fprintf (stderr, __VA_ARGS__) 1699 before the @samp{@dots{}}; that name is used for the variable argument. [all …]
|
H A D | cfg.texi | 296 [ @dots{} ] 299 [ @dots{} ] 302 [ @dots{} ] 311 [ @dots{} ] 314 [ @dots{} ] 317 [ @dots{} ]
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | constraints.md | 137 "Integer constant in the range 0 @dots{} 31, for 32-bit shifts." 142 "Integer constant in the range 0 @dots{} 63, for 64-bit shifts." 170 "@internal Integer constant in the range 0 @dots{} 127, for 128-bit shifts."
|
/dflybsd-src/lib/libc/net/ |
H A D | getaddrinfo.c | 2489 u_int dots; in res_searchN() local 2498 dots = 0; in res_searchN() 2500 dots += (*cp == '.'); in res_searchN() 2508 if (!dots && in res_searchN() 2518 if (dots >= res->ndots || trailing_dot) { in res_searchN() 2547 if ((!dots && (res->options & RES_DEFNAMES)) || in res_searchN() 2548 (dots && !trailing_dot && (res->options & RES_DNSRCH))) { in res_searchN() 2628 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_utl.c | 837 int dots = 0; in valid_star() local 851 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star() 890 ++dots; in valid_star() 904 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2) in valid_star()
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | digital | 47 0 string \377\377\174 ddis/dots archive
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | constraints.md | 249 "Integer constant in the range 0 @dots{} 31, for 32-bit shifts." 254 "Integer constant in the range 0 @dots{} 63, for 64-bit shifts." 282 "@internal Integer constant in the range 0 @dots{} 127, for 128-bit shifts."
|
/dflybsd-src/contrib/binutils-2.27/binutils/doc/ |
H A D | binutils.texi | 177 … [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}] 261 … [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}] 290 be deleted as @var{member}@dots{}; the archive is untouched if you 320 @emph{Quick append}; Historically, add the files @var{member}@dots{} to the end of 340 Insert the files @var{member}@dots{} into @var{archive} (with 345 If one of the files named in @var{member}@dots{} does not exist, @command{ar} 368 of the files listed in @var{member}@dots{} that are present in the 503 Normally, @samp{ar r}@dots{} inserts all files 619 @itemx ADDLIB @var{archive} (@var{module}, @var{module}, @dots{} @var{module}) 625 @item ADDMOD @var{member}, @var{member}, @dots{} @var{member} [all …]
|
/dflybsd-src/contrib/binutils-2.27/gprof/ |
H A D | gprof.texi | 130 [ @var{image-file} ] [ @var{profile-file} @dots{} ] 419 …xecutable-file} gmon.out @var{bb-data} [@var{yet-more-profile-data-files}@dots{}] [> @var{outfile}] 433 gprof @var{options} [@var{executable-file} [@var{profile-data-files}@dots{}]] [> @var{outfile}] 616 @dots{} 798 children@dots{}) in the call graph. The function will still be listed 814 their children@dots{}). More than one @samp{-f} option may be given; 821 children@dots{}) will be used to determine total-time and 876 Sometimes, function names contain dots. In such cases, it is necessary 952 @dots{} 1098 such as @code{a} calls @code{b} calls @code{a}@dots{} [all …]
|