Home
last modified time | relevance | path

Searched refs:afile (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/dports/devel/xa65/xa-2.3.12/src/
H A Dxar.c88 if(afile->rt.nlist>=afile->rt.mlist) { in rt_set()
97 afile->rt.rlist[afile->rt.nlist].adr = pc; in rt_set()
100 afile->rt.rlist[afile->rt.nlist].next= -1; in rt_set()
104 afile->rt.first = afile->rt.nlist; in rt_set()
119 afile->rt.rlist[afile->rt.nlist].next = afile->rt.first; in rt_set()
120 afile->rt.first = afile->rt.nlist; in rt_set()
163 afile->rt.mlist = afile->rt.nlist = 0; in rt_write()
204 afile->ud.ulist = NULL; afile->ud.un = afile->ud.um = 0; in alloc_file()
206 afile->rt.mlist = afile->rt.nlist = 0; in alloc_file()
208 afile->rd.mlist = afile->rd.nlist = 0; in alloc_file()
[all …]
H A Dxar2.c52 if(afile->rd.nlist>=afile->rd.mlist) { in rd_set()
54 afile->rd.rlist=realloc(afile->rd.rlist, afile->rd.mlist*sizeof(relocateInfo)); in rd_set()
61 afile->rd.rlist[afile->rd.nlist].adr = pc; in rd_set()
62 afile->rd.rlist[afile->rd.nlist].afl = afl; in rd_set()
63 afile->rd.rlist[afile->rd.nlist].lab = lab; in rd_set()
64 afile->rd.rlist[afile->rd.nlist].next= -1; in rd_set()
68 afile->rd.first = afile->rd.nlist; in rd_set()
80 afile->rd.rlist[p].next=afile->rd.nlist; in rd_set()
83 afile->rd.rlist[afile->rd.nlist].next = afile->rd.first; in rd_set()
84 afile->rd.first = afile->rd.nlist; in rd_set()
[all …]
H A Dxao.c41 while(afile->fo.mlist<=afile->fo.nlist) { in set_fopt()
42 afile->fo.mlist +=5; in set_fopt()
43 afile->fo.olist = realloc(afile->fo.olist, afile->fo.mlist*sizeof(Fopt)); in set_fopt()
51 afile->fo.olist[afile->fo.nlist].text=malloc(l); in set_fopt()
52 if(!afile->fo.olist[afile->fo.nlist].text) { in set_fopt()
56 memcpy(afile->fo.olist[afile->fo.nlist].text, buf, l); in set_fopt()
57 afile->fo.olist[afile->fo.nlist++].len = reallen; in set_fopt()
87 free(afile->fo.olist); in o_write()
88 afile->fo.olist = NULL; in o_write()
89 afile->fo.nlist = 0; in o_write()
[all …]
H A Dxau.c39 if(!afile->ud.ulist) { in u_label()
41 if(afile->ud.ulist) afile->ud.um=200; in u_label()
47 if(afile->ud.un>=afile->ud.um) { in u_label()
48 afile->ud.um *= 1.5; in u_label()
49 afile->ud.ulist = realloc(afile->ud.ulist, afile->ud.um * sizeof(int)); in u_label()
50 if(!afile->ud.ulist) { in u_label()
55 afile->ud.ulist[afile->ud.un] = labnr; in u_label()
56 return afile->ud.un++; in u_label()
70 free(afile->ud.ulist); in u_write()
71 afile->ud.ulist=NULL; in u_write()
[all …]
H A Dxal.c95 return(afile->la.lti); in ga_lab()
272 ltp=afile->la.lt+n; in l_vget()
346 afile->la.lti = 0;
347 afile->la.ltm = 1000;
348 afile->la.lt = malloc(afile->la.ltm * sizeof(Labtab));
350 if(afile->la.lti>=afile->la.ltm) {
351 afile->la.ltm *= 1.5;
352 afile->la.lt = realloc(afile->la.lt, afile->la.ltm * sizeof(Labtab));
362 ltp=afile->la.lt+afile->la.lti;
393 afile->la.hashindex[hash]=afile->la.lti;
[all …]
/dports/graphics/py-pyx/PyX-0.15/pyx/dvi/
H A Dvffile.py46 cmd = afile.readuchar()
49 comment = afile.read(afile.readuchar())
50 self.cs = afile.readuint32()
51 self.ds = afile.readuint32()
56 cmd = afile.readuchar()
60 num = afile.readuchar()
62 num = afile.readuint16()
66 num = afile.readint32()
67 c = afile.readint32()
70 fontname = afile.read(afile.readuchar() + afile.readuchar()).decode("ascii")
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt66 string(5) "afile"
75 string(5) "afile"
96 string(6) "afile."
124 string(6) "afile."
126 string(5) "afile"
169 string(5) "afile"
184 string(5) "afile"
197 string(5) "afile"
199 string(5) "afile"
255 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt23 'c:afile.txt',
171 string(7) "c:afile"
180 string(7) "c:afile"
199 string(5) "afile"
201 string(5) "afile"
206 string(5) "afile"
208 string(5) "afile"
257 string(5) "afile"
259 string(5) "afile"
264 string(5) "afile"
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt66 string(5) "afile"
75 string(5) "afile"
96 string(6) "afile."
124 string(6) "afile."
126 string(5) "afile"
169 string(5) "afile"
184 string(5) "afile"
197 string(5) "afile"
199 string(5) "afile"
255 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt23 'c:afile.txt',
171 string(7) "c:afile"
180 string(7) "c:afile"
199 string(5) "afile"
201 string(5) "afile"
206 string(5) "afile"
208 string(5) "afile"
257 string(5) "afile"
259 string(5) "afile"
264 string(5) "afile"
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt66 string(5) "afile"
75 string(5) "afile"
96 string(6) "afile."
124 string(6) "afile."
126 string(5) "afile"
169 string(5) "afile"
184 string(5) "afile"
197 string(5) "afile"
199 string(5) "afile"
255 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt23 'c:afile.txt',
171 string(7) "c:afile"
180 string(7) "c:afile"
199 string(5) "afile"
201 string(5) "afile"
206 string(5) "afile"
208 string(5) "afile"
257 string(5) "afile"
259 string(5) "afile"
264 string(5) "afile"
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt66 string(5) "afile"
75 string(5) "afile"
96 string(6) "afile."
124 string(6) "afile."
126 string(5) "afile"
169 string(5) "afile"
184 string(5) "afile"
197 string(5) "afile"
199 string(5) "afile"
255 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt23 'c:afile.txt',
171 string(7) "c:afile"
180 string(7) "c:afile"
199 string(5) "afile"
201 string(5) "afile"
206 string(5) "afile"
208 string(5) "afile"
257 string(5) "afile"
259 string(5) "afile"
264 string(5) "afile"
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt27 'c:afile.txt',
70 string(5) "afile"
79 string(5) "afile"
100 string(6) "afile."
128 string(6) "afile."
130 string(5) "afile"
173 string(5) "afile"
188 string(5) "afile"
201 string(5) "afile"
203 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt27 'c:afile.txt',
33 '/usr/lib/.../afile'
175 string(7) "c:afile"
203 string(5) "afile"
205 string(5) "afile"
210 string(5) "afile"
212 string(5) "afile"
261 string(5) "afile"
263 string(5) "afile"
268 string(5) "afile"
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt27 'c:afile.txt',
70 string(5) "afile"
79 string(5) "afile"
100 string(6) "afile."
128 string(6) "afile."
130 string(5) "afile"
173 string(5) "afile"
188 string(5) "afile"
201 string(5) "afile"
203 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt27 'c:afile.txt',
33 '/usr/lib/.../afile'
175 string(7) "c:afile"
203 string(5) "afile"
205 string(5) "afile"
210 string(5) "afile"
212 string(5) "afile"
261 string(5) "afile"
263 string(5) "afile"
268 string(5) "afile"
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt27 'c:afile.txt',
70 string(5) "afile"
79 string(5) "afile"
100 string(6) "afile."
128 string(6) "afile."
130 string(5) "afile"
173 string(5) "afile"
188 string(5) "afile"
201 string(5) "afile"
203 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt27 'c:afile.txt',
33 '/usr/lib/.../afile'
175 string(7) "c:afile"
203 string(5) "afile"
205 string(5) "afile"
210 string(5) "afile"
212 string(5) "afile"
261 string(5) "afile"
263 string(5) "afile"
268 string(5) "afile"
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt27 'c:afile.txt',
70 string(5) "afile"
79 string(5) "afile"
100 string(6) "afile."
128 string(6) "afile."
130 string(5) "afile"
173 string(5) "afile"
188 string(5) "afile"
201 string(5) "afile"
203 string(5) "afile"
[all …]
H A Dpathinfo_basic2.phpt27 'c:afile.txt',
33 '/usr/lib/.../afile'
175 string(7) "c:afile"
203 string(5) "afile"
205 string(5) "afile"
210 string(5) "afile"
212 string(5) "afile"
261 string(5) "afile"
263 string(5) "afile"
268 string(5) "afile"
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dunzip.pas623 us.afile := fin;
646 if (afile = nil) then
656 fclose(s^.afile);
669 if (afile = nil) then
709 if (afile = nil) then
716 if (fseek(s^.afile,
878 if (afile = nil) then
901 if (afile = nil) then
944 if (afile = nil) then
1098 if (afile = nil) then
[all …]
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dunzip.pas623 us.afile := fin;
646 if (afile = nil) then
656 fclose(s^.afile);
669 if (afile = nil) then
709 if (afile = nil) then
716 if (fseek(s^.afile,
878 if (afile = nil) then
901 if (afile = nil) then
944 if (afile = nil) then
1098 if (afile = nil) then
[all …]
/dports/science/py-asdf/asdf-2.8.1/asdf/tests/
H A Dtest_compression.py128 afile.close()
132 afile.close()
135 afile.close()
143 afile.close()
146 afile.write_to(tmpfile)
147 afile.close()
150 assert afile.get_array_compression(afile.tree['science_data']) == 'zlib'
151 afile.close()
164 assert afile.get_array_compression(afile.tree['science_data']) is None
166 assert afile.get_array_compression(afile.tree['science_data']) == 'zlib'
[all …]

12345678910>>...53