Home
last modified time | relevance | path

Searched refs:eng (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp148 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
189 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext()
192 Msg(msg), Eng(eng) { } in CheckObjCMessageContext()
232 const CallEvent &call, ExprEngine &eng, in CheckCallContext()
235 Call(call), Eng(eng) { } in CheckCallContext()
277 ExprEngine &eng) in CheckLocationContext()
279 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
322 SVal loc, SVal val, const Stmt *s, ExprEngine &eng, in CheckBindContext()
324 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PP(pp) {} in CheckBindContext()
[all …]
/freebsd-9-stable/share/examples/pf/
Dqueue414 altq on dc0 bandwidth 16Mb hfsc queue { eng law art }
15 queue eng bandwidth 10Mb { cs ee ie }
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h88 ExprEngine &eng,
92 : Eng(eng), in Eng() argument
DCoreEngine.h456 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder() argument
457 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {} in IndirectGotoNodeBuilder()
502 const Expr *condition, CoreEngine* eng) in SwitchNodeBuilder() argument
503 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {} in SwitchNodeBuilder()
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_padlock.c200 ENGINE *eng = ENGINE_new(); in ENGINE_padlock() local
202 if (!eng) { in ENGINE_padlock()
206 if (!padlock_bind_helper(eng)) { in ENGINE_padlock()
207 ENGINE_free(eng); in ENGINE_padlock()
211 return eng; in ENGINE_padlock()
Deng_openssl.c124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
387 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() argument
/freebsd-9-stable/crypto/openssl/engines/
De_chil.c139 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
142 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
767 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, in hwcrhk_load_privkey() argument
813 rtmp = RSA_new_method(eng); in hwcrhk_load_privkey()
861 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, in hwcrhk_load_pubkey() argument
867 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data); in hwcrhk_load_pubkey()
De_capi.c118 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
578 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) in capi_get_pkey() argument
622 rkey = RSA_new_method(eng); in capi_get_pkey()
662 dkey = DSA_new_method(eng); in capi_get_pkey()
718 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, in capi_load_privkey() argument
724 ctx = ENGINE_get_ex_data(eng, capi_idx); in capi_load_privkey()
736 ret = capi_get_pkey(eng, key); in capi_load_privkey()
/freebsd-9-stable/contrib/ofed/libibverbs/
Dlibibverbs.spec.in95 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
98 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
/freebsd-9-stable/usr.bin/yacc/
DREADME20 robert.corbett@eng.Sun.COM
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h483 GRBugReporter(BugReporterData& d, ExprEngine& eng)
484 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
/freebsd-9-stable/crypto/openssl/demos/engines/zencod/
Dhw_zencod.c388 ENGINE *eng = ENGINE_new(); in ENGINE_zencod() local
390 if (!eng) { in ENGINE_zencod()
393 if (!bind_helper(eng)) { in ENGINE_zencod()
394 ENGINE_free(eng); in ENGINE_zencod()
398 return eng; in ENGINE_zencod()
/freebsd-9-stable/contrib/ofed/libmthca/
Dlibmthca.spec.in62 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-2
/freebsd-9-stable/crypto/openssl/ssl/
Dssl_lib.c1620 ENGINE *eng; in IMPLEMENT_LHASH_HASH_FN() local
1621 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
1622 if (!eng) { in IMPLEMENT_LHASH_HASH_FN()
1625 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
1627 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng)) in IMPLEMENT_LHASH_HASH_FN()
/freebsd-9-stable/gnu/usr.bin/rcs/
DREFS11 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
/freebsd-9-stable/contrib/file/magic/Magdir/
Dsql6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
Dimages1256 # doc: http://www.shikino.co.jp/eng/products/images/FLOWER.jpg.zip
1257 # example: http://www.shikino.co.jp/eng/products/images/FLOWER.wdp.zip
/freebsd-9-stable/share/misc/
Diso639163 en eng eng English
/freebsd-9-stable/crypto/openssl/
DREADME117 licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html
/freebsd-9-stable/crypto/openssl/crypto/rc4/
Drrc4.doc2 …lyde.open.ac.uk!strath-cs!bnr.co.uk!bt!pipex!howland.reston.ans.net!europa.eng.gtefsd.com!MathWork…
/freebsd-9-stable/contrib/tzdata/
Dasia943 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29).
1838 # http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml
2497 # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178
2504 # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795
2516 # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217
2538 # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808
2891 # http://www.sana.sy/eng/21/2008/03/11/165173.htm
2918 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
Dafrica623 # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
719 # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
/freebsd-9-stable/contrib/gnu-sort/
DTHANKS438 Tony Robinson ajr@eng.cam.ac.uk
/freebsd-9-stable/contrib/gcclibs/libdecnumber/
DdecNumber.c2003 decToString (const decNumber * dn, char *string, Flag eng) in decToString() argument
2075 if (eng && (e != 0)) in decToString()
/freebsd-9-stable/gnu/usr.bin/grep/
DChangeLog2311 From Jim Meyering <meyering@eng.ascend.com>.
2339 From Jim Meyering <meyering@eng.ascend.com>.

12