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

/freebsd-11.0-release/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.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h38 void claim() { Claimed = true; } function in class:clang::ento::CheckerOptInfo
/freebsd-11.0-release/contrib/llvm/lib/Option/
H A DArgList.cpp89 Res->claim();
102 Res->claim();
118 Res->claim();
134 Res->claim();
152 Res->claim();
171 Res->claim();
192 Res->claim();
214 Res->claim();
249 A->claim();
257 A->claim();
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c141 "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);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DSanitizerArgs.cpp128 Arg->claim();
139 Arg->claim();
143 Arg->claim();
148 Arg->claim();
224 Arg->claim();
281 Arg->claim();
352 Arg->claim();
356 Arg->claim();
370 Arg->claim();
373 Arg->claim();
[all...]
H A DDriver.cpp204 A->claim();
270 A->claim();
286 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
460 A->claim();
1024 A->claim();
1126 // argument used to set the type; we only want to claim the type when we
1164 // If there was an explicit arg for this, claim it.
1166 InputTypeArg->claim();
1228 InputTypeArg->claim();
1241 A->claim();
[all...]
H A DTools.cpp60 A->claim();
256 A.claim();
370 A->claim();
426 A->claim();
442 A->claim();
1360 A->claim();
2268 A->claim();
2378 // -mkernel and -fapple-kext imply no exceptions, so claim exception related
2585 A->claim();
3700 A->claim();
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Option/
H A DArg.h89 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp64 // There is at least one checker in the package; claim the option.
65 opt.claim();
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2582 int error = 0, create, claim, exclusive_flag = 0; local
2760 * Now, handle the claim, which usually includes looking up a
2765 claim = fxdr_unsigned(int, *tl);
2766 if (claim == NFSV4OPEN_CLAIMDELEGATECUR) {
2771 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2774 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2775 || claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2777 claim != NFSV4OPEN_CLAIMNULL)
2840 } else if (claim
[all...]
/freebsd-11.0-release/usr.sbin/sysrc/
H A Dsysrc556 "$( echo "Multiple jails claim this" \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp263 A->claim();
276 A->claim();

Completed in 126 milliseconds