| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | CheckerManager.cpp | 148 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/ |
| D | queue4 | 14 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/ |
| D | CheckerContext.h | 88 ExprEngine &eng, 92 : Eng(eng), in Eng() argument
|
| D | CoreEngine.h | 456 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/ |
| D | eng_padlock.c | 200 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()
|
| D | eng_openssl.c | 124 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/ |
| D | e_chil.c | 139 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()
|
| D | e_capi.c | 118 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/ |
| D | libibverbs.spec.in | 95 * 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/ |
| D | README | 20 robert.corbett@eng.Sun.COM
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugReporter.h | 483 GRBugReporter(BugReporterData& d, ExprEngine& eng) 484 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
|
| /freebsd-9-stable/crypto/openssl/demos/engines/zencod/ |
| D | hw_zencod.c | 388 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/ |
| D | libmthca.spec.in | 62 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-2
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl_lib.c | 1620 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/ |
| D | REFS | 11 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | sql | 6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
|
| D | images | 1256 # 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/ |
| D | iso639 | 163 en eng eng English
|
| /freebsd-9-stable/crypto/openssl/ |
| D | README | 117 licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html
|
| /freebsd-9-stable/crypto/openssl/crypto/rc4/ |
| D | rrc4.doc | 2 …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/ |
| D | asia | 943 # 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
|
| D | africa | 623 # 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/ |
| D | THANKS | 438 Tony Robinson ajr@eng.cam.ac.uk
|
| /freebsd-9-stable/contrib/gcclibs/libdecnumber/ |
| D | decNumber.c | 2003 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/ |
| D | ChangeLog | 2311 From Jim Meyering <meyering@eng.ascend.com>. 2339 From Jim Meyering <meyering@eng.ascend.com>.
|