Home
last modified time | relevance | path

Searched refs:_fp (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dlibio.inc7 if _fp^._IO_read_ptr>=_fp^._IO_read_end then
8 Result:=__uflow(_fp)
12 Inc(_fp^._IO_read_ptr);
19 if (_fp^._IO_read_ptr>=_fp^._IO_read_end) and (__underflow(_fp) = __EOF) then
28 if _fp^._IO_write_ptr>=_fp^._IO_write_end then
33 _fp^._IO_write_ptr^:=_ch;
34 Inc(_fp^._IO_write_ptr);
41 if Cardinal(_fp^._wide_data^._IO_read_ptr)>=Cardinal(_fp^._wide_data^._IO_read_end) then
42 Result:=__wuflow(_fp)
54 if Cardinal(_fp^._wide_data^._IO_write_ptr)>=Cardinal(_fp^._wide_data^._IO_write_end) then
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFlightPlanController.cxx43 _fp = f; in setFlightPlan()
51 return _fp->numLegs(); in rowCount()
235 _fp = fp; in clearPlan()
254 _fp = fp; in loadFromPath()
269 return _fp->save(p); in saveToPath()
278 _fp->save(p); in onCollectConfig()
286 _fp->save(ss); in onSave()
305 _fp->load(ss); in onRestore()
468 if (!_fp->departureAirport() || !_fp->destinationAirport()) { in tryGenerateRoute()
498 _fp->clearLegs(); in tryGenerateRoute()
[all …]
/dports/www/pear-Horde_SessionHandler/Horde_SessionHandler-2.2.9/lib/Horde/SessionHandler/Storage/
H A DFile.php33 protected $_fp; variable in Horde_SessionHandler_Storage_File
69 if (!empty($this->_fp)) {
76 if ($this->_fp) {
85 if (!empty($this->_fp)) {
87 fclose($this->_fp);
88 unset($this->_fp);
100 if (!$this->_fp) {
105 rewind($this->_fp);
120 if (!$this->_fp) {
124 fseek($this->_fp, 0);
[all …]
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dfile.cpp32 FILE *_fp; member
40 if (_fp) { in close()
42 _fp = 0; in close()
47 if (_fp) { in size()
56 if (_fp) { in seek()
61 if (_fp) { in read()
71 if (_fp) { in write()
84 gzFile _fp; member
92 if (_fp) { in close()
94 _fp = 0; in close()
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/codegen/
H A Ddocgen.py82 self._fp = None
122 self._fp.close()
139 self._fp.close()
148 self._fp.close()
311 self._fp.write(':\n')
333 self._fp.write('\n')
343 self._fp.write('\n\n\n')
354 self._fp.write('\n\n')
639 self._fp.write(
642 self._fp.write(
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dstruct_FILE.h102 #define __getc_unlocked_body(_fp) \ argument
103 (__glibc_unlikely ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end) \
104 ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++)
106 #define __putc_unlocked_body(_ch, _fp) \ argument
107 (__glibc_unlikely ((_fp)->_IO_write_ptr >= (_fp)->_IO_write_end) \
108 ? __overflow (_fp, (unsigned char) (_ch)) \
109 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
112 #define __feof_unlocked_body(_fp) (((_fp)->_flags & _IO_EOF_SEEN) != 0) argument
115 #define __ferror_unlocked_body(_fp) (((_fp)->_flags & _IO_ERR_SEEN) != 0) argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dstruct_FILE.h102 #define __getc_unlocked_body(_fp) \ argument
103 (__glibc_unlikely ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end) \
104 ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++)
106 #define __putc_unlocked_body(_ch, _fp) \ argument
107 (__glibc_unlikely ((_fp)->_IO_write_ptr >= (_fp)->_IO_write_end) \
108 ? __overflow (_fp, (unsigned char) (_ch)) \
109 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
112 #define __feof_unlocked_body(_fp) (((_fp)->_flags & _IO_EOF_SEEN) != 0) argument
115 #define __ferror_unlocked_body(_fp) (((_fp)->_flags & _IO_ERR_SEEN) != 0) argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Dmain.cpp281 AD.declareClasses(AD._HPP_file._fp); in main()
285 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
286 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
288 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
290 AD.defineClasses(AD._CPP_file._fp); in main()
297 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
310 AD.buildDFA(AD._DFA_file._fp); in main()
358 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
392 if (ADF._fp) { in close_file()
393 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Dmain.cpp282 AD.declareClasses(AD._HPP_file._fp); in main()
286 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
287 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
289 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
291 AD.defineClasses(AD._CPP_file._fp); in main()
298 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
311 AD.buildDFA(AD._DFA_file._fp); in main()
359 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
393 if (ADF._fp) { in close_file()
394 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Dmain.cpp286 AD.declareClasses(AD._HPP_file._fp); in main()
290 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
291 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
293 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
295 AD.defineClasses(AD._CPP_file._fp); in main()
302 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
315 AD.buildDFA(AD._DFA_file._fp); in main()
363 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
397 if (ADF._fp) { in close_file()
398 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Dmain.cpp282 AD.declareClasses(AD._HPP_file._fp); in main()
286 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
287 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
289 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
291 AD.defineClasses(AD._CPP_file._fp); in main()
298 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
311 AD.buildDFA(AD._DFA_file._fp); in main()
359 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
393 if (ADF._fp) { in close_file()
394 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Dmain.cpp291 AD.declareClasses(AD._HPP_file._fp); in main()
295 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
296 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
298 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
300 AD.defineClasses(AD._CPP_file._fp); in main()
307 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
320 AD.buildDFA(AD._DFA_file._fp); in main()
368 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
402 if (ADF._fp) { in close_file()
403 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Dmain.cpp292 AD.declareClasses(AD._HPP_file._fp); in main()
296 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
297 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
299 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
301 AD.defineClasses(AD._CPP_file._fp); in main()
308 AD.generate_needs_deep_clone_jvms(AD._CPP_file._fp); in main()
321 AD.buildDFA(AD._DFA_file._fp); in main()
369 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
403 if (ADF._fp) { in close_file()
404 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Dmain.cpp290 AD.declareClasses(AD._HPP_file._fp); in main()
294 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
295 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
297 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
299 AD.defineClasses(AD._CPP_file._fp); in main()
306 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
319 AD.buildDFA(AD._DFA_file._fp); in main()
367 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
401 if (ADF._fp) { in close_file()
402 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Dmain.cpp286 AD.declareClasses(AD._HPP_file._fp); in main()
290 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
291 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
293 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
295 AD.defineClasses(AD._CPP_file._fp); in main()
302 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
315 AD.buildDFA(AD._DFA_file._fp); in main()
363 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
397 if (ADF._fp) { in close_file()
398 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Dmain.cpp297 AD.declareClasses(AD._HPP_file._fp); in main()
301 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
302 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
304 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
306 AD.defineClasses(AD._CPP_file._fp); in main()
313 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
326 AD.buildDFA(AD._DFA_file._fp); in main()
374 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
408 if (ADF._fp) { in close_file()
409 fclose(ADF._fp); in close_file()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Dmain.cpp297 AD.declareClasses(AD._HPP_file._fp); in main()
301 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp); in main()
302 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp); in main()
304 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp); in main()
306 AD.defineClasses(AD._CPP_file._fp); in main()
313 AD.generate_needs_clone_jvms(AD._CPP_file._fp); in main()
326 AD.buildDFA(AD._DFA_file._fp); in main()
374 (ADF._fp = fopen(ADF._name, action)) == NULL) { in open_file()
408 if (ADF._fp) { in close_file()
409 fclose(ADF._fp); in close_file()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89_page_int.cxx43 _fp = NULL; in KLN89IntPage()
56 if(_fp == NULL) { in Update()
58 } else if(_fp->get_ident() != _int_id) { in Update()
62 if(_fp) { in Update()
63 _int_id = _fp->get_ident(); in Update()
73 …_nearestVor = _kln89->FindClosestVor(_fp->get_lat() * SG_DEGREES_TO_RADIANS, _fp->get_lon() * SG_D… in Update()
76_fp->get_lat() * SG_DEGREES_TO_RADIANS, _fp->get_lon() * SG_DEGREES_TO_RADIANS); in Update()
78_fp->get_lat() * SG_DEGREES_TO_RADIANS, _fp->get_lon() * SG_DEGREES_TO_RADIANS); in Update()
89 _kln89->DrawText(_fp->get_ident(), 2, 1, 3); in Update()
109 …_kln89->DrawDirDistField(_fp->get_lat() * SG_DEGREES_TO_RADIANS, _fp->get_lon() * SG_DEGREES_TO_RA… in Update()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/
H A DGenerator.py59 self._fp = outfp
65 self._fp.write(s)
82 print >> self._fp, ufrom
105 oldfp = self._fp
110 self._fp = oldfp
145 print >> self._fp, v
156 print >> self._fp, v
166 print >> self._fp
180 self._fp.write(payload)
236 print >> self._fp
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
H A Dgenerator.py59 self._fp = outfp
65 self._fp.write(s)
82 print >> self._fp, ufrom
105 oldfp = self._fp
110 self._fp = oldfp
145 print >> self._fp, v
156 print >> self._fp, v
166 print >> self._fp
180 self._fp.write(payload)
232 print >> self._fp
[all …]
/dports/graphics/py-imageio/imageio-2.9.0/imageio/plugins/
H A Dswf.py95 bb = self._fp.read()
98 self._fp = BytesIO(bb)
104 self._fp.seek(8)
175 self._fp.seek(loc)
238 self._fp_real = self._fp
239 self._fp = BytesIO()
244 sze = self._fp.tell()
252 self._fp.write(bb[:8])
256 self._fp.seek(4)
258 self._fp = None # Disable
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/plugins/fd/
H A Djournal.c36 if (!_fp) { in beginTransaction()
50 fclose(_fp); in beginTransaction()
69 if (_fp != NULL) { in endTransaction()
76 fclose(_fp); in endTransaction()
77 _fp = NULL; in endTransaction()
187 rc = fprintf(_fp, in writeSettings()
336 rc = fprintf(_fp, in writeFileRecord()
655 fclose(_fp); in removeFolderRecord()
656 _fp = NULL; in removeFolderRecord()
743 fclose(_fp); in migrateTo()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/plugins/fd/
H A Djournal.c36 if (!_fp) { in beginTransaction()
50 fclose(_fp); in beginTransaction()
69 if (_fp != NULL) { in endTransaction()
76 fclose(_fp); in endTransaction()
77 _fp = NULL; in endTransaction()
187 rc = fprintf(_fp, in writeSettings()
336 rc = fprintf(_fp, in writeFileRecord()
655 fclose(_fp); in removeFolderRecord()
656 _fp = NULL; in removeFolderRecord()
743 fclose(_fp); in migrateTo()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/plugins/fd/
H A Djournal.c36 if (!_fp) { in beginTransaction()
50 fclose(_fp); in beginTransaction()
69 if (_fp != NULL) { in endTransaction()
76 fclose(_fp); in endTransaction()
77 _fp = NULL; in endTransaction()
187 rc = fprintf(_fp, in writeSettings()
336 rc = fprintf(_fp, in writeFileRecord()
655 fclose(_fp); in removeFolderRecord()
656 _fp = NULL; in removeFolderRecord()
743 fclose(_fp); in migrateTo()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/plugins/fd/
H A Djournal.c36 if (!_fp) { in beginTransaction()
50 fclose(_fp); in beginTransaction()
69 if (_fp != NULL) { in endTransaction()
76 fclose(_fp); in endTransaction()
77 _fp = NULL; in endTransaction()
187 rc = fprintf(_fp, in writeSettings()
336 rc = fprintf(_fp, in writeFileRecord()
655 fclose(_fp); in removeFolderRecord()
656 _fp = NULL; in removeFolderRecord()
743 fclose(_fp); in migrateTo()
[all …]

12345678910>>...44