Home
last modified time | relevance | path

Searched refs:stripdir (Results 1 – 25 of 65) sorted by relevance

123

/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcompileall.py50 invalidation_mode=None, *, stripdir=None, argument
77 if ddir is not None and (stripdir is not None or prependdir is not None):
81 stripdir = dir
109 stripdir=stripdir,
119 stripdir=stripdir, prependdir=prependdir,
127 invalidation_mode=None, *, stripdir=None, prependdir=None, argument
166 if stripdir is not None:
168 stripdir_parts = stripdir.split(os.path.sep)
402 args.stripdir is not None or args.prependdir is not None
432 stripdir=args.stripdir,
[all …]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcompileall.py50 invalidation_mode=None, *, stripdir=None, argument
77 if ddir is not None and (stripdir is not None or prependdir is not None):
81 stripdir = dir
107 stripdir=stripdir,
117 stripdir=stripdir, prependdir=prependdir,
125 invalidation_mode=None, *, stripdir=None, prependdir=None, argument
164 if stripdir is not None:
166 stripdir_parts = stripdir.split(os.path.sep)
400 args.stripdir is not None or args.prependdir is not None
429 stripdir=args.stripdir,
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcompileall.py50 invalidation_mode=None, *, stripdir=None, argument
77 if ddir is not None and (stripdir is not None or prependdir is not None):
81 stripdir = dir
109 stripdir=stripdir,
119 stripdir=stripdir, prependdir=prependdir,
127 invalidation_mode=None, *, stripdir=None, prependdir=None, argument
166 if stripdir is not None:
168 stripdir_parts = stripdir.split(os.path.sep)
402 args.stripdir is not None or args.prependdir is not None
432 stripdir=args.stripdir,
[all …]
/dports/net/openrsync/openrsync-8b61216/
H A Dflist.c882 stripdir = strlen(root); in flist_gen_dirent()
883 assert(stripdir > 0); in flist_gen_dirent()
884 if (root[stripdir - 1] != '/') in flist_gen_dirent()
885 stripdir = 0; in flist_gen_dirent()
893 if (stripdir == 0) in flist_gen_dirent()
895 stripdir = cp - root + 1; in flist_gen_dirent()
986 f->wpath = f->path + stripdir; in flist_gen_dirent()
1254 stripdir = cp - path + 1;
1271 fl->wpath = fl->path + stripdir;
1460 stripdir = strlen(root) + 1; in flist_gen_dels()
[all …]
/dports/databases/libodbc++/libodbc++-0.2.5/doc/progref/
H A DMakefile.am28 stripdir=$(top_srcdir)/include/
51 STRIPDIR=`cd $(stripdir) && pwd`/ \
/dports/net/tcpview/tcpview-1.0/
H A Dutil.c269 stripdir(s) in stripdir() function
284 (void)fprintf(stderr, "%s: ", stripdir(program_name)); in error()
305 (void)fprintf(stderr, "%s: warning: ", stripdir(program_name)); in warning()
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dzip.cpp213 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
217 size_t striplen = stripdir ? strlen(stripdir) : 0; in mountzip()
218 if(!mountdir && !stripdir) loopv(files) in mountzip()
226 stripdir = f.name; in mountzip()
240 stripdir = f.name; in mountzip()
257 …formatstring(fname, "%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dzip.cpp213 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
218 size_t striplen = stripdir ? strlen(stripdir) : 0; in mountzip()
219 if(!mountdir && !stripdir) loopv(files) in mountzip()
227 stripdir = f.name; in mountzip()
241 stripdir = f.name; in mountzip()
259 …formatstring(fname, "%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/tesseract-data/tesseract/src/shared/
H A Dzip.cpp213 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
217 size_t striplen = stripdir ? strlen(stripdir) : 0; in mountzip()
218 if(!mountdir && !stripdir) loopv(files) in mountzip()
226 stripdir = f.name; in mountzip()
240 stripdir = f.name; in mountzip()
257 …formatstring(fname, "%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/tesseract/tesseract/src/shared/
H A Dzip.cpp213 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
217 size_t striplen = stripdir ? strlen(stripdir) : 0; in mountzip()
218 if(!mountdir && !stripdir) loopv(files) in mountzip()
226 stripdir = f.name; in mountzip()
240 stripdir = f.name; in mountzip()
257 …formatstring(fname, "%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dzip.cpp210 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
214 int striplen = stripdir ? (int)strlen(stripdir) : 0; in mountzip()
215 if(!mountdir && !stripdir) loopv(files) in mountzip()
223 stripdir = f.name; in mountzip()
237 stripdir = f.name; in mountzip()
254 …formatstring(fname)("%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dzip.cpp227 …ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir, bool extract) in mountzip() argument
231 int striplen = stripdir ? (int)strlen(stripdir) : 0; in mountzip()
233 if(!mountdir && !stripdir) loopv(files) in mountzip()
241 stripdir = f.name; in mountzip()
255 stripdir = f.name; in mountzip()
273 …formatstring(fname)("%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dzip.cpp212 …void mountzip(ziparchive &arch, vector<zipfile> &files, const char *mountdir, const char *stripdir) in mountzip() argument
216 size_t striplen = stripdir ? strlen(stripdir) : 0; in mountzip()
217 if(!mountdir && !stripdir) loopv(files) in mountzip()
225 stripdir = f.name; in mountzip()
239 stripdir = f.name; in mountzip()
256 …formatstring(fname, "%s%s", mdir, striplen && !strncmp(f.name, stripdir, striplen) ? &f.name[strip… in mountzip()
/dports/japanese/man/jp-man-1.1j/makewhatis/
H A Dmakewhatis.perl425 sub stripdir { subroutine
551 $dir = &stripdir($dir);
558 $dir = &stripdir($dir);
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dcompileall.pyi24stripdir: Optional[str] = ..., # TODO: change to Optional[StrPath] once https://bugs.python.org/i…
39stripdir: Optional[str] = ..., # TODO: change to Optional[StrPath] once https://bugs.python.org/i…
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dcompileall.pyi24stripdir: Optional[str] = ..., # TODO: change to Optional[StrPath] once https://bugs.python.org/i…
39stripdir: Optional[str] = ..., # TODO: change to Optional[StrPath] once https://bugs.python.org/i…
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dcompileall.pyi26stripdir: Optional[str] = ..., # TODO: change to Optional[AnyPath] once https://bugs.python.org/i…
40stripdir: Optional[str] = ..., # TODO: change to Optional[AnyPath] once https://bugs.python.org/i…
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_compileall.py319 stripdir = os.path.join(self.directory, *fullpath[:2])
320 compileall.compile_dir(path, quiet=True, stripdir=stripdir)
328 stripdir,
353 stripdir = os.path.join(self.directory, *fullpath[:2])
356 stripdir=stripdir, prependdir=prependdir)
364 stripdir,
375 stripdir="/foo", prependdir="/bar")
825 stripdir = os.path.join(self.directory, *fullpath[:2])
827 self.assertRunOK("-s", stripdir, "-p", prependdir, path)
835 stripdir,
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_compileall.py311 stripdir = os.path.join(self.directory, *fullpath[:2])
312 compileall.compile_dir(path, quiet=True, stripdir=stripdir)
320 stripdir,
345 stripdir = os.path.join(self.directory, *fullpath[:2])
348 stripdir=stripdir, prependdir=prependdir)
356 stripdir,
367 stripdir="/foo", prependdir="/bar")
818 stripdir = os.path.join(self.directory, *fullpath[:2])
820 self.assertRunOK("-s", stripdir, "-p", prependdir, path)
828 stripdir,
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_compileall.py319 stripdir = os.path.join(self.directory, *fullpath[:2])
320 compileall.compile_dir(path, quiet=True, stripdir=stripdir)
328 stripdir,
353 stripdir = os.path.join(self.directory, *fullpath[:2])
356 stripdir=stripdir, prependdir=prependdir)
364 stripdir,
375 stripdir="/foo", prependdir="/bar")
825 stripdir = os.path.join(self.directory, *fullpath[:2])
827 self.assertRunOK("-s", stripdir, "-p", prependdir, path)
835 stripdir,
/dports/net-mgmt/bpft/bpft/trafdb/
H A Dmain.c32 program_name = stripdir(argv[0]);
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_vfs.h28 char *stripdir(const char * dir, char *buf, int maxlen);
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_vfs.c17 ptr = stripdir(test_input, buffer, sizeof(buffer)); in test_stripdir()
/dports/japanese/man/jp-man-1.1j/catman/
H A Dcatman.perl127 sub stripdir { subroutine
423 &parse_dir(&stripdir($dir));
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dcompileall.rst151 …iet=0, legacy=False, optimize=-1, workers=1, invalidation_mode=None, *, stripdir=None, prependdir=…
199 The *stripdir*, *prependdir* and *limit_sl_dest* arguments correspond to
232 Added *stripdir*, *prependdir*, *limit_sl_dest* and *hardlink_dupes* arguments.
235 …rx=None, quiet=0, legacy=False, optimize=-1, invalidation_mode=None, *, stripdir=None, prependdir=…
269 The *stripdir*, *prependdir* and *limit_sl_dest* arguments correspond to
292 Added *stripdir*, *prependdir*, *limit_sl_dest* and *hardlink_dupes* arguments.

123