Home
last modified time | relevance | path

Searched refs:msg_p (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/analysis/
H A Dckttroub.c25 char *msg_p; in CKTtrouble() local
40 msg_p = msg_buf + strlen(msg_buf); in CKTtrouble()
45 sprintf(msg_p, "initial timepoint: "); in CKTtrouble()
47 sprintf(msg_p, "time = %g, timestep = %g: ", ckt->CKTtime, in CKTtrouble()
61 msg_p += strlen(msg_p); in CKTtrouble()
63 sprintf(msg_p, " %s = %g: ", cv->TRCVvName[i], in CKTtrouble()
66 sprintf(msg_p, " %s = %g: ", cv->TRCVvName[i], in CKTtrouble()
77 msg_p += strlen(msg_p); in CKTtrouble()
80 sprintf(msg_p, "trouble with node \"%s\"\n", in CKTtrouble()
84 sprintf(msg_p, "trouble with %s-instance %s\n", in CKTtrouble()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/tuned/
H A Dcoll_tuned_dynamic_rules.c105 if (!msg_p) { in ompi_coll_tuned_dump_msg_rule()
111 msg_p->com_rule_id, msg_p->mpi_comsize, msg_p->msg_rule_id)); in ompi_coll_tuned_dump_msg_rule()
114msg_p->msg_size, msg_p->result_alg, msg_p->result_topo_faninout, msg_p->result_segsize, in ompi_coll_tuned_dump_msg_rule()
115 msg_p->result_max_requests)); in ompi_coll_tuned_dump_msg_rule()
199 ompi_coll_msg_rule_t* msg_p; in ompi_coll_tuned_free_msg_rules_in_com_rule() local
207 msg_p = com_p->msg_rules; in ompi_coll_tuned_free_msg_rules_in_com_rule()
209 if (!msg_p) { in ompi_coll_tuned_free_msg_rules_in_com_rule()
358 best_msg_p = msg_p = base_com_rule->msg_rules; in ompi_coll_tuned_get_target_method_params()
364 if (msg_p->msg_size <= mpi_msgsize) { in ompi_coll_tuned_get_target_method_params()
365 best_msg_p = msg_p; in ompi_coll_tuned_get_target_method_params()
[all …]
H A Dcoll_tuned_dynamic_file.c69 ompi_coll_msg_rule_t *msg_p = (ompi_coll_msg_rule_t*) NULL; in ompi_coll_tuned_read_rules_config_file() local
168 msg_p = com_p->msg_rules; in ompi_coll_tuned_read_rules_config_file()
172 msg_p = &(com_p->msg_rules[nms]); in ompi_coll_tuned_read_rules_config_file()
179 msg_p->msg_size = (size_t)MS; in ompi_coll_tuned_read_rules_config_file()
186 msg_p->result_alg = ALG; in ompi_coll_tuned_read_rules_config_file()
193 msg_p->result_topo_faninout = FANINOUT; in ompi_coll_tuned_read_rules_config_file()
200 msg_p->result_segsize = SS; in ompi_coll_tuned_read_rules_config_file()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/tuned/
H A Dcoll_tuned_dynamic_rules.c105 if (!msg_p) { in ompi_coll_tuned_dump_msg_rule()
111 msg_p->com_rule_id, msg_p->mpi_comsize, msg_p->msg_rule_id)); in ompi_coll_tuned_dump_msg_rule()
114msg_p->msg_size, msg_p->result_alg, msg_p->result_topo_faninout, msg_p->result_segsize, in ompi_coll_tuned_dump_msg_rule()
115 msg_p->result_max_requests)); in ompi_coll_tuned_dump_msg_rule()
199 ompi_coll_msg_rule_t* msg_p; in ompi_coll_tuned_free_msg_rules_in_com_rule() local
207 msg_p = com_p->msg_rules; in ompi_coll_tuned_free_msg_rules_in_com_rule()
209 if (!msg_p) { in ompi_coll_tuned_free_msg_rules_in_com_rule()
358 best_msg_p = msg_p = base_com_rule->msg_rules; in ompi_coll_tuned_get_target_method_params()
364 if (msg_p->msg_size <= mpi_msgsize) { in ompi_coll_tuned_get_target_method_params()
365 best_msg_p = msg_p; in ompi_coll_tuned_get_target_method_params()
[all …]
H A Dcoll_tuned_dynamic_file.c68 ompi_coll_msg_rule_t *msg_p = (ompi_coll_msg_rule_t*) NULL; in ompi_coll_tuned_read_rules_config_file() local
170 msg_p = com_p->msg_rules; in ompi_coll_tuned_read_rules_config_file()
174 msg_p = &(com_p->msg_rules[nms]); in ompi_coll_tuned_read_rules_config_file()
180 msg_p->msg_size = (size_t)MS; in ompi_coll_tuned_read_rules_config_file()
186 msg_p->result_alg = ALG; in ompi_coll_tuned_read_rules_config_file()
192 msg_p->result_topo_faninout = FANINOUT; in ompi_coll_tuned_read_rules_config_file()
198 msg_p->result_segsize = SS; in ompi_coll_tuned_read_rules_config_file()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/src/
H A Dppost.php.t214 $msg_p = new fud_pmsg;
223 $msg_p->body = apply_custom_replace($msg_p->body);
225 $msg_p->body = tags_to_html($msg_p->body, $FUD_OPT_1 & 16384);
227 $msg_p->body = nl2br(htmlspecialchars($msg_p->body));
231 char_fix($msg_p->body);
235 $msg_p->body = smiley_to_post($msg_p->body);
241 $msg_p->subject = apply_custom_replace($msg_p->subject);
242 $msg_p->subject = htmlspecialchars($msg_p->subject);
247 $msg_p->pmsg_opt = $msg_p->pmsg_opt &~ 96;
258 $msg_p->add();
[all …]
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dcommit.tcl227 set msg_p [gitdir GITGUI_EDITMSG]
228 set msg_wt [open $msg_p w]
240 commit_commitmsg $curHEAD $msg_p
258 catch {file delete $msg_p}
313 catch {file delete $msg_p}
343 catch {file delete $msg_p}
366 catch {file delete $msg_p}
393 catch {file delete $msg_p}
412 set msg_fd [open $msg_p r]
420 catch {file delete $msg_p}
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/include_public/
H A Dn8_pub_hash.h120 const N8_Buffer_t *msg_p,
133 const N8_Buffer_t *msg_p,
164 const N8_Buffer_t *msg_p,
171 const N8_Buffer_t *msg_p,
180 const N8_Buffer_t *msg_p,
193 const N8_Buffer_t *msg_p,
199 struct uio *msg_p,
/dports/sysutils/rsyncrypto/rsyncrypto-1.14/
H A Drcserror.h10 explicit rscerror( const char *msg_p ) : msg(msg_p) in rscerror() argument
13 explicit rscerror( const char *msg_p, int error, const char *param_p="" ) : msg(msg_p), in msg() argument
/dports/mail/notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py493 msg_p = NotmuchMessageP()
499 status = self._index_file(self._db, _str(filename), indexopts, byref(msg_p))
508 msg = Message(msg_p, self)
580 msg_p = NotmuchMessageP()
581 status = Database._find_message(self._db, _str(msgid), byref(msg_p))
584 return msg_p and Message(msg_p, self) or None
608 msg_p = NotmuchMessageP()
610 byref(msg_p))
613 return msg_p and Message(msg_p, self) or None
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py493 msg_p = NotmuchMessageP()
499 status = self._index_file(self._db, _str(filename), indexopts, byref(msg_p))
508 msg = Message(msg_p, self)
580 msg_p = NotmuchMessageP()
581 status = Database._find_message(self._db, _str(msgid), byref(msg_p))
584 return msg_p and Message(msg_p, self) or None
608 msg_p = NotmuchMessageP()
610 byref(msg_p))
613 return msg_p and Message(msg_p, self) or None
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py493 msg_p = NotmuchMessageP()
499 status = self._index_file(self._db, _str(filename), indexopts, byref(msg_p))
508 msg = Message(msg_p, self)
580 msg_p = NotmuchMessageP()
581 status = Database._find_message(self._db, _str(msgid), byref(msg_p))
584 return msg_p and Message(msg_p, self) or None
608 msg_p = NotmuchMessageP()
610 byref(msg_p))
613 return msg_p and Message(msg_p, self) or None
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py493 msg_p = NotmuchMessageP()
499 status = self._index_file(self._db, _str(filename), indexopts, byref(msg_p))
508 msg = Message(msg_p, self)
580 msg_p = NotmuchMessageP()
581 status = Database._find_message(self._db, _str(msgid), byref(msg_p))
584 return msg_p and Message(msg_p, self) or None
608 msg_p = NotmuchMessageP()
610 byref(msg_p))
613 return msg_p and Message(msg_p, self) or None
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py493 msg_p = NotmuchMessageP()
499 status = self._index_file(self._db, _str(filename), indexopts, byref(msg_p))
508 msg = Message(msg_p, self)
580 msg_p = NotmuchMessageP()
581 status = Database._find_message(self._db, _str(msgid), byref(msg_p))
584 return msg_p and Message(msg_p, self) or None
608 msg_p = NotmuchMessageP()
610 byref(msg_p))
613 return msg_p and Message(msg_p, self) or None
/dports/net/czmq4/czmq-4.2.1/bindings/ruby/lib/czmq/ffi/
H A Dzactor.rb139 def send(msg_p) argument
142 msg_p = msg_p.__ptr_give_ref
143 result = ::CZMQ::FFI.zactor_send(self_p, msg_p)
/dports/net/czmq/czmq-4.1.1/bindings/ruby/lib/czmq/ffi/
H A Dzactor.rb139 def send(msg_p) argument
142 msg_p = msg_p.__ptr_give_ref
143 result = ::CZMQ::FFI.zactor_send(self_p, msg_p)
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/
H A Dn8_hash.c1069 CHECK_OBJECT(msg_p, ret); in n8_HashPartial_req()
1077 CHECK_OBJECT(msg_p, ret); in n8_HashPartial_req()
1105 msg_p, in n8_HashPartial_req()
1656 CHECK_OBJECT(msg_p, ret); in N8_HandshakeHashPartial()
1700 msg_p, in N8_HandshakeHashPartial()
2086 N8_Buffer_t *msg_p = NULL; in N8_TLSKeyMaterialHash() local
2293 CHECK_OBJECT(msg_p, ret); in N8_IKEPrf()
2479 CHECK_OBJECT(msg_p, ret); in N8_IKESKEYIDExpand()
2688 CHECK_OBJECT(msg_p, ret); in N8_IKEKeyMaterialExpand()
3745 CHECK_OBJECT(msg_p, ret); in n8_HashCompleteMessage_req()
[all …]
H A Dn8_hash.h146 const N8_Buffer_t *msg_p,
154 const N8_Buffer_t *msg_p,
160 struct uio *msg_p,
/dports/net/zyre/zyre-2.0.1/bindings/python_cffi/zyre/
H A DZyre.py175 def whisper(self, peer, msg_p): argument
180 return lib.zyre_whisper(self._p, to_bytes(peer), msg_p._p)
182 def shout(self, group, msg_p): argument
187 return lib.zyre_shout(self._p, to_bytes(group), msg_p._p)
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins-scripts/
H A Dcheck_mailq.pl32 $opt_M $mailq $status $state $msg $msg_q $msg_p $opt_W $opt_C $mailq @lines
50 $msg_p = 0 ;
431 my $msg_p = $1;
461 $msg .= "[Preprocessed = $msg_p]";
462 if ($msg_p >= $opt_W && $msg_p < $opt_C ) {
464 }elsif ($msg_p >= $opt_C ) {

1234567891011