Home
last modified time | relevance | path

Searched refs:file_template (Results 1 – 25 of 118) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/tests/
H A Dscoped_temporary_file.cc20 static const char file_template[] = "/data/local/tmp/ScopedTempFileXXXXXX"; in ScopedTemporaryFile() local
22 static const char file_template[] = "/tmp/ScopedTempFileXXXXXX"; in ScopedTemporaryFile()
24 static_assert(sizeof(full_file_name_) >= sizeof(file_template), in ScopedTemporaryFile()
26 memcpy(full_file_name_, file_template, sizeof(file_template)); in ScopedTemporaryFile()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/tools/
H A Dldbedit.c192 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
200 fd = mkstemp(file_template); in do_edit()
203 perror(file_template); in do_edit()
212 unlink(file_template); in do_edit()
222 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
225 unlink(file_template); in do_edit()
235 unlink(file_template); in do_edit()
241 f = fopen(file_template, "r"); in do_edit()
243 perror(file_template); in do_edit()
257 unlink(file_template); in do_edit()
/dports/net/samba412/samba-4.12.15/lib/ldb/tools/
H A Dldbedit.c221 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
229 fd = mkstemp(file_template); in do_edit()
232 perror(file_template); in do_edit()
241 unlink(file_template); in do_edit()
251 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
254 unlink(file_template); in do_edit()
264 unlink(file_template); in do_edit()
270 f = fopen(file_template, "r"); in do_edit()
272 perror(file_template); in do_edit()
296 unlink(file_template); in do_edit()
[all …]
/dports/databases/ldb20/ldb-2.0.10/tools/
H A Dldbedit.c221 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
229 fd = mkstemp(file_template); in do_edit()
232 perror(file_template); in do_edit()
241 unlink(file_template); in do_edit()
251 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
254 unlink(file_template); in do_edit()
264 unlink(file_template); in do_edit()
270 f = fopen(file_template, "r"); in do_edit()
272 perror(file_template); in do_edit()
296 unlink(file_template); in do_edit()
[all …]
/dports/databases/ldb15/ldb-1.5.6/tools/
H A Dldbedit.c221 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
229 fd = mkstemp(file_template); in do_edit()
232 perror(file_template); in do_edit()
241 unlink(file_template); in do_edit()
251 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
254 unlink(file_template); in do_edit()
264 unlink(file_template); in do_edit()
270 f = fopen(file_template, "r"); in do_edit()
272 perror(file_template); in do_edit()
296 unlink(file_template); in do_edit()
[all …]
/dports/databases/ldb21/ldb-2.1.5/tools/
H A Dldbedit.c221 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
229 fd = mkstemp(file_template); in do_edit()
232 perror(file_template); in do_edit()
241 unlink(file_template); in do_edit()
251 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
254 unlink(file_template); in do_edit()
264 unlink(file_template); in do_edit()
270 f = fopen(file_template, "r"); in do_edit()
272 perror(file_template); in do_edit()
296 unlink(file_template); in do_edit()
[all …]
/dports/databases/ldb22/ldb-2.2.1/tools/
H A Dldbedit.c221 char file_template[] = "/tmp/ldbedit.XXXXXX"; in do_edit() local
229 fd = mkstemp(file_template); in do_edit()
232 perror(file_template); in do_edit()
241 unlink(file_template); in do_edit()
251 cmd = talloc_asprintf(ldb, "%s %s", editor, file_template); in do_edit()
254 unlink(file_template); in do_edit()
264 unlink(file_template); in do_edit()
270 f = fopen(file_template, "r"); in do_edit()
272 perror(file_template); in do_edit()
296 unlink(file_template); in do_edit()
[all …]
/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_path.cc36 explicit NumberGlob(const std::string& file_template);
54 NumberGlob::NumberGlob(const std::string& file_template) : template_(file_template), current_(0) { in NumberGlob() argument
55 int nchars = count(file_template.begin(), file_template.end(), '?'); in NumberGlob()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/metrics/ukm/
H A Dcodegen.py49 def __init__(self, basename, file_template, event_template, metric_template): argument
51 self.file_template = file_template
76 return self.file_template.format(
H A Dbuilders_template.py11 file_template="""
53 file_template="""
H A Ddecode_template.py11 file_template="""
42 file_template="""
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/metrics/ukm/
H A Dcodegen.py49 def __init__(self, basename, file_template, event_template, metric_template): argument
51 self.file_template = file_template
76 return self.file_template.format(
H A Ddecode_template.py11 file_template="""
42 file_template="""
H A Dbuilders_template.py10 file_template="""
51 file_template="""
/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_files.c73 static const char * const file_template="librdf_tmp_XXXXXX"; /* FIXME */ in librdf_files_temporary_file_name() local
83 length=strlen(tmp_dir) + strlen(file_template) + 2; /* 2: / sep and \/0 */ in librdf_files_temporary_file_name()
90 sprintf(name, "%s/%s", tmp_dir, file_template); in librdf_files_temporary_file_name()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Ddlmalloc.cc74 std::string file_template = plasma_config->directory; in create_buffer() local
82 file_template += "/plasmaXXXXXX"; in create_buffer()
83 std::vector<char> file_name(file_template.begin(), file_template.end()); in create_buffer()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Ddlmalloc.cc74 std::string file_template = plasma_config->directory; in create_buffer() local
82 file_template += "/plasmaXXXXXX"; in create_buffer()
83 std::vector<char> file_name(file_template.begin(), file_template.end()); in create_buffer()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Ddlmalloc.cc74 std::string file_template = plasma_config->directory; in create_buffer() local
82 file_template += "/plasmaXXXXXX"; in create_buffer()
83 std::vector<char> file_name(file_template.begin(), file_template.end()); in create_buffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/metrics/structured/
H A Dcodegen.py66 def __init__(self, basename, file_template, event_template, metric_template): argument
68 self.file_template = file_template
117 return self.file_template.format(
H A Devents_template.py60 file_template=HEADER_FILE_TEMPLATE,
102 file_template=IMPL_FILE_TEMPLATE,
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/metrics/structured/
H A Dcodegen.py66 def __init__(self, basename, file_template, event_template, metric_template): argument
68 self.file_template = file_template
117 return self.file_template.format(
H A Devents_template.py60 file_template=HEADER_FILE_TEMPLATE,
102 file_template=IMPL_FILE_TEMPLATE,
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/file/
H A Dtemplate.cc42 if (!pconf_data->file_template) in find()
44 for (size_t j = 0; j < pconf_data->file_template->length; ++j) in find()
46 pconf_file_template_ty *ftp = pconf_data->file_template->list[j]; in find()
/dports/multimedia/peek/peek-1.5.1/src/dbus/
H A Dgnome-shell-screencast.vala13 …public abstract void screencast(string file_template, GLib.HashTable<string, GLib.Variant> options…
16 …public abstract void screencast_area(int x, int y, int width, int height, string file_template, GL…
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/sanity/
H A Dcheck_deprecated_grpc++.py95 file_template = '''/* variable
154 expected_content = file_template.replace('FILE_PATH_NAME_LOWER',

12345