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

/freebsd-10.2-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-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h38 void claim() { Claimed = true; } function in class:clang::ento::CheckerOptInfo
/freebsd-10.2-release/contrib/llvm/lib/Option/
H A DArgList.cpp71 Res->claim();
84 Res->claim();
100 Res->claim();
116 Res->claim();
134 Res->claim();
153 Res->claim();
174 Res->claim();
196 Res->claim();
231 A->claim();
239 A->claim();
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Option/
H A DArg.h94 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
/freebsd-10.2-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-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp61 // There is at least one checker in the package; claim the option.
62 opt.claim();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp198 A->claim();
269 A->claim();
284 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
351 A->claim();
877 A->claim();
980 // argument used to set the type; we only want to claim the type when we
1020 // If there was an explicit arg for this, claim it.
1022 InputTypeArg->claim();
1074 InputTypeArg->claim();
1087 A->claim();
[all...]
H A DSanitizerArgs.cpp52 (*I)->claim();
H A DTools.cpp316 A->claim();
375 A->claim();
391 A->claim();
1113 A->claim();
1185 (*it)->claim();
1417 (*it)->claim();
1473 A->claim();
1593 // -mkernel and -fapple-kext imply no exceptions, so claim exception related
1751 A->claim();
3103 (*it)->claim();
[all...]
/freebsd-10.2-release/usr.sbin/sysrc/
H A Dsysrc376 "$( echo "Multiple jails claim this" \
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2561 int error = 0, create, claim, exclusive_flag = 0; local
2739 * Now, handle the claim, which usually includes looking up a
2744 claim = fxdr_unsigned(int, *tl);
2745 if (claim == NFSV4OPEN_CLAIMDELEGATECUR) {
2750 } else if (claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2753 if (claim == NFSV4OPEN_CLAIMNULL || claim == NFSV4OPEN_CLAIMDELEGATECUR
2754 || claim == NFSV4OPEN_CLAIMDELEGATEPREV) {
2756 claim != NFSV4OPEN_CLAIMNULL)
2819 } else if (claim
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp242 A->claim();
257 A->claim();

Completed in 393 milliseconds