Searched refs:claim (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dprocess.c58 int *claim)
68 *claim = 1;
85 int *claim)
95 *claim = 1;
113 int *claim)
124 *claim = 1;
143 int *claim)
154 *claim = 1;
195 int claim = 0; local
203 &claim);
51 kdc_as_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
78 kdc_tgs_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
106 kdc_digest(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
136 kdc_kx509(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
234 int claim = 0; local
[all...]
H A Dkdc.h108 int *claim);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp112 Arg->claim();
133 Arg->claim();
141 Arg->claim();
151 Arg->claim();
165 Arg->claim();
171 Arg->claim();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h109 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
H A DArgList.h254 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.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h108 C *claim() { function in class:llvm::ManagedStatic
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp176 Arg->claim();
187 Arg->claim();
191 Arg->claim();
197 Arg->claim();
278 Arg->claim();
392 Arg->claim();
511 Arg->claim();
516 Arg->claim();
530 Arg->claim();
544 Arg->claim();
[all...]
H A DDriver.cpp319 A->claim();
387 A->claim();
407 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
790 A->claim();
989 Copy->claim();
1007 A->claim();
1074 A->claim();
1957 A->claim();
2078 // argument used to set the type; we only want to claim the type when we
2116 // If there was an explicit arg for this, claim i
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c167 "will claim" : "won't claim");
341 const char *claim; local
355 claim = "already claimed";
357 claim = "will claim";
359 claim = "won't claim";
362 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp59 A->claim();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp69 A->claim();
119 A->claim();
231 A->claim();
H A DClang.cpp423 // -mkernel and -fapple-kext imply no exceptions, so claim exception related
641 A->claim();
656 A->claim();
1139 A->claim();
1276 A->claim();
1290 // Do not claim the argument so that the use of the argument does not
1299 A->claim();
1803 A->claim();
1851 LocalSData->claim();
1861 ExternSData->claim();
[all...]
H A DMyriad.cpp105 A->claim();
H A DMSVC.cpp1389 A->claim();
1425 A->claim();
1459 A->claim();
H A DHexagon.cpp274 A->claim();
H A DGnu.cpp74 // It is unfortunate that we have to claim here, as this means
78 A->claim();
819 A->claim();
832 A->claim();
835 A->claim();
883 A->claim();
H A DCommonArgs.cpp72 A->claim();
184 A.claim();
H A DCuda.cpp426 A->claim();
H A DDarwin.cpp454 Arg->claim();
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2592 int error = 0, create, claim, exclusive_flag = 0, override; local
2770 * Now, handle the claim, which usually includes looking up a
2775 claim = fxdr_unsigned(int, *tl);
2776 if (claim == NFSV4OPEN_CLAIMDELEGATECUR) {
2781 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2784 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2785 || claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2787 claim != NFSV4OPEN_CLAIMNULL)
2850 } else if (claim
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp446 return std::unique_ptr<TimerGroup>(DefaultTimerGroup.claim());
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc568 "$( echo "Multiple jails claim this" \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp330 A->claim();
374 A->claim();

Completed in 340 milliseconds