Home
last modified time | relevance | path

Searched refs:sourcef (Results 1 – 25 of 128) sorted by relevance

123456

/dports/games/egoboo/egoboo-2.8.1/src/game/platform/
H A Dfile_amiga.c139 FILE *sourcef; in fs_copyFile() local
144 sourcef = fopen( source, "rb" ); in fs_copyFile()
145 if ( !sourcef ) in fs_copyFile()
151 fclose( sourcef ); in fs_copyFile()
155 while (( bytes_read = fread( buf, 1, sizeof( buf ), sourcef ) ) ) in fs_copyFile()
159 fclose( sourcef ); in fs_copyFile()
H A Dfile_linux.c134 FILE *sourcef; in fs_copyFile() local
139 sourcef = fopen( source, "rb" ); in fs_copyFile()
140 if ( !sourcef ) in fs_copyFile()
146 fclose( sourcef ); in fs_copyFile()
150 while (( bytes_read = fread( buf, 1, sizeof( buf ), sourcef ) ) ) in fs_copyFile()
154 fclose( sourcef ); in fs_copyFile()
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dmacbin.cpp193 imgtool::stream &sourcef, uint64_t pos, uint64_t fork_len, util::option_resolution *opts) in write_fork() argument
205 sourcef.seek(pos, SEEK_SET); in write_fork()
206 len = imgtool::stream::transfer(*mem_stream, sourcef, fork_len); in write_fork()
221 …ion &partition, const char *filename, const char *fork, imgtool::stream &sourcef, util::option_res… in macbinary_writefile() argument
259 sourcef.read(header, sizeof(header)); in macbinary_writefile()
271 total_size = sourcef.size(); in macbinary_writefile()
318 err = write_fork(partition, filename, "", sourcef, sizeof(header), datafork_size, opts); in macbinary_writefile()
321 …err = write_fork(partition, filename, "RESOURCE_FORK", sourcef, sizeof(header) + pad128(datafork_s… in macbinary_writefile()
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dmacbin.cpp193 imgtool::stream &sourcef, uint64_t pos, uint64_t fork_len, util::option_resolution *opts) in write_fork() argument
205 sourcef.seek(pos, SEEK_SET); in write_fork()
206 len = imgtool::stream::transfer(*mem_stream, sourcef, fork_len); in write_fork()
221 …ion &partition, const char *filename, const char *fork, imgtool::stream &sourcef, util::option_res… in macbinary_writefile() argument
259 sourcef.read(header, sizeof(header)); in macbinary_writefile()
271 total_size = sourcef.size(); in macbinary_writefile()
318 err = write_fork(partition, filename, "", sourcef, sizeof(header), datafork_size, opts); in macbinary_writefile()
321 …err = write_fork(partition, filename, "RESOURCE_FORK", sourcef, sizeof(header) + pad128(datafork_s… in macbinary_writefile()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/preservefiles/
H A DPreserveFiles.cpp85 QFile sourcef( source ); in copy_file() local
86 if ( !sourcef.open( QFile::ReadOnly ) ) in copy_file()
95 sourcef.close(); in copy_file()
103 b = sourcef.read( 1_MiB ); in copy_file()
107 sourcef.close(); in copy_file()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtext_file.cpp53 PoolVector<uint8_t> sourcef; in load_text() local
60 sourcef.resize(len + 1); in load_text()
61 PoolVector<uint8_t>::Write w = sourcef.write(); in load_text()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dtext_file.cpp53 PoolVector<uint8_t> sourcef; in load_text() local
60 sourcef.resize(len + 1); in load_text()
61 PoolVector<uint8_t>::Write w = sourcef.write(); in load_text()
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/net/evans/evans-0.9.1/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/spf13/afero/afero-1.1.2/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/spf13/afero/afero-1.2.2/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/net-mgmt/php-fpm_exporter/php-fpm_exporter-2.0.4/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/devel/lab/lab-0.17.2/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/spf13/afero/
H A Dbasepath.go125 sourcef, err := b.source.OpenFile(name, flag, mode)
129 return &BasePathFile{sourcef, b.path}, nil
136 sourcef, err := b.source.Open(name)
140 return &BasePathFile{File: sourcef, path: b.path}, nil
161 sourcef, err := b.source.Create(name)
165 return &BasePathFile{File: sourcef, path: b.path}, nil

123456