Home
last modified time | relevance | path

Searched refs:_tmp (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/win32/
H A Dreaddir.c100 char *_tmp; in readdir() local
113 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
114 if (!_tmp) { in readdir()
118 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
119 free(_tmp); in readdir()
H A Dioutil.c324 …wchar_t *_tmp = (wchar_t *) malloc((path_len + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW + 1) * sizeo… in php_win32_ioutil_mkdir_w() local
326 if (!_tmp) { in php_win32_ioutil_mkdir_w()
331 …memmove(_tmp, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(… in php_win32_ioutil_mkdir_w()
333 dst = _tmp + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_mkdir_w()
343 _tmp[path_len] = L'\0'; in php_win32_ioutil_mkdir_w()
345 tmp = _tmp; in php_win32_ioutil_mkdir_w()
605 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w() local
624 if (S_OK != canonicalize_path_w(canonicalw, MAXPATHLEN, _tmp, PATHCCH_ALLOW_LONG_PATHS)) { in php_win32_ioutil_normalize_path_w()
/PHP-7.4/TSRM/
H A DTSRM.c308 tsrm_resource_type *_tmp; in ts_allocate_id() local
309 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_id()
310 if (!_tmp) { in ts_allocate_id()
316 resource_types_table = _tmp; in ts_allocate_id()
366 tsrm_resource_type *_tmp; in ts_allocate_fast_id() local
367 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_fast_id()
368 if (!_tmp) { in ts_allocate_fast_id()
374 resource_types_table = _tmp; in ts_allocate_fast_id()
/PHP-7.4/ext/gd/tests/
H A Dcreatefromwbmp2.phpt10 $filename = __DIR__ . '/_tmp.wbmp';
H A Dcreatefromwbmp2_extern.phpt10 $filename = __DIR__ . '/_tmp.wbmp';
/PHP-7.4/win32/build/
H A Dconfutils.js702 if (!_tmp.match("LNK4039")) {
703 if (_tmp.match(/\d{2,}:\s+([a-z0-9\s]+)/i)) {
1535 _tmp.Close();
1592 var _tmp = src.split("\\");
1594 var filename = _tmp.pop();
1597 var dirname = _tmp.join("\\");
1725 var _tmp = src.split("\\");
1726 var filename = _tmp.pop();
3737 var _tmp = parseInt(PHP_VERBOSITY);
3738 if (0 != _tmp && 1 != _tmp && 2 != _tmp) {
[all …]
H A Dconfig.w32177 var _tmp = execute(cppcheck + " --version").split(/ /)[1];
179 parseInt(_tmp.split(".")[0]),
180 parseInt(_tmp.split(".")[1]),
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1386 mode_t _tmp = mode; in virtual_chmod() local
1390 if (_tmp & _S_IREAD) { in virtual_chmod()
1393 if (_tmp & _S_IWRITE) { in virtual_chmod()
/PHP-7.4/
H A Drun-tests.php3509 $_tmp = array();
3519 array_unshift($_tmp, basename($dir));
3525 array_shift($_tmp);
3527 foreach ($_tmp as $p) {
/PHP-7.4/ext/curl/
H A Dinterface.c162 char _tmp[MAXPATHLEN] = {0}; in php_curl_option_url() local
164 memmove(_tmp, "file:///", sizeof("file:///") - 1); in php_curl_option_url()
165 memmove(_tmp + sizeof("file:///") - 1, url + sizeof("file://") - 1, len - sizeof("file://") + 1); in php_curl_option_url()
167 return php_curl_option_str(ch, CURLOPT_URL, _tmp, len + 1, 0); in php_curl_option_url()

Completed in 46 milliseconds