HomeSort by: relevance | last modified time | path
    Searched refs:potential (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/dev/pci/
vga_pci.c 145 int potential; local
147 potential = 0;
155 potential = 1;
158 potential = 1;
160 if (!potential)
  /src/doc/
TODO.modules 91 we get more and more modules. There are hundreds of potential device
  /src/external/gpl3/binutils/dist/cpu/
frv.opc 502 VLIW_COMBO *potential;
513 potential = current;
516 if (match_unit (vliw, unit, (*potential)[next]))
517 return potential;
518 ++potential;
520 while (match_vliw (potential, current, next));
  /src/external/gpl3/binutils.old/dist/cpu/
frv.opc 502 VLIW_COMBO *potential;
513 potential = current;
516 if (match_unit (vliw, unit, (*potential)[next]))
517 return potential;
518 ++potential;
520 while (match_vliw (potential, current, next));
  /src/share/mk/
bsd.clean.mk 24 # directories, because the potential risk from running "rm -rf" commands
  /src/sys/conf/
copts.mk 31 # Some of these indicate a potential GCC bug:
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-lisp.c 478 /* A potential number is a token which
486 See CLHS 2.3.1.1 "Potential Numbers as Tokens".
563 "A potential number cannot contain any escape characters." */
999 tokens', i.e. potential numbers which are not numbers). */
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 414 arguments that will be examined for potential conflict. If there is no
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 919 bool potential = potential_rvalue_constant_expression (massaged); local
920 if (!potential && complain)
923 if (DECL_CONSTRUCTOR_P (fun) && potential
928 potential = false;
934 potential = potential_rvalue_constant_expression (massaged);
935 if (!potential && complain)
940 if (!potential && complain)
945 if (potential)
971 if (!potential)
8571 6 An expression is a potential constant expression if it i
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 569 of manycast mode is that potential servers need not be
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 500 "Potential buffer overflow in call to 'gets'",
540 "Potential buffer overflow in call to 'getpw'",
581 "Potential insecure temporary file in call 'mktemp'",
700 "Potential insecure memory buffer bounds restriction in "
728 "Potential insecure memory buffer bounds restriction in "
799 Out1 << "Potential insecure memory buffer bounds restriction in call '"
935 "Potential insecure implementation-specific behavior in "
986 "Potential buffer overflow in '-decodeValueOfObjCType:at:'", "Security",
988 "as it can lead to potential buffer overflows. Use the safer "
  /src/external/gpl3/binutils/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/gpl3/binutils.old/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 1254 if it found potential bugs and the exit status of the build itself otherwise.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 3578 % non-discardable item, therefore it is not a potential
4533 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 3489 % non-discardable item, therefore it is not a potential
4436 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 3489 % non-discardable item, therefore it is not a potential
4436 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4823 % non-discardable item, therefore it is not a potential
5936 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4823 % non-discardable item, therefore it is not a potential
5936 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 4549 % non-discardable item, therefore it is not a potential
5642 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 4770 % non-discardable item, therefore it is not a potential
5894 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 4545 % non-discardable item, therefore it is not a potential
5638 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 4545 % non-discardable item, therefore it is not a potential
5638 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 4772 % non-discardable item, therefore it is not a potential
5896 % Do not let the kern be a potential breakpoint, as it would be if it
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 5512 % non-discardable item, therefore it is not a potential
6763 % Do not let the kern be a potential breakpoint, as it would be if it

Completed in 126 milliseconds

1 2