Home
last modified time | relevance | path

Searched refs:tmp_prefix (Results 1 – 25 of 145) sorted by relevance

123456

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cmake/modules/
H A DFindOpenJPEG.cmake31 find_library(${tmp_prefix}_LIBRARY_RELEASE
36 find_library(${tmp_prefix}_LIBRARY_DEBUG
41 # Properly define ${tmp_prefix}_LIBRARY (cached) and ${tmp_prefix}_LIBRARIES
42 select_library_configurations (${tmp_prefix})
47 ${tmp_prefix}_LIBRARY
48 ${tmp_prefix}_LIBRARY_RELEASE
49 ${tmp_prefix}_LIBRARY_DEBUG)
51 ${tmp_prefix}_LIBRARY
52 ${tmp_prefix}_LIBRARY_RELEASE
53 ${tmp_prefix}_LIBRARY_DEBUG)
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cmake/modules/
H A DFindOpenJPEG.cmake31 find_library(${tmp_prefix}_LIBRARY_RELEASE
36 find_library(${tmp_prefix}_LIBRARY_DEBUG
41 # Properly define ${tmp_prefix}_LIBRARY (cached) and ${tmp_prefix}_LIBRARIES
42 select_library_configurations (${tmp_prefix})
47 ${tmp_prefix}_LIBRARY
48 ${tmp_prefix}_LIBRARY_RELEASE
49 ${tmp_prefix}_LIBRARY_DEBUG)
51 ${tmp_prefix}_LIBRARY
52 ${tmp_prefix}_LIBRARY_RELEASE
53 ${tmp_prefix}_LIBRARY_DEBUG)
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Parser/
H A Dbisonpre80 clean_input($Opt_Input, tmp_prefix().".y");
91 ." -b ".tmp_prefix()
92 ." -o ".tmp_prefix().".c"
93 ." ".tmp_prefix().".y" );
107 clean_output(tmp_prefix().".c", output_prefix().".c", 0,1);
108 clean_output(tmp_prefix().".h", output_prefix().".h", 0,1);
112 sub tmp_prefix {
127 unlink(tmp_prefix().".c"); # Ok if errors
128 unlink(tmp_prefix().".h"); # Ok if errors
129 unlink(tmp_prefix().".output"); # Ok if errors
[all …]
/dports/graphics/blender/blender-2.91.0/build_files/build_environment/patches/cmake/modules/
H A DFindOpenEXR.cmake76 find_library(${tmp_prefix}_LIBRARY_RELEASE
82 find_library(${tmp_prefix}_LIBRARY_DEBUG
88 # Properly define ${tmp_prefix}_LIBRARY (cached) and ${tmp_prefix}_LIBRARIES
89 select_library_configurations(${tmp_prefix})
94 ${tmp_prefix}_LIBRARY
95 ${tmp_prefix}_LIBRARY_RELEASE
96 ${tmp_prefix}_LIBRARY_DEBUG)
98 ${tmp_prefix}_LIBRARY
99 ${tmp_prefix}_LIBRARY_RELEASE
100 ${tmp_prefix}_LIBRARY_DEBUG)
[all …]
H A DFindIlmBase.cmake79 find_library(${tmp_prefix}_LIBRARY_RELEASE
85 find_library(${tmp_prefix}_LIBRARY_DEBUG
91 # Properly define ${tmp_prefix}_LIBRARY (cached) and ${tmp_prefix}_LIBRARIES
92 select_library_configurations(${tmp_prefix})
97 ${tmp_prefix}_LIBRARY
98 ${tmp_prefix}_LIBRARY_RELEASE
99 ${tmp_prefix}_LIBRARY_DEBUG)
101 ${tmp_prefix}_LIBRARY
102 ${tmp_prefix}_LIBRARY_RELEASE
103 ${tmp_prefix}_LIBRARY_DEBUG)
[all …]
/dports/net-mgmt/observium/observium/includes/discovery/ip-addresses/
H A Dip-mib.inc.php111 $tmp_prefix = explode('.', $entry['ipAddressPrefix']); variable
112 $entry['ipAddressPrefix'] = end($tmp_prefix);
149 $tmp_prefix = explode('.', $entry['ipAddressPrefix']); variable
150 $entry['ipAddressPrefix'] = end($tmp_prefix);
159 unset($ifIndex, $ip_address, $tmp_prefix, $oid_data);
H A Dcisco-ietf-ip-mib.inc.php46 $tmp_prefix = explode('.', $entry['cIpAddressPrefix']); variable
47 $entry['cIpAddressPrefix'] = end($tmp_prefix);
57 unset($ifIndex, $ip_address, $tmp_prefix, $oid_data, $flags);
/dports/devel/xeus/xeus-0.24.4/src/
H A Dxsystem.cpp39 std::string tmp_prefix; in get_temp_directory_path_impl() local
43 tmp_prefix = std::string(char_path, std::size_t(s - 1)); in get_temp_directory_path_impl()
45 std::replace(tmp_prefix.begin(), tmp_prefix.end(), '\\', '/'); in get_temp_directory_path_impl()
46 return tmp_prefix; in get_temp_directory_path_impl()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/network/connection-editor/
H A Dce-netmask-entry.c42 glong tmp_prefix; in G_DEFINE_TYPE_WITH_CODE() local
48 tmp_prefix = strtol (str, NULL, 10); in G_DEFINE_TYPE_WITH_CODE()
49 if (!errno && tmp_prefix >= 0 && tmp_prefix <= 32) in G_DEFINE_TYPE_WITH_CODE()
52 *prefix = tmp_prefix; in G_DEFINE_TYPE_WITH_CODE()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dextsort.c54 char *tmp_prefix; member
83 if ( key==TMP_PREFIX ) { es->tmp_prefix = init_tmp_prefix(*((const char**)value)); return; } in extsort_set()
97 if ( !es->tmp_prefix ) es->tmp_prefix = init_tmp_prefix(NULL); in extsort_init()
118 free(es->tmp_prefix); in extsort_destroy()
137 blk->fname = strdup(es->tmp_prefix); in _buf_flush()
141 memcpy(blk->fname,es->tmp_prefix,strlen(es->tmp_prefix)); in _buf_flush()
151 … !blk->fd ) error("Error: failed to create a unique temporary file name from %s\n",es->tmp_prefix); in _buf_flush()
/dports/biology/bcftools/bcftools-1.14/
H A Dextsort.c54 char *tmp_prefix; member
83 if ( key==TMP_PREFIX ) { es->tmp_prefix = init_tmp_prefix(*((const char**)value)); return; } in extsort_set()
97 if ( !es->tmp_prefix ) es->tmp_prefix = init_tmp_prefix(NULL); in extsort_init()
118 free(es->tmp_prefix); in extsort_destroy()
137 blk->fname = strdup(es->tmp_prefix); in _buf_flush()
141 memcpy(blk->fname,es->tmp_prefix,strlen(es->tmp_prefix)); in _buf_flush()
151 … !blk->fd ) error("Error: failed to create a unique temporary file name from %s\n",es->tmp_prefix); in _buf_flush()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dextsort.c54 char *tmp_prefix; member
83 if ( key==TMP_PREFIX ) { es->tmp_prefix = init_tmp_prefix(*((const char**)value)); return; } in extsort_set()
97 if ( !es->tmp_prefix ) es->tmp_prefix = init_tmp_prefix(NULL); in extsort_init()
118 free(es->tmp_prefix); in extsort_destroy()
137 blk->fname = strdup(es->tmp_prefix); in _buf_flush()
141 memcpy(blk->fname,es->tmp_prefix,strlen(es->tmp_prefix)); in _buf_flush()
151 … !blk->fd ) error("Error: failed to create a unique temporary file name from %s\n",es->tmp_prefix); in _buf_flush()
H A Dextsort.c.pysam.c56 char *tmp_prefix; member
85 if ( key==TMP_PREFIX ) { es->tmp_prefix = init_tmp_prefix(*((const char**)value)); return; } in extsort_set()
99 if ( !es->tmp_prefix ) es->tmp_prefix = init_tmp_prefix(NULL); in extsort_init()
120 free(es->tmp_prefix); in extsort_destroy()
139 blk->fname = strdup(es->tmp_prefix); in _buf_flush()
143 memcpy(blk->fname,es->tmp_prefix,strlen(es->tmp_prefix)); in _buf_flush()
153 … !blk->fd ) error("Error: failed to create a unique temporary file name from %s\n",es->tmp_prefix); in _buf_flush()
/dports/cad/verilator/verilator-4.216/src/
H A Dbisonpre21 clean_input(Args.input, tmp_prefix() + ".y")
32 tmp_prefix() + " -o " + tmp_prefix() + ".c" + " " + tmp_prefix() +
42 clean_output(tmp_prefix() + ".output",
46 clean_output(tmp_prefix() + ".c", output_prefix() + ".c", False, True)
47 clean_output(tmp_prefix() + ".h", output_prefix() + ".h", False, True)
51 def tmp_prefix():
70 unlink_ok(tmp_prefix() + ".c")
71 unlink_ok(tmp_prefix() + ".h")
72 unlink_ok(tmp_prefix() + ".output")
107 basename = re.sub(r'.*/', '', tmp_prefix() + ".")
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/python_pkg/
H A Dwindows_python_gather.py8 from python_paths import py_ver, py_lib, sys_dlls, py_exe, py_inc, py_dest, tmp_prefix, proj_name, …
15 lib_dir = os.path.join(tmp_prefix, 'Lib')
16 dll_dir = os.path.join(tmp_prefix, 'DLLs')
144 shutil.copy2(os.path.join(fldr, 'python%s.dll'%py_ver), tmp_prefix)
147 shutil.copy2(os.path.join(fldr, 'python3.dll'), tmp_prefix)
154 shutil.copy2(py_exe, os.path.join(tmp_prefix, "python3.exe"))
232 with open(os.path.join(tmp_prefix, 'pyvenv.cfg'), 'wb') as f:
239 with open(os.path.join(tmp_prefix, 'qt.conf'), 'wb') as f:
/dports/devel/p5-Proc-Background/Proc-Background-1.30/t/
H A D11-cwd.t30 my $tmp_prefix= $FindBin::Script;
31 $tmp_prefix =~ s/-.*//;
33 my $script_fname= catfile(tmpdir, "$tmp_prefix-echodir-$$.pl");
41 my $stdout_fname= catfile(tmpdir, "$tmp_prefix-stdout-$$.txt");
H A D10-io-redirect.t32 my $tmp_prefix= $FindBin::Script;
33 $tmp_prefix =~ s/-.*//;
35 my $stdin_fname= catfile(tmpdir, "$tmp_prefix-stdin-$$.txt" );
36 my $stdout_fname= catfile(tmpdir, "$tmp_prefix-stdout-$$.txt");
37 my $stderr_fname= catfile(tmpdir, "$tmp_prefix-stderr-$$.txt");
/dports/irc/znc/znc-1.8.2/
H A Dtranslation_pot.py36 tmpl_pot = args.tmp_prefix + '_tmpl.pot'
37 tmpl_uniq_pot = args.tmp_prefix + '_tmpl_uniq.pot'
76 main_pot = args.tmp_prefix + '_main.pot'
/dports/net-mgmt/ndpmon/ndpmon-1.4.0/
H A Dparser.c286 prefix_t* tmp_prefix = NULL; in parse_routers() local
392 new_prefix->next = tmp_prefix; in parse_routers()
393 tmp_prefix = new_prefix; in parse_routers()
413 while (tmp_prefix!=NULL) { in parse_routers()
414 prefix_t* current=tmp_prefix; in parse_routers()
423 tmp_prefix = current->next; in parse_routers()
1011 prefix_t *tmp_prefix = tmp->prefixes; in write_config() local
1042 while(tmp_prefix != NULL) in write_config()
1044 ipv6_ntoa(str_ip, tmp_prefix->prefix); in write_config()
1050 rc = xmlTextWriterWriteFormatElement(writer, BAD_CAST "mask", "%i", tmp_prefix->mask); in write_config()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/carrierroute/
H A Dcr_rpc_helper.c484 str tmp_prefix; in update_route_data() local
510 tmp_prefix=opts->prefix; in update_route_data()
518 if (tmp_prefix.s==NULL) { in update_route_data()
519 tmp_prefix.s=""; in update_route_data()
520 tmp_prefix.len=0; in update_route_data()
541 if (add_route(rd, 1, domain_id, &tmp_prefix, 0, 0, 0, opts->prob, in update_route_data()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dblas_headers.py88 tmp_prefix='detect_macos_sdot_bug_',
134 tmp_prefix='detect_macos_sdot_bug_testfix_',
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgp_vms.c589 char* tmp_prefix; in gp_file_name_combine() local
594 tmp_prefix = prefix + 1; in gp_file_name_combine()
599 tmp_prefix = prefix; in gp_file_name_combine()
604 memcpy(buffer, tmp_prefix, tmp_plen); in gp_file_name_combine()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgp_vms.c589 char* tmp_prefix; in gp_file_name_combine() local
594 tmp_prefix = prefix + 1; in gp_file_name_combine()
599 tmp_prefix = prefix; in gp_file_name_combine()
604 memcpy(buffer, tmp_prefix, tmp_plen); in gp_file_name_combine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dmerge_manifest.py48 tmp_prefix = os.path.basename(manifest_path)
49 with tempfile.NamedTemporaryFile(prefix=tmp_prefix) as patched_manifest:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gyp/
H A Dmerge_manifest.py48 tmp_prefix = os.path.basename(manifest_path)
49 with tempfile.NamedTemporaryFile(prefix=tmp_prefix) as patched_manifest:

123456