/dports/devel/geany-legacy/geany-1.37.1/ctags/main/ |
H A D | pcoproc.c | 166 FILE** readfp, FILE** writefp) in pcoprocOpen() argument 175 readfp? &for_reading_from_coproc: NULL, in pcoprocOpen() 196 if (readfp) in pcoprocOpen() 198 *readfp = fdopen (for_reading_from_coproc, "r"); in pcoprocOpen() 199 if (*readfp) in pcoprocOpen() 202 pidtable_put (*readfp, value); in pcoprocOpen() 247 FILE** readfp, FILE** writefp) in pcoprocOpen() argument 249 *readfp = NULL; in pcoprocOpen()
|
/dports/devel/py-grizzled/grizzled-0.9.4/test/config/ |
H A D | TestConfiguration.py | 66 config.readfp(StringIO(CONFIG1)) 85 config.readfp(StringIO(CONFIG2)) 119 config.readfp(StringIO(s)) 141 config.readfp(StringIO(CONFIG_ORDER_TEST)) 161 config.readfp(StringIO(cfgString)) 172 config.readfp(StringIO(cfgString))
|
/dports/graphics/azpainterb/azpainterb-1.1.3/src/other/ |
H A D | UndoItem_base.c | 295 _UNDO->readfp = mFILEopenUTF8(str.buf, "rb"); in UndoItem_openRead() 297 ret = (_UNDO->readfp != NULL); in UndoItem_openRead() 319 return (fread(buf, 1, size, _UNDO->readfp) == size); in UndoItem_read() 330 fseek(_UNDO->readfp, seek, SEEK_CUR); in UndoItem_readSeek() 337 if(_UNDO->readfp) in UndoItem_closeRead() 339 fclose(_UNDO->readfp); in UndoItem_closeRead() 340 _UNDO->readfp = NULL; in UndoItem_closeRead()
|
/dports/games/endgame-singularity/singularity-1.00/singularity/code/ |
H A D | pycompat.py | 35 ConfigParser.read_file = ConfigParser.readfp 36 SafeConfigParser.read_file = SafeConfigParser.readfp 37 RawConfigParser.read_file = RawConfigParser.readfp
|
/dports/graphics/azpainter/azpainter-2.1.7/src/other/ |
H A D | UndoItem_base.c | 465 _UNDO->readfp = mFILEopenUTF8(str.buf, "rb"); in UndoItem_openRead() 467 ret = (_UNDO->readfp != NULL); in UndoItem_openRead() 489 return (fread(buf, 1, size, _UNDO->readfp) == size); in UndoItem_read() 500 fseek(_UNDO->readfp, seek, SEEK_CUR); in UndoItem_readSeek() 507 if(_UNDO->readfp) in UndoItem_closeRead() 509 fclose(_UNDO->readfp); in UndoItem_closeRead() 510 _UNDO->readfp = NULL; in UndoItem_closeRead()
|
/dports/cad/dinotrace/dinotrace-9.4c/src/ |
H A D | dt_ascii.c | 300 FILE *readfp; in ascii_read() local 325 readfp = fdopen (read_fd, "r"); in ascii_read() 326 if (!readfp) { in ascii_read() 329 rewind (readfp); /* as binary may have used some of the chars */ in ascii_read() 332 readfp = decsim_z_readfp; in ascii_read() 341 while (! got_start && (EOF != (ch = getc (readfp)))) { in ascii_read() 454 if (feof (readfp)) break; in ascii_read() 456 fgets (line_in, header_length, readfp); in ascii_read()
|
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/ |
H A D | core.py | 53 def readfp(self, fp, filename=None): member in PiglitConfig 54 super().readfp(fp, filename) 96 PIGLIT_CONFIG.readfp(arg) 107 PIGLIT_CONFIG.readfp(f)
|
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/www/firefox/firefox-99.0/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/security/ca_root_nss/nss-3.71/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/security/nss/nss-3.76.1/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/signtool/ |
H A D | zip.c | 135 PRFileDesc *readfp; in JzipAdd() local 154 if ((readfp = PR_Open(fullname, PR_RDONLY, 0777)) == NULL) { in JzipAdd() 179 inputSize = PR_Available(readfp); in JzipAdd() 200 isSame = (PR_Available(readfp) != inputSize); in JzipAdd() 206 PR_Close(readfp); in JzipAdd() 243 while ((num = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 246 PR_Seek(readfp, 0L, PR_SEEK_SET); in JzipAdd() 329 while ((zstream.avail_in = PR_Read(readfp, inbuf, BUFSIZ)) > 0) { in JzipAdd() 468 PR_Close(readfp); in JzipAdd()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/manifestparser/tests/ |
H A D | test_read_ini.py | 43 parser.readfp(buffer) 64 parser.readfp(buffer)
|
/dports/misc/xiphos/xiphos-4.2.1/win32/extras/festival/lib/ |
H A D | lts_build.scm | 177 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 266 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 338 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 406 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 565 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 586 (readfp ifd) ;; skip "MNCL" 587 (while (not (equal? (set! entry (readfp ifd)) (eof-val))) 617 (readfp ifd) ;; skip "MNCL" 618 (while (not (equal? (set! entry (readfp ifd)) (eof-val)))
|
/dports/devel/py-iniparse/iniparse-0.5/tests/ |
H A D | test_fuzz.py | 103 cc.readfp(StringIO(s)) 105 cc_py.readfp(StringIO(s)) 111 cc_tidy.readfp(StringIO(str(cc.data)))
|
H A D | test_misc.py | 91 c.readfp(fp) 252 c.readfp(StringIO(self.s)) 291 c.readfp(StringIO(self.s)) 393 c.readfp(StringIO(self.s))
|
/dports/sysutils/tracker/tracker-2.3.4/utils/ontology/ |
H A D | service2rdf-xml.py | 54 service.readfp(open(servicef)) 57 metadata.readfp(open(metadataf))
|
/dports/audio/flite/flite-2.1-release/tools/ |
H A D | make_lex.scm | 163 (while (not (equal? (set! entry (readfp ifd)) (eof-val))) 277 (if (not (string-equal "MNCL" (readfp ifd))) 283 (while (not (equal? (set! entry (readfp ifd)) (eof-val))) 318 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 352 (while (not (equal? (set! entry (readfp ifd)) (eof-val)))
|
/dports/audio/festival/festival/lib/ |
H A D | lts_build.scm | 176 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 266 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 338 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 414 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 577 (while (not (equal? (set! entry (readfp fd)) (eof-val))) 604 (while (not (equal? (set! entry (readfp ifd)) (eof-val))) 670 (while (not (equal? (set! entry (readfp ifd)) (eof-val))) 697 (readfp ifd) ;; skip "MNCL" 698 (while (not (equal? (set! entry (readfp ifd)) (eof-val)))
|
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ |
H A D | mimetypes.py | 206 self.readfp(fp, strict) 208 def readfp(self, fp, strict=True): member in MimeTypes 380 db.readfp(f, True)
|
/dports/databases/py-gdbm/Python-3.8.12/Lib/ |
H A D | mimetypes.py | 206 self.readfp(fp, strict) 208 def readfp(self, fp, strict=True): member in MimeTypes 380 db.readfp(f, True)
|
/dports/lang/python37/Python-3.7.12/Lib/ |
H A D | mimetypes.py | 206 self.readfp(fp, strict) 208 def readfp(self, fp, strict=True): member in MimeTypes 380 db.readfp(f, True)
|