Home
last modified time | relevance | path

Searched refs:origpath (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/sysutils/fusefs-mp3fs/mp3fs-0.91/src/
H A Dfuseops.c93 char* origpath; in mp3fs_readlink() local
101 if (!origpath) { in mp3fs_readlink()
117 free(origpath); in mp3fs_readlink()
126 char* origpath; in mp3fs_readdir() local
136 if (!origpath) { in mp3fs_readdir()
174 free(origpath); in mp3fs_readdir()
180 char* origpath; in mp3fs_getattr() local
225 free(origpath); in mp3fs_getattr()
231 char* origpath; in mp3fs_open() local
273 free(origpath); in mp3fs_open()
[all …]
/dports/textproc/groff/groff-1.22.4/src/libs/libgroff/
H A Dsearchpath.cpp116 memcpy(origpath, p, end - p); in open_file()
118 origpath[end - p] = '/'; in open_file()
119 strcpy(origpath + (end - p) + need_slash, name); in open_file()
121 fprintf(stderr, "origpath '%s'\n", origpath); in open_file()
123 char *path = relocate(origpath); in open_file()
124 a_delete origpath; in open_file() local
173 memcpy(origpath, p, end - p); in open_file_cautious()
175 origpath[end - p] = '/'; in open_file_cautious()
178 fprintf(stderr, "origpath '%s'\n", origpath); in open_file_cautious()
180 char *path = relocate(origpath); in open_file_cautious()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dwalker_unix.go13 func loadXattr(origpath string, stat *Stat) error {
14 xattrs, err := sysx.LListxattr(origpath)
16 return errors.Wrapf(err, "failed to xattr %s", origpath)
21 v, err := sysx.LGetxattr(origpath, key)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dwalker_unix.go13 func loadXattr(origpath string, stat *Stat) error {
14 xattrs, err := sysx.LListxattr(origpath)
16 return errors.Wrapf(err, "failed to xattr %s", origpath)
21 v, err := sysx.LGetxattr(origpath, key)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dwalker_unix.go13 func loadXattr(origpath string, stat *Stat) error {
14 xattrs, err := sysx.LListxattr(origpath)
16 return errors.Wrapf(err, "failed to xattr %s", origpath)
21 v, err := sysx.LGetxattr(origpath, key)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dwalker_unix.go13 func loadXattr(origpath string, stat *Stat) error {
14 xattrs, err := sysx.LListxattr(origpath)
16 return errors.Wrapf(err, "failed to xattr %s", origpath)
21 v, err := sysx.LGetxattr(origpath, key)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestnames.c229 char *origpath; in root_from_cwd_and_back() local
232 ABTS_INT_EQUAL(tc, APR_SUCCESS, apr_filepath_get(&origpath, 0, p)); in root_from_cwd_and_back()
233 path = origpath; in root_from_cwd_and_back()
237 ABTS_INT_EQUAL(tc, origpath[0], root[0]); in root_from_cwd_and_back()
241 ABTS_STR_EQUAL(tc, origpath + 3, path); in root_from_cwd_and_back()
243 ABTS_INT_EQUAL(tc, origpath[0], root[0]); in root_from_cwd_and_back()
250 pt = strchr(origpath, ':'); in root_from_cwd_and_back()
257 ABTS_STR_EQUAL(tc, origpath + 1, path); in root_from_cwd_and_back()
265 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/tonistiigi/fsutil/
H A Dstat_unix.go14 func loadXattr(origpath string, stat *types.Stat) error {
15 xattrs, err := sysx.LListxattr(origpath)
20 return errors.Wrapf(err, "failed to xattr %s", origpath)
25 v, err := sysx.LGetxattr(origpath, key)
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dlocate_soundfont.c32 fsd_locate_soundfont_file(const char *origpath, const char *projectDirectory) in fsd_locate_soundfont_file() argument
38 if (stat(origpath, &statbuf) == 0) in fsd_locate_soundfont_file()
39 return strdup(origpath); in fsd_locate_soundfont_file()
41 filename = strrchr(origpath, '/'); in fsd_locate_soundfont_file()
44 else filename = origpath; in fsd_locate_soundfont_file()
/dports/editors/lazarus-devel/examples/codepageconverter/
H A Dmainunit.pas78 function origpath:string; in origpath() function
135 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
140 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
179 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
184 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
265 ComboBox1.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
268 ComboBox2.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
/dports/editors/lazarus/examples/codepageconverter/
H A Dmainunit.pas78 function origpath:string; in origpath() function
135 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
140 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
179 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
184 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
265 ComboBox1.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
268 ComboBox2.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
/dports/editors/lazarus-qt5/examples/codepageconverter/
H A Dmainunit.pas78 function origpath:string; in origpath() function
135 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
140 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
179 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
184 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
265 ComboBox1.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
268 ComboBox2.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
/dports/editors/lazarus-qt5-devel/examples/codepageconverter/
H A Dmainunit.pas78 function origpath:string; in origpath() function
135 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
140 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
179 cpin.LoadFromFile(UTF8ToSys(origpath+combobox1.text));
184 cpout.LoadFromFile(UTF8ToSys(origpath+combobox2.text));
265 ComboBox1.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
268 ComboBox2.items.LoadFromFile(UTF8ToSys(origpath+'codepages.ini'));
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/scripts/
H A Durlencode-fixer.pl39 my $origpath=$_;
67 print "$origpath -> $tgt\n";
68 rename $origpath, $tgt if !$dryrun;
/dports/devel/apr1/apr-1.7.0/test/
H A Dtestnames.c303 char *origpath; in root_from_cwd_and_back() local
309 ABTS_INT_EQUAL(tc, APR_SUCCESS, apr_filepath_get(&origpath, 0, p)); in root_from_cwd_and_back()
310 path = origpath; in root_from_cwd_and_back()
318 ABTS_INT_EQUAL(tc, toupper(origpath[0]), root[0]); in root_from_cwd_and_back()
322 ABTS_STR_EQUAL(tc, origpath + 3, path); in root_from_cwd_and_back()
324 ABTS_INT_EQUAL(tc, origpath[0], root[0]); in root_from_cwd_and_back()
331 pt = strchr(origpath, ':'); in root_from_cwd_and_back()
338 ABTS_STR_EQUAL(tc, origpath + 1, path); in root_from_cwd_and_back()
354 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()

123456789