Home
last modified time | relevance | path

Searched refs:rmpath (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/
H A Dcfg.c32 static void rm_path_free(RmPath *rmpath) { in rm_path_free() argument
33 free(rmpath->path); in rm_path_free()
34 g_slice_free(RmPath, rmpath); in rm_path_free()
145 RmPath *rmpath = g_slice_new(RmPath); in rm_cfg_add_path() local
146 rmpath->path = real_path; in rm_cfg_add_path()
147 rmpath->is_prefd = is_prefd; in rm_cfg_add_path()
148 rmpath->idx = cfg->path_count; in rm_cfg_add_path()
149 rmpath->treat_as_single_vol = strncmp(path, "//", 2) == 0; in rm_cfg_add_path()
150 rmpath->realpath_worked = realpath_worked; in rm_cfg_add_path()
152 if(cfg->replay && g_str_has_suffix(rmpath->path, ".json")) { in rm_cfg_add_path()
[all …]
H A Dtraverse.c83 self->rmpath = rmpath; in rm_trav_buffer_new()
87 stat_state = rm_sys_stat(rmpath->path, &self->stat_buf); in rm_trav_buffer_new()
89 stat_state = rm_sys_lstat(rmpath->path, &self->stat_buf); in rm_trav_buffer_new()
240 rmpath->treat_as_single_vol, p->fts_level);
284 RmPath *rmpath = buffer->rmpath; in rm_traverse_directory() local
286 char is_prefd = rmpath->is_prefd; in rm_traverse_directory()
287 RmOff path_index = rmpath->idx; in rm_traverse_directory()
292 if(rmpath->treat_as_single_vol) { in rm_traverse_directory()
498 RmPath *rmpath = iter->data; in rm_traverse_tree() local
514 rmpath->is_prefd, rmpath->idx, RM_LINT_TYPE_BADLINK, false, in rm_traverse_tree()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/share/h2o/
H A Dkill-on-close10 my $rmpath;
21 $rmpath = $1;
25 $rmpath = shift @ARGV;
60 if (defined $rmpath) {
61 exec '/bin/rm', '-rf', $rmpath;
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dio.pl23 $rmpath = &RemoveFromEnd($GLOBALS{'UserFilesPath'},'/');
24 return("$rmpath$folderPath");
59 $rmpath = &RemoveFromStart($folderPath,'/');
60 return("$sResourceTypePath$rmpath");
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dio.pl23 $rmpath = &RemoveFromEnd($GLOBALS{'UserFilesPath'},'/');
24 return("$rmpath$folderPath");
59 $rmpath = &RemoveFromStart($folderPath,'/');
60 return("$sResourceTypePath$rmpath");
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dtblwrite.m96 %! rmpath (privpath);
103 %! rmpath (privpath);
109 %! rmpath (privpath);
115 %! rmpath (privpath);
121 %! rmpath (privpath);
127 %! rmpath (privpath);
134 %! rmpath (privpath);
141 %! rmpath (privpath);
148 %! rmpath (privpath);
154 %! rmpath (privpath);
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dio.pl29 $rmpath = &RemoveFromEnd($GLOBALS{'UserFilesPath'},'/');
30 return("$rmpath$folderPath");
65 $rmpath = &RemoveFromStart($folderPath,'/');
66 return("$sResourceTypePath$rmpath");
/dports/games/gcompris-qt/gcompris-qt-2.0/tests/core/
H A DDirectoryTest.cpp58 QVERIFY(File::rmpath("./dummy_directory/file3")); in GetFilesTest()
59 QVERIFY(File::rmpath("./dummy_directory/file2")); in GetFilesTest()
60 QVERIFY(!File::rmpath("./dummy_directory/dir3")); in GetFilesTest()
/dports/devel/py-game/pygame-2.1.0/buildconfig/macdependencies/
H A Dinstall_mac_deps.py10 def rmpath(path: Path, verbose: bool = False): function
40 rmpath(destdir, verbose)
54 rmpath(destpath, verbose)
/dports/math/octave-forge-mechanics/mechanics/
H A DPKG_DEL29 rmpath ( [ pkg_folder filesep() dirlist{ii}])
34 rmpath ([ dirname "/inst/" dirlist{ii}])
55 rmpath ( [ dirname filesep dirlist{ii}])
60 rmpath ([ dirname "/inst/" dirlist{ii}])
/dports/games/multimc/MultiMC5-0.6.11/libraries/quazip/qztest/
H A Dtestjlcompress.cpp247 curDir.rmpath("jlext/jlfile/" + destName); in extractFile()
286 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
299 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
302 curDir.rmpath("jlext/jlfiles"); in extractFiles()
343 curDir.rmpath(fileInfo.dir().path()); in extractDir()
362 curDir.rmpath(fileInfo.dir().path()); in extractDir()
369 curDir.rmpath("jlext/jldir"); in extractDir()
/dports/editors/texstudio/texstudio-4.1.2/src/quazip/qztest/
H A Dtestjlcompress.cpp241 curDir.rmpath("jlext/jlfile/" + destName); in extractFile()
280 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
293 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
296 curDir.rmpath("jlext/jlfiles"); in extractFiles()
346 curDir.rmpath(fileInfo.dir().path()); in extractDir()
365 curDir.rmpath(fileInfo.dir().path()); in extractDir()
372 curDir.rmpath("jlext/jldir"); in extractDir()
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/internal/
H A Dpurge_installation.py22 def rmpath(path):
39 rmpath(abspath)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/scripts/internal/
H A Dpurge_installation.py22 def rmpath(path): function
39 rmpath(abspath)
/dports/cad/librepcb/librepcb-0.1.6/libs/quazip/qztest/
H A Dtestjlcompress.cpp243 curDir.rmpath("jlext/jlfile/" + destName); in extractFile()
282 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
295 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
298 curDir.rmpath("jlext/jlfiles"); in extractFiles()
367 curDir.rmpath(fileInfo.dir().path()); in extractDir()
389 curDir.rmpath(fileInfo.dir().path()); in extractDir()
396 curDir.rmpath("jlext/jldir"); in extractDir()
/dports/math/octave-forge-statistics/statistics-1.4.3/
H A DPKG_DEL11 rmpath (fullfile (fileparts (mfilename ("fullpath")),
16 rmpath (fullfile (fileparts (mfilename ("fullpath")),
/dports/archivers/quazip/quazip-1.2/qztest/
H A Dtestjlcompress.cpp243 curDir.rmpath("jlext/jlfile/" + destName); in extractFile()
282 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
295 curDir.rmpath(fileInfo.dir().path()); in extractFiles()
298 curDir.rmpath("jlext/jlfiles"); in extractFiles()
405 curDir.rmpath(fileInfo.dir().path()); in extractDir()
427 curDir.rmpath(fileInfo.dir().path()); in extractDir()
434 curDir.rmpath(extDir); in extractDir()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/tcov/
H A Dgbcov.m18 rmpath ('../..') ; % remove the regular @GrB class
31 rmpath ('tmp') ; % remove the modified @GrB class

12345678910>>...14