Home
last modified time | relevance | path

Searched refs:my_content (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dlockfile.c31 char *my_content = NULL; in lockfile_acquire() local
40 free(my_content); in lockfile_acquire()
41 my_content = format("%s:%d:%d", hostname, (int)getpid(), (int)time(NULL)); in lockfile_acquire()
85 if (write(fd, my_content, strlen(my_content)) == -1) { in lockfile_acquire()
96 if (symlink(my_content, lockfile) == 0) { in lockfile_acquire()
134 if (str_eq(content, my_content)) { in lockfile_acquire()
177 free(my_content); in lockfile_acquire()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dlockfile.c31 char *my_content = NULL; in lockfile_acquire() local
40 free(my_content); in lockfile_acquire()
41 my_content = format("%s:%d:%d", hostname, (int)getpid(), (int)time(NULL)); in lockfile_acquire()
85 if (write(fd, my_content, strlen(my_content)) == -1) { in lockfile_acquire()
96 if (symlink(my_content, lockfile) == 0) { in lockfile_acquire()
134 if (str_eq(content, my_content)) { in lockfile_acquire()
177 free(my_content); in lockfile_acquire()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.so_mail_msg.inc.php451 $my_content = '';
529 if (!$my_content)
554 $my_content = '';
555 unset($my_content);
588 if (!$my_content)
599 $my_content_preped = unserialize($my_content);
609 $my_content_recover = $my_content;
634 $my_content_preped = $my_content;
636 $my_content = '';
637 unset($my_content);
[all …]
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dlockfile.c33 char *my_content = NULL; in lockfile_acquire() local
43 free(my_content); in lockfile_acquire()
44 my_content = format("%s:%d:%d", hostname, (int)getpid(), (int)time(NULL)); in lockfile_acquire()
46 if (symlink(my_content, lockfile) == 0) { in lockfile_acquire()
83 if (str_eq(content, my_content)) { in lockfile_acquire()
126 free(my_content); in lockfile_acquire()
/dports/devel/ccache/ccache-3.7.12/src/
H A Dlockfile.c33 char *my_content = NULL; in lockfile_acquire() local
43 free(my_content); in lockfile_acquire()
44 my_content = format("%s:%d:%d", hostname, (int)getpid(), (int)time(NULL)); in lockfile_acquire()
46 if (symlink(my_content, lockfile) == 0) { in lockfile_acquire()
83 if (str_eq(content, my_content)) { in lockfile_acquire()
126 free(my_content); in lockfile_acquire()
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/comparators/
H A Dopenssl.py71 my_content = MobileProvisionFile._get_structured_profile_text(
79 my_content,
H A Dtext.py44 ) as my_content, codecs.open(
48 my_content, other_content, self.name, other.name, source
H A Dsymlink.py64 with open(self.path) as my_content, open(other.path) as other_content:
66 my_content,
H A Ddevice.py72 with open(self.path) as my_content, open(other.path) as other_content:
74 my_content,
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Dfiles_content.cf6 "my_content"
16 content => "$(my_content)";
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/test/python/testtools/tests/
H A Dtest_content.py178 my_content = text_content(data)
180 self.assertEqual({'foo': my_content}, test.getDetails())
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/test/python/testtools/tests/
H A Dtest_content.py178 my_content = text_content(data)
180 self.assertEqual({'foo': my_content}, test.getDetails())
/dports/biology/p5-AcePerl/AcePerl-1.92/docs/
H A DNEW_DB.HOWTO83 acedb> <parse /usr/local/acedb/my_db/raw/my_content.ace>
84 // Parsing file /usr/local/acedb/raw/my_content.ace
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/tests/
H A Dtest_content.py304 my_content = text_content(data)
306 self.assertEqual({'foo': my_content}, test.getDetails())
/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/
H A Dtest_content.py312 my_content = text_content(data)
314 self.assertEqual({'foo': my_content}, test.getDetails())
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dflow_graph_opencl_node.h1265 my_content.resize( length ); in file_reader()
1266 char* begin = &*my_content.begin(); in file_reader()
1270 const char* content() { return &*my_content.cbegin(); } in content()
1271 size_t length() { return my_content.length(); } in length()
1273 std::string my_content;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dflow_graph_opencl_node.h1283 my_content.resize( length ); in file_reader()
1284 char* begin = &*my_content.begin(); in file_reader()
1288 const char* content() { return &*my_content.cbegin(); } in content()
1289 size_t length() { return my_content.length(); } in length()
1291 std::string my_content;
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dflow_graph_opencl_node.h1283 my_content.resize( length ); in file_reader()
1284 char* begin = &*my_content.begin(); in file_reader()
1288 const char* content() { return &*my_content.cbegin(); } in content()
1289 size_t length() { return my_content.length(); } in length()
1291 std::string my_content;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dflow_graph_opencl_node.h1283 my_content.resize( length ); in file_reader()
1284 char* begin = &*my_content.begin(); in file_reader()
1288 const char* content() { return &*my_content.cbegin(); } in content()
1289 size_t length() { return my_content.length(); } in length()
1291 std::string my_content;
/dports/graphics/pinta/pinta-1.7.1/Pinta/
H A DMainWindow.cs207 var my_content = new DocumentViewContent (doc, canvas); in Workspace_DocumentCreated()
210 container.TabControl.InsertTab (my_content, selected_index + 1); in Workspace_DocumentCreated()

12