Home
last modified time | relevance | path

Searched refs:pother (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/games/freeciv/freeciv-2.6.6/server/
H A Ddiplhand.c170 if (NULL == pother || pplayer == pother) { in handle_diplomacy_accept_treaty_req()
312 player_number(pother), in handle_diplomacy_accept_treaty_req()
334 if (pclause->from == pother) { in handle_diplomacy_accept_treaty_req()
349 if (city_owner(pcity) != pother) { in handle_diplomacy_accept_treaty_req()
699 if (NULL == pother || pplayer == pother || NULL == pgiver) { in handle_diplomacy_remove_clause_req()
732 if (NULL == pother || pplayer == pother || NULL == pgiver) { in handle_diplomacy_create_clause_req()
774 struct player *pother) in really_diplomacy_cancel_meeting() argument
787 player_number(pother), in really_diplomacy_cancel_meeting()
806 if (NULL == pother || pplayer == pother) { in handle_diplomacy_cancel_meeting_req()
821 if (NULL == pother || pplayer == pother) { in handle_diplomacy_init_meeting_req()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Ddiplhand.c170 if (NULL == pother || pplayer == pother) { in handle_diplomacy_accept_treaty_req()
312 player_number(pother), in handle_diplomacy_accept_treaty_req()
334 if (pclause->from == pother) { in handle_diplomacy_accept_treaty_req()
349 if (city_owner(pcity) != pother) { in handle_diplomacy_accept_treaty_req()
699 if (NULL == pother || pplayer == pother || NULL == pgiver) { in handle_diplomacy_remove_clause_req()
732 if (NULL == pother || pplayer == pother || NULL == pgiver) { in handle_diplomacy_create_clause_req()
774 struct player *pother) in really_diplomacy_cancel_meeting() argument
787 player_number(pother), in really_diplomacy_cancel_meeting()
806 if (NULL == pother || pplayer == pother) { in handle_diplomacy_cancel_meeting_req()
821 if (NULL == pother || pplayer == pother) { in handle_diplomacy_init_meeting_req()
[all …]
/dports/mail/bmf/bmf-0.9.4/
H A Dstr.c50 int str_cmp( const str_t* pthis, const str_t* pother ) in str_cmp() argument
52 uint minlen = min( pthis->len, pother->len ); in str_cmp()
54 assert( pthis->p != NULL && pother->p != NULL && minlen != 0 ); in str_cmp()
56 cmp = strncmp( pthis->p, pother->p, minlen ); in str_cmp()
58 if( cmp == 0 && pthis->len != pother->len ) in str_cmp()
60 cmp = (pthis->len < pother->len) ? -1 : 1; in str_cmp()
65 int str_casecmp( const str_t* pthis, const str_t* pother ) in str_casecmp() argument
67 uint minlen = min( pthis->len, pother->len ); in str_casecmp()
71 cmp = strncasecmp( pthis->p, pother->p, minlen ); in str_casecmp()
73 if( cmp == 0 && pthis->len != pother->len ) in str_casecmp()
[all …]
H A Dstr.h27 int str_cmp ( const str_t* pthis, const str_t* pother );
28 int str_casecmp( const str_t* pthis, const str_t* pother );
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DParameterizedType.java129 ParameterizedType pother = (ParameterizedType) other; in equals()
130 if (! Type.isSame(rawType, pother.rawType)) in equals()
133 Type[] otherArgumentTypes = pother.typeArgumentTypes; in equals()
138 pother.typeArgumentTypes[n]) in equals()
139 || getTypeArgumentBound(n) != pother.getTypeArgumentBound(n)) in equals()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dintjoinper.c125 SISLIntpt *pother; /* to traverse list of points. */ local
487 sh6getother (pnext, pcurr, &pother, &kstat);
490 pnext = pother;
523 sh6getother (pnext, pcurr, &pother, &kstat);
526 pnext = pother;
595 pother = (*pintdat)->vpoint[kj];
596 if (sh6ismain(pother) && pother != pcurr)
599 pother->geo_track_3d,
H A Dspli_silh.c122 SISLIntpt *pother=SISL_NULL; /* Navigator in a list. */ local
205 sh6getother(pnext,prev,&pother,&kstat);
239 sh6getlist(pnext, pother, &index1, &indum, &kstat);
273 pnext = pother;
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Darray_ref.hpp83 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
84 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
85 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
97 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
98 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
99 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/adaptor/
H A Darray_ref.hpp82 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
83 for (; pself != &data[N]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
84 if (*pself != *pother) return false; in MSGPACK_API_VERSION_NAMESPACE()
96 U const* pother = t.data; in MSGPACK_API_VERSION_NAMESPACE() local
97 for (; pself != &data[N] && pother != t.data[t.size()]; ++pself, ++pother) { in MSGPACK_API_VERSION_NAMESPACE()
98 if (*pself < *pother) return true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/science/axom/axom-0.6.1/src/axom/spin/
H A DDenseOctreeLevel.hpp117 const self* pother = dynamic_cast<const self*>(other); in equal() local
119 return (pother != nullptr) && in equal()
120 (m_currentIdx == pother->m_currentIdx) // iterators in equal()
122 && (m_offset == pother->m_offset); // brood in equal()
H A DSparseOctreeLevel.hpp228 const self* pother = dynamic_cast<const self*>(other); in equal() local
231 return (pother != nullptr) && (m_currentIter == pother->m_currentIter) && in equal()
232 (m_offset == pother->m_offset); in equal()
/dports/cad/opencascade/opencascade-7.6.0/src/Expr/
H A DExpr_PolyFunction.cxx96 Handle(Expr_PolyFunction) pother = Handle(Expr_PolyFunction)::DownCast(Other); in IsIdentical()
97 Handle(Expr_GeneralFunction) fother = pother->Function(); in IsIdentical()
104 opother = pother->SubExpression(i); in IsIdentical()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dport.cc197 boost::shared_ptr<Port> pother = AudioEngine::instance()->get_port_by_name (*c); in disconnect_all() local
198 if (pother) { in disconnect_all()
199 ConnectedOrDisconnected (pself, pother, false); // emit signal in disconnect_all()
286 boost::shared_ptr<Port> pother = AudioEngine::instance()->get_port_by_name (other); in disconnect() local
288 if (pself && pother) { in disconnect()
293 ConnectedOrDisconnected (pself, pother, false); // emit signal in disconnect()
/dports/security/libressl-static/libressl-3.3.5/crypto/engine/
H A Deng_pkey.c164 X509 **pcert, EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
182 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
/dports/security/libressl/libressl-3.4.3/crypto/engine/
H A Deng_pkey.c164 X509 **pcert, EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
182 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/engine/
H A Deng_pkey.c164 X509 **pcert, EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
182 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/engine/
H A Deng_pkey.c164 X509 **pcert, EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
182 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
/dports/www/obhttpd/libressl-3.4.1/crypto/engine/
H A Deng_pkey.c164 X509 **pcert, EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
182 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dex_ast.h103 ex_ast_node_t* ex_ast_node_copy(ex_ast_node_t* pother);
105 ex_ast_node_t* ex_ast_tree_copy(ex_ast_node_t* pother);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/
H A Deng_pkey.c116 EVP_PKEY **ppkey, STACK_OF(X509) **pother, in ENGINE_load_ssl_client_cert()
138 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()

12345678910>>...12