Home
last modified time | relevance | path

Searched refs:topath (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/lang/php73/php-7.3.33/ext/standard/
H A Dlink.c119 char *topath, *frompath; in PHP_FUNCTION() local
128 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
140 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
163 ret = symlink(topath, source_p); in PHP_FUNCTION()
178 char *topath, *frompath; in PHP_FUNCTION() local
185 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
189 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
210 ret = link(topath, frompath); in PHP_FUNCTION()
H A Dlink_win32.c123 char *topath, *frompath; in PHP_FUNCTION() local
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION()
145 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
165 dstw = php_win32_ioutil_any_to_w(topath); in PHP_FUNCTION()
205 char *topath, *frompath; in PHP_FUNCTION() local
214 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &frompath, &frompath_len, &topath, &topath_len) =… in PHP_FUNCTION()
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
239 # define _TO_PATH topath in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dlink.c119 char *topath, *frompath; in PHP_FUNCTION() local
128 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
140 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
163 ret = symlink(topath, source_p); in PHP_FUNCTION()
178 char *topath, *frompath; in PHP_FUNCTION() local
185 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
189 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
210 ret = link(topath, frompath); in PHP_FUNCTION()
H A Dlink_win32.c123 char *topath, *frompath; in PHP_FUNCTION() local
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION()
145 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
165 dstw = php_win32_ioutil_any_to_w(topath); in PHP_FUNCTION()
205 char *topath, *frompath; in PHP_FUNCTION() local
214 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &frompath, &frompath_len, &topath, &topath_len) =… in PHP_FUNCTION()
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
239 # define _TO_PATH topath in PHP_FUNCTION()
/dports/print/fontforge/fontforge-20201107/gutils/
H A Dgio.c89 if ( gc->topath!=NULL ) { in GIOdispatch()
90 temp = _GIO_translateURL(gc->topath,gf); in GIOdispatch()
92 free(gc->topath); in GIOdispatch()
93 gc->topath = temp; in GIOdispatch()
102 if (( tpt = uc_strstr(gc->topath,"://"))== NULL ) in GIOdispatch()
103 tpt = gc->topath; in GIOdispatch()
106 if ( tpt==NULL ) tpt = gc->topath+u_strlen(gc->topath); in GIOdispatch()
108 if ( tpt-gc->topath!=pt-gc->path || in GIOdispatch()
109 u_strnmatch(gc->path,gc->topath,pt-gc->path)!=0 ) { in GIOdispatch()
219 free(gc->topath); in GIOcancel()
H A Dgiofile.c228 static void _gio_file_renamefile(GIOControl *gc,char *path, char *topath) { argument
229 if ( rename(path,topath)==-1 ) {
250 char *topath; local
269 topath = cu_copy(gc->topath);
270 _gio_file_renamefile(gc,path,topath);
271 free(topath);
282 char *path, *topath; local
302 topath = _GIO_decomposeURL(gc->topath);
303 _gio_file_renamefile(gc,path,topath);
304 free(topath);
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dlink.c127 char *topath, *frompath; in PHP_FUNCTION() local
136 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
171 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
185 char *topath, *frompath; in PHP_FUNCTION() local
192 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
217 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dlink.c137 char *topath, *frompath; in PHP_FUNCTION() local
146 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
158 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
181 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
196 char *topath, *frompath; in PHP_FUNCTION() local
203 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
228 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dlink.c127 char *topath, *frompath; in PHP_FUNCTION() local
136 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
171 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
185 char *topath, *frompath; in PHP_FUNCTION() local
192 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
217 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dlink.c127 char *topath, *frompath; in PHP_FUNCTION() local
136 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
171 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
185 char *topath, *frompath; in PHP_FUNCTION() local
192 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
217 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dlink.c137 char *topath, *frompath; in PHP_FUNCTION() local
146 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
158 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
181 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
196 char *topath, *frompath; in PHP_FUNCTION() local
203 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
228 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dlink.c127 char *topath, *frompath; in PHP_FUNCTION() local
136 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
171 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
185 char *topath, *frompath; in PHP_FUNCTION() local
192 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
217 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
/dports/devel/mercurial/mercurial-6.0/hgext/convert/
H A Dbzr.py293 changes.append((topath, revid))
302 renames[topath] = frompath
308 path, topath = paths
311 if topath is not None:
312 topath = self.recode(topath)
313 seen.add(path or topath)
315 if topath is None:
321 if path and path != topath:
322 renames[topath] = path
328 self._modecache[(topath, revid)] = mode
[all …]
/dports/print/dot2tex/dot2tex-2.11.3/docs/docgraphs/
H A Dtopaths1.dot4 a -> b [topath="bend right"];
5 c -> b [topath="bend left"];
6 c -> a [topath="out=10,in=-90"];
7 b -> b [topath="loop above"];
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcheckout-index.c21 static char topath[4][TEMPORARY_FILENAME_LENGTH + 1]; variable
32 if (topath[i][0]) { in write_tempfile_record()
41 if (topath[i][0]) in write_tempfile_record()
42 fputs(topath[i], stdout); in write_tempfile_record()
47 } else if (topath[checkout_stage][0]) { in write_tempfile_record()
49 fputs(topath[checkout_stage], stdout); in write_tempfile_record()
59 topath[i][0] = 0; in write_tempfile_record()
86 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_file()
141 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_all()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcheckout-index.c21 static char topath[4][TEMPORARY_FILENAME_LENGTH + 1]; variable
32 if (topath[i][0]) { in write_tempfile_record()
41 if (topath[i][0]) in write_tempfile_record()
42 fputs(topath[i], stdout); in write_tempfile_record()
47 } else if (topath[checkout_stage][0]) { in write_tempfile_record()
49 fputs(topath[checkout_stage], stdout); in write_tempfile_record()
59 topath[i][0] = 0; in write_tempfile_record()
86 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_file()
141 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_all()
/dports/devel/git/git-2.34.1/builtin/
H A Dcheckout-index.c21 static char topath[4][TEMPORARY_FILENAME_LENGTH + 1]; variable
32 if (topath[i][0]) { in write_tempfile_record()
41 if (topath[i][0]) in write_tempfile_record()
42 fputs(topath[i], stdout); in write_tempfile_record()
47 } else if (topath[checkout_stage][0]) { in write_tempfile_record()
49 fputs(topath[checkout_stage], stdout); in write_tempfile_record()
59 topath[i][0] = 0; in write_tempfile_record()
86 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_file()
141 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_all()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcheckout-index.c21 static char topath[4][TEMPORARY_FILENAME_LENGTH + 1]; variable
32 if (topath[i][0]) { in write_tempfile_record()
41 if (topath[i][0]) in write_tempfile_record()
42 fputs(topath[i], stdout); in write_tempfile_record()
47 } else if (topath[checkout_stage][0]) { in write_tempfile_record()
49 fputs(topath[checkout_stage], stdout); in write_tempfile_record()
59 topath[i][0] = 0; in write_tempfile_record()
86 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_file()
141 to_tempfile ? topath[ce_stage(ce)] : NULL, in checkout_all()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcheckout-index.c21 static char topath[4][TEMPORARY_FILENAME_LENGTH + 1];
32 if (topath[i][0]) {
41 if (topath[i][0])
42 fputs(topath[i], stdout);
47 } else if (topath[checkout_stage][0]) {
49 fputs(topath[checkout_stage], stdout);
59 topath[i][0] = 0;
86 to_tempfile ? topath[ce_stage(ce)] : NULL,
141 to_tempfile ? topath[ce_stage(ce)] : NULL,
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dpcsys.c163 char *frompath, *topath; local
179 topath = (mode == TOPERM) ? permbones : levels;
181 eraseall(topath, allbones);
187 Sprintf(to, "%s%s", topath, foundfile);
202 eraseall(topath, allbones);
205 Sprintf(to, "%s%s", topath, allbones);
216 Sprintf(to, "%s%s", topath, last);
228 Sprintf(to, "%s%s", topath, allbones);
235 msmsg((freediskspace(topath) < filesize(from))
/dports/games/nethack33/nethack-3.3.1/sys/share/
H A Dpcsys.c158 char *frompath, *topath; in dosh() local
174 topath = (mode == TOPERM) ? permbones : levels; in dosh()
176 eraseall(topath, allbones); in dosh()
182 Sprintf(to, "%s%s", topath, foundfile); in dosh()
197 eraseall(topath, allbones); in dosh()
200 Sprintf(to, "%s%s", topath, allbones); in dosh()
211 Sprintf(to, "%s%s", topath, last); in dosh()
223 Sprintf(to, "%s%s", topath, allbones); in dosh()
230 msmsg((freediskspace(topath) < filesize(from)) ? in dosh()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/share/
H A Dpcsys.c158 char *frompath, *topath; in dosh() local
174 topath = (mode == TOPERM) ? permbones : levels; in dosh()
176 eraseall(topath, allbones); in dosh()
182 Sprintf(to, "%s%s", topath, foundfile); in dosh()
197 eraseall(topath, allbones); in dosh()
200 Sprintf(to, "%s%s", topath, allbones); in dosh()
211 Sprintf(to, "%s%s", topath, last); in dosh()
223 Sprintf(to, "%s%s", topath, allbones); in dosh()
230 msmsg((freediskspace(topath) < filesize(from)) ? in dosh()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dpcsys.c163 char *frompath, *topath; local
179 topath = (mode == TOPERM) ? permbones : levels;
181 eraseall(topath, allbones);
187 Sprintf(to, "%s%s", topath, foundfile);
202 eraseall(topath, allbones);
205 Sprintf(to, "%s%s", topath, allbones);
216 Sprintf(to, "%s%s", topath, last);
228 Sprintf(to, "%s%s", topath, allbones);
235 msmsg((freediskspace(topath) < filesize(from))
/dports/games/falconseye/falconseye-1.9.3_11/sys/share/
H A Dpcsys.c158 char *frompath, *topath; in dosh() local
174 topath = (mode == TOPERM) ? permbones : levels; in dosh()
176 eraseall(topath, allbones); in dosh()
182 Sprintf(to, "%s%s", topath, foundfile); in dosh()
197 eraseall(topath, allbones); in dosh()
200 Sprintf(to, "%s%s", topath, allbones); in dosh()
211 Sprintf(to, "%s%s", topath, last); in dosh()
223 Sprintf(to, "%s%s", topath, allbones); in dosh()
230 msmsg((freediskspace(topath) < filesize(from)) ? in dosh()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/share/
H A Dpcsys.c166 char *frompath, *topath; in dosh() local
182 topath = (mode == TOPERM) ? permbones : levels; in dosh()
184 eraseall(topath, allbones); in dosh()
190 Sprintf(to, "%s%s", topath, foundfile); in dosh()
205 eraseall(topath, allbones); in dosh()
208 Sprintf(to, "%s%s", topath, allbones); in dosh()
219 Sprintf(to, "%s%s", topath, last); in dosh()
231 Sprintf(to, "%s%s", topath, allbones); in dosh()
238 msmsg((freediskspace(topath) < filesize(from)) ? in dosh()

1234567