Home
last modified time | relevance | path

Searched refs:update_str (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/maint/mocked/
H A Dbased-notifyfenced.c138 char update_str[4096]; local
152 snprintf(update_str, sizeof(update_str),
167 update = xmlReadMemory(update_str, sizeof(update_str),
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/maint/mocked/
H A Dbased-notifyfenced.c140 char update_str[4096]; local
154 snprintf(update_str, sizeof(update_str),
169 update = xmlReadMemory(update_str, sizeof(update_str),
/dports/science/plumed/plumed2-2.7.2/src/mapping/
H A DAdaptivePath.cpp97 unsigned update_str, wstride; member in PLMD::mapping::AdaptivePath
138 …parse("UPDATE",update_str); if( update_str<1 ) error("update frequency for path should be greater … in AdaptivePath()
139 log.printf(" updating path every %u MD steps \n",update_str); in AdaptivePath()
179 …if( wstride<update_str ) error("makes no sense to write out path more frequently than update strid… in AdaptivePath()
226 if( (getStep()>0) && (getStep()%update_str==0) ) { in update()
/dports/databases/grass7/grass-7.8.6/vector/v.random/
H A Dmain.c714 dbString value_str, update_str; in main() local
718 db_init_string(&update_str); in main()
736 db_set_string(&update_str, buf); in main()
745 db_append_string(&update_str, ", "); in main()
747 db_append_string(&update_str, buf); in main()
754 db_append_string(&update_str, buf); in main()
758 db_copy_string(&sql, &update_str); in main()
/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilForumXMLParser.php169 … $update_str = "$this->lastHandledForumId#$this->lastHandledThreadId#$this->lastHandledPostId";
178 …array($update_str, $num_posts, $num_threads, $this->frm_last_mapped_top_usr_id, $this->forum_obj_i…
324 … $update_str = "$this->lastHandledForumId#$this->lastHandledThreadId#$this->lastHandledPostId";
330 array($update_str, $this->lastHandledThreadId)
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilForumXMLParser.php169 … $update_str = "$this->lastHandledForumId#$this->lastHandledThreadId#$this->lastHandledPostId";
178 …array($update_str, $num_posts, $num_threads, $this->frm_last_mapped_top_usr_id, $this->forum_obj_i…
324 … $update_str = "$this->lastHandledForumId#$this->lastHandledThreadId#$this->lastHandledPostId";
330 array($update_str, $this->lastHandledThreadId)
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Ducontact.c311 #define update_str(_old,_new) \ in mem_update_ucontact() macro
333 update_str(&_c->user_agent, _ci->user_agent); in mem_update_ucontact()
336 update_str(&_c->received, &_ci->received); in mem_update_ucontact()
344 update_str(&_c->path, _ci->path); in mem_update_ucontact()
/dports/devel/util-linux/util-linux-2.36/libmount/src/
H A Dfs.c134 static inline int update_str(char **dest, const char *src) in update_str() function
166 return update_str(n, *o); in cpy_str_at_offset()
1595 if ((rc = update_str(&m->mnt_fsname, mnt_fs_get_source(fs)))) in mnt_fs_to_mntent()
1597 if ((rc = update_str(&m->mnt_dir, mnt_fs_get_target(fs)))) in mnt_fs_to_mntent()
1599 if ((rc = update_str(&m->mnt_type, mnt_fs_get_fstype(fs)))) in mnt_fs_to_mntent()
/dports/sysutils/linrename/util-linux-2.25.2/libmount/src/
H A Dfs.c126 static inline int update_str(char **dest, const char *src) in update_str() function
156 return update_str(n, *o); in cpy_str_at_offset()
1679 if ((rc = update_str(&m->mnt_fsname, mnt_fs_get_source(fs)))) in mnt_fs_to_mntent()
1681 if ((rc = update_str(&m->mnt_dir, mnt_fs_get_target(fs)))) in mnt_fs_to_mntent()
1683 if ((rc = update_str(&m->mnt_type, mnt_fs_get_fstype(fs)))) in mnt_fs_to_mntent()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Drtree-toy.cpp53 const string update_str = "Mode: Update (Click Bounding Box (dark gray) and Drag) NOT implemented"; variable
306 out_str = update_str; in key_hit()
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Ducontact.c208 #define update_str(_old,_new) \ in mem_update_ucontact() macro
229 update_str (& _c->instance, &_ci->instance); in mem_update_ucontact()
233 update_str( &_c->c, _ci->c); in mem_update_ucontact()
237 update_str( &_c->callid, _ci->callid); in mem_update_ucontact()
243 update_str( &_c->user_agent, _ci->user_agent); in mem_update_ucontact()
246 update_str( &_c->received, &_ci->received); in mem_update_ucontact()
254 update_str( &_c->path, _ci->path); in mem_update_ucontact()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-ctl-0.4.2/src/
H A Dkeys.rs302 unsafe { raw::update_str(&self.0, value) } in update()
351 let s = unsafe { raw::update_str(&self.0, value.as_bytes())? }; in update()
H A Draw.rs342 pub unsafe fn update_str( in update_str() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Drtree-toy.cpp53 const string update_str = "Mode: Update (Click Bounding Box (dark gray) and Drag) NOT implemented"; variable
306 out_str = update_str; in key_hit()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-ctl/src/
H A Dkeys.rs302 unsafe { raw::update_str(&self.0, value) } in update()
351 let s = unsafe { raw::update_str(&self.0, value.as_bytes())? }; in update()
H A Draw.rs342 pub unsafe fn update_str( in update_str() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/scolib/
H A DPatternSearch.h153 std::string update_str; variable
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest21.41231 proc _run_test { update_str expected_jobs } {
243 if [test_job_update $update_str $expected_jobs] {
244 fail "Update failed with: $update_str"
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/libs/
H A DPatternSearch.cpp162 update_str = "default"; in PatternSearch()
168 utilib::Privileged_Property(update_str) ); in PatternSearch()
389 update_str = "default"; in reset_PatternSearch()
395 if (update_str == "default") in reset_PatternSearch()
397 else if (update_str == "single_expand") in reset_PatternSearch()
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/testsuite/
H A Dtest_table.py164 self.assertEqual(self.cols.update_str, update % self.tname)
/dports/net/kamailio/kamailio-5.4.5/src/modules/usrloc/
H A Ducontact.c243 #define update_str(_old,_new) \ in mem_update_ucontact() macro
266 update_str( &_c->c, _ci->c); in mem_update_ucontact()
271 update_str( &_c->callid, _ci->callid); in mem_update_ucontact()
272 update_str( &_c->user_agent, _ci->user_agent); in mem_update_ucontact()
275 update_str( &_c->received, &_ci->received); in mem_update_ucontact()
283 update_str( &_c->path, _ci->path); in mem_update_ucontact()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/activity_log/
H A Dcounting_policy.cc269 std::string update_str = in FlushDatabase() local
382 sql::StatementID(SQL_FROM_HERE), update_str.c_str())); in FlushDatabase()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c396 update_str);
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c396 update_str);
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A Dtable.py297 self.update_str = sql.UPDATE_WHERE.format(tname=self.tname,
1139 return cur.execute(self.columns.update_str, vals)

12