Home
last modified time | relevance | path

Searched refs:local_copy (Results 1 – 25 of 112) sorted by relevance

12345

/dports/science/PETSc/petsc-3.14.1/src/dm/tests/
H A Dex7.c15 Vec local,global,local_copy; in main() local
49 ierr = VecDuplicate(local,&local_copy);CHKERRQ(ierr); in main()
55 ierr = VecSet(local_copy,value);CHKERRQ(ierr); in main()
69 ierr = DMLocalToLocalBegin(da,local,INSERT_VALUES,local_copy);CHKERRQ(ierr); in main()
70 ierr = DMLocalToLocalEnd(da,local,INSERT_VALUES,local_copy);CHKERRQ(ierr); in main()
81 ierr = VecView(local_copy,viewer);CHKERRQ(ierr); in main()
85 ierr = VecAXPY(local_copy,-1.0,local);CHKERRQ(ierr); in main()
86 ierr = VecNorm(local_copy,NORM_MAX,&work);CHKERRQ(ierr); in main()
90 ierr = VecDestroy(&local_copy);CHKERRQ(ierr); in main()
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dfile.c300 struct bufr local_copy; in recover_op() local
434 local_copy.journalling = FALSE; in recover_op()
442 local_copy.journ_fd = curr_buff->journ_fd; in recover_op()
444 local_copy.full_name = curr_buff->full_name; in recover_op()
445 local_copy.file_name = curr_buff->file_name; in recover_op()
446 local_copy.name = curr_buff->name; in recover_op()
473 curr_buff->journ_fd = local_copy.journ_fd ; in recover_op()
475 curr_buff->full_name = local_copy.full_name ; in recover_op()
477 curr_buff->name = local_copy.name ; in recover_op()
491 if ((!new_buff) && (local_copy.journalling)) in recover_op()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c620 char *local_copy; in logmsg()
623 local_copy = alloca(len); in logmsg()
624 strcpy(local_copy, *lines); in logmsg()
626 if (local_copy[strlen(local_copy)-1] == ALL_OFF) in logmsg()
627 local_copy[strlen(local_copy)-1] = 0; in logmsg()
629 mangle_line(local_copy, logfile_line_mangler, len); in logmsg()
630 if (*local_copy) in logmsg()
631 fprintf(logptr, "%s\n", local_copy); in logmsg()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c620 char *local_copy; in logmsg()
623 local_copy = alloca(len); in logmsg()
624 strcpy(local_copy, *lines); in logmsg()
626 if (local_copy[strlen(local_copy)-1] == ALL_OFF) in logmsg()
627 local_copy[strlen(local_copy)-1] = 0; in logmsg()
629 mangle_line(local_copy, logfile_line_mangler, len); in logmsg()
630 if (*local_copy) in logmsg()
631 fprintf(logptr, "%s\n", local_copy); in logmsg()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dfasta_reader_utils.cpp357 string local_copy; in x_ProcessIDs() local
373 local_copy = id_string; in x_ProcessIDs()
374 for (auto& rit : local_copy) in x_ProcessIDs()
378 to_parse = local_copy; in x_ProcessIDs()
443 string local_copy = s; in ParseIDs() local
444 for (auto& ch : local_copy) in ParseIDs()
448 CSeq_id::ParseIDs(ids, local_copy, flags); in ParseIDs()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dfasta_reader_utils.cpp416 string local_copy; in x_ProcessIDs() local
432 local_copy = id_string; in x_ProcessIDs()
433 for (auto& rit : local_copy) in x_ProcessIDs()
437 to_parse = local_copy; in x_ProcessIDs()
502 string local_copy = s; in ParseIDs() local
503 for (auto& ch : local_copy) in ParseIDs()
507 CSeq_id::ParseIDs(ids, local_copy, flags); in ParseIDs()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command.c101 GFile *local_copy; member
610 command->priv->local_copy, in fr_command_open()
927 "filename", self->priv->local_copy, in _fr_command_add()
1686 "filename", self->priv->local_copy, in _fr_command_remove()
2437 "filename", self->priv->local_copy, in fr_command_test_integrity()
3000 GFile *local_copy = NULL; in get_local_copy_for_file() local
3016 return local_copy; in get_local_copy_for_file()
3054 if (self->priv->local_copy != NULL) { in archive_file_changed_cb()
3055 g_object_unref (self->priv->local_copy); in archive_file_changed_cb()
3056 self->priv->local_copy = NULL; in archive_file_changed_cb()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-archive.c351 archive->local_copy = NULL; in fr_archive_init()
384 GFile *local_copy = NULL; in get_local_copy_for_file() local
400 return local_copy; in get_local_copy_for_file()
432 if (archive->local_copy != NULL) { in fr_archive_set_uri()
433 g_object_unref (archive->local_copy); in fr_archive_set_uri()
434 archive->local_copy = NULL; in fr_archive_set_uri()
919 g_object_unref (archive->local_copy); in fr_archive_change_name()
1193 "file", archive->local_copy, in load_local_archive()
1271 archive->local_copy, in copy_remote_file()
2399 "file", archive->local_copy, in add_dropped_items()
[all …]
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-archive.c352 archive->local_copy = NULL; in fr_archive_init()
385 GFile *local_copy = NULL; in get_local_copy_for_file() local
401 return local_copy; in get_local_copy_for_file()
433 if (archive->local_copy != NULL) { in fr_archive_set_uri()
434 g_object_unref (archive->local_copy); in fr_archive_set_uri()
435 archive->local_copy = NULL; in fr_archive_set_uri()
925 g_object_unref (archive->local_copy); in fr_archive_change_name()
1202 "file", archive->local_copy, in load_local_archive()
1280 archive->local_copy, in copy_remote_file()
2410 "file", archive->local_copy, in add_dropped_items()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTAAProt.c168 char *local_copy = NULL; in HTAA_setIds() local
171 StrAllocCopy(local_copy, ids); in HTAA_setIds()
172 point = StrChr(local_copy, '.'); in HTAA_setIds()
179 StrAllocCopy(prot->uid_name, local_copy); in HTAA_setIds()
180 FREE(local_copy); in HTAA_setIds()
H A DHTRules.c255 char *local_copy = NULL; in HTTranslate() local
268 StrAllocCopy(local_copy, r->equiv); in HTTranslate()
269 p2 = local_copy; in HTTranslate()
279 FREE(local_copy); in HTTranslate()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTAAProt.c168 char *local_copy = NULL; in HTAA_setIds() local
171 StrAllocCopy(local_copy, ids); in HTAA_setIds()
172 point = StrChr(local_copy, '.'); in HTAA_setIds()
179 StrAllocCopy(prot->uid_name, local_copy); in HTAA_setIds()
180 FREE(local_copy); in HTAA_setIds()
H A DHTRules.c255 char *local_copy = NULL; in HTTranslate() local
268 StrAllocCopy(local_copy, r->equiv); in HTTranslate()
269 p2 = local_copy; in HTTranslate()
279 FREE(local_copy); in HTTranslate()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dxpl_client.cc135 ngs::shared_ptr<ngs::Session_interface> local_copy = m_session; in on_server_shutdown() local
137 if (local_copy) in on_server_shutdown()
138 local_copy->on_kill(); in on_server_shutdown()
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dctdbd_conn.h64 TDB_DATA key, bool local_copy,
107 bool local_copy,
/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dopt.structs.h346 } global_copy, local_copy, trail_copy; member
394 #define LOCAL_start_local_copy (LOCAL->local_copy.start)
395 #define LOCAL_end_local_copy (LOCAL->local_copy.end)
437 #define REMOTE_start_local_copy(worker) (REMOTE[worker].local_copy.start)
438 #define REMOTE_end_local_copy(worker) (REMOTE[worker].local_copy.end)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/callingconv_case_by_case/
H A Duseful_structs.h681 Vec___m128 local_copy; \
682 local_copy.v = s; \
683 ASSERT_EQ(local_copy.elems[0], KFLOAT1, \
685 ASSERT_EQ(local_copy.elems[1], KFLOAT2, \
687 ASSERT_EQ(local_copy.elems[2], KFLOAT3, \
689 ASSERT_EQ(local_copy.elems[3], KFLOAT4, \
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dcrm_resource_runtime.c1808 char *local_copy = NULL; in cli_resource_execute() local
1825 local_copy = strdup(op->stdout_data); in cli_resource_execute()
1826 more = strlen(local_copy); in cli_resource_execute()
1830 if (local_copy[lpc] == '\n' || local_copy[lpc] == 0) { in cli_resource_execute()
1831 local_copy[lpc] = 0; in cli_resource_execute()
1836 free(local_copy); in cli_resource_execute()
1839 local_copy = strdup(op->stderr_data); in cli_resource_execute()
1840 more = strlen(local_copy); in cli_resource_execute()
1844 if (local_copy[lpc] == '\n' || local_copy[lpc] == 0) { in cli_resource_execute()
1845 local_copy[lpc] = 0; in cli_resource_execute()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Drdst.c155 I8(local_copy)(char *db, F90_Desc *dd, __INT_T doffset, char *ab, in I8() argument
182 I8(local_copy)(db, dd, doff, ab, ad, aoff, dim - 1, dir); in I8()
706 I8(local_copy)(db, cd, F90_LBASE_G(dd)-1, ab, ad, in ENTFTN()
1792 I8(local_copy)(*db_ptr, cd, F90_LBASE_G(cd)-1, *ab, ad, in ENTF90()
1795 I8(local_copy)(*db_ptr, cd, F90_LBASE_G(cd)-1, *ab, ad, in ENTF90()
1864 I8(local_copy)(*db_ptr, cd, F90_LBASE_G(cd)-1, *ab, ad, in ENTF90()
2012 I8(local_copy)(*db_ptr, cd, F90_LBASE_G(cd)-1, ab, ad, in ENTF90()
2124 I8(local_copy)(*db, dd, F90_LBASE_G(dd)-1, *ab, ad, in ENTF90()
2132 I8(local_copy)(*db, dd, F90_LBASE_G(dd)-1, *ab, ad, in ENTF90()
2239 I8(local_copy)(*db, dd, F90_LBASE_G(dd)-1, *ab, ad, in ENTF90()
[all …]
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/
H A DDataTree.h208 T local_copy = scalar_in; in set() local
209 auto* local_copy_ptr = reinterpret_cast<unsigned char*>(&local_copy); in set()
229 T local_copy = single_element; in set() local
230 auto* local_copy_ptr = reinterpret_cast<unsigned char*>(&local_copy); in set()

12345