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

1 2

  /src/crypto/external/bsd/heimdal/dist/kdc/
process.c 60 int *claim)
77 *claim = 1;
93 int *claim)
103 *claim = 1;
121 int *claim)
132 *claim = 1;
151 int *claim)
162 *claim = 1;
203 int claim = 0; local
212 &claim);
247 int claim = 0; local
    [all...]
kdc.h 114 int *claim);
  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 112 Arg->claim();
133 Arg->claim();
141 Arg->claim();
151 Arg->claim();
165 Arg->claim();
171 Arg->claim();
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 63 int claim; /* flag to send RESPONDER-LIFETIME. */ member in struct:saprop
165 * "claim"
proposal.c 251 newpp->claim |= IPSECDOI_ATTR_SA_LD_TYPE_SEC;
261 newpp->claim |= IPSECDOI_ATTR_SA_LD_TYPE_SEC;
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb_il.c 141 "will claim" : "won't claim");
312 char *claim; local
326 claim = "already claimed";
328 claim = "will claim";
330 claim = "won't claim";
333 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 109 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
ArgList.h 238 /// \p Claim Whether the argument should be claimed, if it exists.
254 Res->claim();
259 /// Return the last argument matching \p Id, or null. Do not "claim" the
307 if (Arg *A = getLastArg(Ids...)) // Calls claim() on all Ids's Args.
337 /// ClaimAllArgs - Claim all arguments which match the given
341 /// ClaimAllArgs - Claim all arguments.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ManagedStatic.h 108 C *claim() { function in class:llvm::ManagedStatic
  /src/sys/arch/sgimips/hpc/
pi1ppc.c 336 int claim = 1;
354 claim = 0;
361 claim = 0;
384 claim = 0;
389 claim = 0;
395 claim = 0;
405 claim = 1;
417 claim = 0;
424 if (claim) {
440 if (claim) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 181 Arg->claim();
190 Arg->claim();
220 Arg->claim();
231 Arg->claim();
316 Arg->claim();
430 Arg->claim();
561 Arg->claim();
575 Arg->claim();
682 Arg->claim();
691 // Disable coverage and not claim the flags if there is at least on
    [all...]
Driver.cpp 336 StringRef Value, bool Claim = true) {
340 if (Claim)
341 A->claim();
409 A->claim();
429 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
861 // Claim all arguments that come from a configuration file so that the driver
864 A->claim();
1054 Copy->claim();
1074 A->claim();
1150 A->claim();
    [all...]
  /src/sys/dev/ic/
atppc.c 613 int claim = 1; local
632 claim = 0;
639 claim = 0;
662 claim = 0;
667 claim = 0;
673 claim = 0;
683 claim = 1;
695 claim = 0;
702 if (claim) {
718 if (claim) {
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/
NOTES.PERL 18 installed properly. We do not claim to know them all, but experience
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
FreeBSD.cpp 70 A->claim();
120 A->claim();
239 A->claim();
Myriad.cpp 57 Args.hasArg(options::OPT_fno_split_dwarf_inlining); // Claim it if present.
106 A->claim();
Clang.cpp 414 // -mkernel and -fapple-kext imply no exceptions, so claim exception related
658 A->claim();
673 A->claim();
688 A->claim();
1186 A->claim();
1330 A->claim();
1344 // Do not claim the argument so that the use of the argument does not
1353 A->claim();
1878 A->claim();
1926 LocalSData->claim();
    [all...]
MSVC.cpp 1398 A->claim();
1434 A->claim();
1468 A->claim();
Gnu.cpp 73 // It is unfortunate that we have to claim here, as this means
77 A->claim();
875 A->claim();
888 A->claim();
891 A->claim();
941 A->claim();
CommonArgs.cpp 132 A->claim();
267 A.claim();
1072 // Claim options we don't want to warn if they are unused. We do this for
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
X86.cpp 60 A->claim();
  /src/sys/dev/pci/
if_vge.c 1450 int claim; local
1453 claim = 0;
1455 return claim;
1461 return claim;
1475 claim = 1;
1504 if (claim)
1507 return claim;
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2583 int error = 0, create, claim, exclusive_flag = 0; local
2761 * Now, handle the claim, which usually includes looking up a
2766 claim = fxdr_unsigned(int, *tl);
2767 if (claim == NFSV4OPEN_CLAIMDELEGATECUR) {
2772 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2775 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2776 || claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2778 claim != NFSV4OPEN_CLAIMNULL)
2841 } else if (claim == NFSV4OPEN_CLAIMPREVIOUS || claim =
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Timer.cpp 483 return std::unique_ptr<TimerGroup>(DefaultTimerGroup.claim());
  /src/sys/dev/marvell/
if_gfe.c 1611 int claim = 0; local
1627 claim = 1;
1653 return claim;

Completed in 44 milliseconds

1 2