Home
last modified time | relevance | path

Searched refs:cfile (Results 126 – 150 of 5141) sorted by relevance

12345678910>>...206

/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dromfile.c113 struct const_romfile_s *cfile; in const_read_file() local
114 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
117 memcpy(dst, cfile->data, maxlen); in const_read_file()
124 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
125 if (!cfile) { in const_romfile_add()
129 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
130 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
131 cfile->file.size = size; in const_romfile_add()
132 cfile->file.copy = const_read_file; in const_romfile_add()
133 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile;
113 cfile = container_of(file, struct const_romfile_s, file); in handle_1ab10b()
116 memcpy(dst, cfile->data, maxlen);
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in handle_1ab10c()
124 if (!cfile) { in handle_1ab10c()
128 memset(cfile, 0, sizeof(*cfile)); in handle_1ab10c()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in handle_1ab10c()
130 cfile->file.size = size; in handle_1ab10c()
131 cfile->file.copy = const_read_file; in handle_1ab10c()
132 cfile->data = data; in handle_1ab10c()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dromfile.c112 struct const_romfile_s *cfile; in const_read_file() local
113 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
116 memcpy(dst, cfile->data, maxlen); in const_read_file()
123 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
124 if (!cfile) { in const_romfile_add()
128 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
129 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
130 cfile->file.size = size; in const_romfile_add()
131 cfile->file.copy = const_read_file; in const_romfile_add()
132 cfile->data = data; in const_romfile_add()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dromfile.c114 struct const_romfile_s *cfile; in const_read_file() local
115 cfile = container_of(file, struct const_romfile_s, file); in const_read_file()
118 memcpy(dst, cfile->data, maxlen); in const_read_file()
125 struct const_romfile_s *cfile = malloc_tmp(sizeof(*cfile)); in const_romfile_add() local
126 if (!cfile) { in const_romfile_add()
130 memset(cfile, 0, sizeof(*cfile)); in const_romfile_add()
131 strtcpy(cfile->file.name, name, sizeof(cfile->file.name)); in const_romfile_add()
132 cfile->file.size = size; in const_romfile_add()
133 cfile->file.copy = const_read_file; in const_romfile_add()
134 cfile->data = data; in const_romfile_add()
[all …]
/dports/sysutils/webmin/webmin-1.981/authentic-theme/
H A Dxhr-lib.pl89 $cfile = $in{'file'};
95 $cfile = $jailed_user_home . $cfile;
101 my ($cfile, $cmd) = @_;
120 my $sum = &$get_file_checksum($cfile, $sumtype);
127 $fzi = recursive_disk_usage($cfile);
128 $dir = -d $cfile;
131 $ft = backquote_command("file -b " . quotemeta($cfile) . " 2>/dev/null");
132 $s = backquote_command("stat " . quotemeta($cfile) . " 2>/dev/null");
142 $mime = guess_mime_type($cfile, -1);
150 $s =~ s/(File:)(\s+)(.*)/$1$2$cfile$mime/;
[all …]
/dports/sysutils/usermin/usermin-1.830/authentic-theme/
H A Dxhr-lib.pl89 $cfile = $in{'file'};
95 $cfile = $jailed_user_home . $cfile;
101 my ($cfile, $cmd) = @_;
120 my $sum = &$get_file_checksum($cfile, $sumtype);
127 $fzi = recursive_disk_usage($cfile);
128 $dir = -d $cfile;
131 $ft = backquote_command("file -b " . quotemeta($cfile) . " 2>/dev/null");
132 $s = backquote_command("stat " . quotemeta($cfile) . " 2>/dev/null");
142 $mime = guess_mime_type($cfile, -1);
150 $s =~ s/(File:)(\s+)(.*)/$1$2$cfile$mime/;
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/smartsign/
H A Dtests.sh23 cfile=child.db
72 czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile`
108 czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -o $czone -f ${cfile}2.signed $cfile`
146 grep "key id = $ckactive\$" $cfile.signed > /dev/null || {
158 grep "key id = $czactive\$" $cfile.signed > /dev/null || {
205 ${cfile}.signed || ret=1
214 ${cfile}.signed || ret=1
333 czoneout2=`$SIGNER -Sg -o $czone -f $cfile.new $cfile.signed`
334 mv $cfile.new $cfile.signed
360 $SIGNER -Sg -o $czone -f $cfile.new $cfile.signed > /dev/null
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/smartsign/
H A Dtests.sh23 cfile=child.db
72 czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile`
108 czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -o $czone -f ${cfile}2.signed $cfile`
146 grep "key id = $ckactive\$" $cfile.signed > /dev/null || {
158 grep "key id = $czactive\$" $cfile.signed > /dev/null || {
205 ${cfile}.signed || ret=1
214 ${cfile}.signed || ret=1
333 czoneout2=`$SIGNER -Sg -o $czone -f $cfile.new $cfile.signed`
334 mv $cfile.new $cfile.signed
360 $SIGNER -Sg -o $czone -f $cfile.new $cfile.signed > /dev/null
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/smartsign/
H A Dtests.sh21 cfile=child.db
70 czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile`
106 czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -o $czone -f ${cfile}2.signed $cfile`
144 grep "key id = $ckactive\$" $cfile.signed > /dev/null || {
156 grep "key id = $czactive\$" $cfile.signed > /dev/null || {
203 ${cfile}.signed || ret=1
212 ${cfile}.signed || ret=1
331 czoneout2=`$SIGNER -Sg -o $czone -f $cfile.new $cfile.signed`
332 mv $cfile.new $cfile.signed
358 $SIGNER -Sg -o $czone -f $cfile.new $cfile.signed > /dev/null
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/smartsign/
H A Dtests.sh20 cfile=child.db
69 czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile`
105 czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -o $czone -f ${cfile}2.signed $cfile`
143 grep "key id = $ckactive\$" $cfile.signed > /dev/null || {
155 grep "key id = $czactive\$" $cfile.signed > /dev/null || {
202 ${cfile}.signed || ret=1
211 ${cfile}.signed || ret=1
330 czoneout2=`$SIGNER -Sg -o $czone -f $cfile.new $cfile.signed`
331 mv $cfile.new $cfile.signed
357 $SIGNER -Sg -o $czone -f $cfile.new $cfile.signed > /dev/null
[all …]
/dports/misc/metalink-tools/metalink-0.3.6/src/MetalinkFile/
H A DaddPath.cc33 std::string cfile(file); //Clean file in addPath() local
34 if(cfile[0] == '.' && cfile[1] == Globals::dirSep) in addPath()
35 cfile = cfile.substr(1); //The slash will be eaten below in addPath()
36 if(cfile[0] == Globals::dirSep) in addPath()
37 cfile = cfile.substr(1); in addPath()
39 d_paths.push_back(std::make_pair(type, base + cfile)); in addPath()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcar.cpp55 CLConfig cfile(dfile.useExtern()); in load() local
60 m_CarName = cfile.getValue("description", "fullname"); in load()
63 m_InvMass = 1.0 / cfile.getValue("body", "mass").toFloat(); in load()
64 m_BodySize = cfile.getValue("body", "size").toVector(); in load()
72 CString bodygeomfile = cfile.getValue("body", "geometry"); in load()
74 m_cwA = cfile.getValue("body", "cwa").toFloat(); in load()
116 CString baseRPS = cfile.getValue("sound", "enginerps"); in load()
214 m_Wheel[0].load(cfile, "frontwheels"); in load()
215 m_Wheel[1].load(cfile, "frontwheels"); in load()
216 m_Wheel[2].load(cfile, "rearwheels"); in load()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/gifti/regress_tests/
H A D@test74 foreach cfile ( $cfiles )
75 echo -n $cfile ...
76 echo "--------------------------------------------------------" > e.$cfile
77 cat ../commands/$cfile >> e.$cfile
78 echo "" >> e.$cfile
79 echo "--------------------------" >> e.$cfile
80 echo "" >> e.$cfile
81 source ../commands/$cfile >>& e.$cfile # to keep alias
/dports/multimedia/lives/lives-3.2.0/src/
H A Dframedraw.c85 cfile->start = 1; in start_preview()
86 cfile->end = cfile->frames; in start_preview()
104 cfile->hsize = cfile->ohsize; in start_preview()
105 cfile->vsize = cfile->ovsize; in start_preview()
106 cfile->fps = cfile->pb_fps; in start_preview()
243 width = cfile->hsize; in redraw_framedraw_image()
457 width = cfile->hsize; in framedraw_redraw()
697 if (cfile->clip_type == CLIP_TYPE_FILE && cfile->fx_frame_pump && !cfile->pumper) { in load_rfx_preview()
701 cfile->undo_start, cfile->undo_end, FALSE, NULL); in load_rfx_preview()
763 cfile->fps = cfile->pb_fps = strtod(array[3], NULL); in load_rfx_preview()
[all …]
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/saslauthd/
H A Dcfile.h47 struct cfile; /* cc can type check, nobody can look inside */
49 typedef struct cfile *cfile; typedef
51 cfile cfile_read(const char *filename, char *complaint, int complaint_len);
52 const char *cfile_getstring(cfile cf,const char *key,const char *def);
53 int cfile_getint(cfile cf,const char *key,int def);
54 int cfile_getswitch(cfile cf,const char *key,int def);
55 void cfile_free(cfile cf);
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/saslauthd/
H A Dcfile.h47 struct cfile; /* cc can type check, nobody can look inside */
49 typedef struct cfile *cfile; typedef
51 cfile cfile_read(const char *filename, char *complaint, int complaint_len);
52 const char *cfile_getstring(cfile cf,const char *key,const char *def);
53 int cfile_getint(cfile cf,const char *key,int def);
54 int cfile_getswitch(cfile cf,const char *key,int def);
55 void cfile_free(cfile cf);

12345678910>>...206