Home
last modified time | relevance | path

Searched refs:readstat (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/R-cran-haven/haven/
H A DMD559 103dff612cd33e793e40e7248ad66baa *src/readstat/CKHashTable.c
60 491bcc72997b8fda9127f32362515309 *src/readstat/CKHashTable.h
61 bf3e2d382bcd8d3db7df44f3fd327563 *src/readstat/LICENSE
62 548ac1f6fd81c79230fc840aef448537 *src/readstat/NEWS
63 08628913656834cf3079d1dc746e4128 *src/readstat/readstat.h
64 91afb7a9b9258fa50c7066b55ea97999 *src/readstat/readstat_bits.c
65 ee0bb989382f7fde0b4ecd721c63437a *src/readstat/readstat_bits.h
68 61468195b63500e28cb9df6d3e1bc5d5 *src/readstat/readstat_error.c
69 2935273dde775fb72f077e45a259337f *src/readstat/readstat_iconv.h
81 70b27ed1d71dc01c682c05ae8ef25440 *src/readstat/sas/ieee.c
[all …]
/dports/math/R-cran-haven/haven/src/
H A DMakevars1 CFILES = $(wildcard *.c readstat/*.c readstat/sas/*.c readstat/spss/*.c readstat/stata/*.c)
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/examples/
H A Dkillprog19 readstat;
25 while (readstat = fgets (TMPFILE, readstat))
27 psline = strtok (element (0, readstat), " \n\t");
/dports/games/crafty/crafty-25.2_1/
H A Danalyze.c20 int i, v, move, back_number, readstat = 1; in Analyze() local
76 readstat = Read(1, buffer); in Analyze()
77 if (readstat < 0) in Analyze()
91 if (readstat < 0) in Analyze()
179 if (readstat < 0 || !strcmp(args[0], "exit")) in Analyze()
H A Dinterrupt.c19 int temp, i, left = 0, readstat, result, time_used, save_move_number; in Interrupt() local
44 readstat = Read(0, buffer); in Interrupt()
45 if (readstat <= 0) in Interrupt()
H A Dmain.c4254 int move, readstat, value = 0, i, v, result, draw_type; local
4342 readstat = Read(1, buffer);
4343 if (readstat < 0)
4412 readstat = Read(1, buffer);
4413 if (readstat < 0)
4542 readstat = Read(1, buffer);
4546 if (readstat < 0 && input_stream == stdin) {
H A Dedit.c31 int athome = 1, i, piece, readstat, square, tfile, trank, wtm = 1, error = in Edit() local
55 readstat = Read(1, buffer); in Edit()
56 if (readstat < 0) in Edit()
H A Doption.c993 if (!readstat) { in Option()
1006 if (!readstat) in Option()
1576 char *readstat; in Option() local
1593 if (readstat) { in Option()
1603 if (readstat == NULL) in Option()
1611 if (readstat) { in Option()
1621 if (readstat == NULL) in Option()
2500 readstat = ReadPGN(0, 0); in Option()
2510 } while (readstat == 1); in Option()
2511 if (readstat < 0) in Option()
[all …]
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dquit.c141 FILE *fbuf, *rbuf, *readstat = NULL, *abuf; in quit() local
233 if ((readstat = Zopen(Tflag, "w", NULL)) == NULL) in quit()
243 if (readstat != NULL && (mp->m_flag & (MREAD|MDELETED)) != 0) { in quit()
248 fprintf(readstat, "%s\n", id); in quit()
251 if (readstat != NULL) in quit()
252 Fclose(readstat); in quit()
480 FILE *obuf, *ibuf = NULL, *readstat = NULL; in edstop() local
487 if ((readstat = Zopen(Tflag, "w", NULL)) == NULL) in edstop()
503 fprintf(readstat, "%s\n", id); in edstop()
506 if (readstat != NULL) in edstop()
[all …]
H A Dmaildir.c409 FILE *readstat = NULL; in maildir_update() local
416 if ((readstat = Zopen(Tflag, "w", NULL)) == NULL) in maildir_update()
430 if (readstat != NULL && (m->m_flag & (MREAD|MDELETED)) != 0) { in maildir_update()
434 fprintf(readstat, "%s\n", id); in maildir_update()
461 bypass: if (readstat != NULL) in maildir_update()
462 Fclose(readstat); in maildir_update()
H A Dpop3.c815 FILE *readstat = NULL; in pop3_update() local
820 if ((readstat = Zopen(Tflag, "w", NULL)) == NULL) in pop3_update()
833 if (readstat != NULL && (m->m_flag & (MREAD|MDELETED)) != 0) { in pop3_update()
838 fprintf(readstat, "%s\n", id); in pop3_update()
852 if (readstat != NULL) in pop3_update()
853 Fclose(readstat); in pop3_update()
/dports/mail/mailx/mail-2.2.8/
H A Dquit.c72 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; in quit() local
157 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
171 fprintf(readstat, "%s\n", id); in quit()
175 Fclose(readstat); in quit()
390 FILE *obuf, *ibuf, *readstat; in edstop() local
399 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop()
413 fprintf(readstat, "%s\n", id); in edstop()
417 Fclose(readstat); in edstop()
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWSTEP/
H A DXSDRAWSTEP.cxx111 IFSelect_ReturnStatus readstat = IFSelect_RetVoid; in stepread() local
145 if (modfic) readstat = sr.ReadFile (fnom.ToCString()); in stepread()
146 else if (XSDRAW::Session()->NbStartingEntities() > 0) readstat = IFSelect_RetDone; in stepread()
152 if (readstat != IFSelect_RetDone) { in stepread()
291 IFSelect_ReturnStatus readstat; in testreadstep() local
295 readstat = Reader.ReadStream(filename, aStream); in testreadstep()
299 readstat = Reader.ReadFile(filename); in testreadstep()
302 switch(readstat) { in testreadstep()
522 IFSelect_ReturnStatus readstat = IFSelect_RetVoid; in stepfileunits() local
523 readstat = aStepReader.ReadFile (argv[1]); in stepfileunits()
[all …]
/dports/databases/cego/cego-2.47.11/dbcheck/
H A Dcheck035.sql17 create table sysmt_threadstat ( thrid int not null, uid int not null, readstat string(10) ); field
45 case when rs.readstat = null then 'UNREAD' else 'READ' end as readstat,
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Common.cxx228 IFSelect_ReturnStatus readstat = IFSelect_RetVoid; in ReadIges() local
233 readstat = reader.ReadFile (fnom.ToCString()); in ReadIges()
237 readstat = IFSelect_RetDone; in ReadIges()
239 if (readstat != IFSelect_RetDone) in ReadIges()
406 IFSelect_ReturnStatus readstat = IFSelect_RetVoid; in ReadStep() local
411 readstat = reader.ReadFile (fnom.ToCString()); in ReadStep()
415 readstat = IFSelect_RetDone; in ReadStep()
417 if (readstat != IFSelect_RetDone) in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWIGES/
H A DXSDRAWIGES.cxx124 IFSelect_ReturnStatus readstat = IFSelect_RetVoid; in igesbrep() local
136 if (modfic) readstat = Reader.ReadFile (fnom.ToCString()); in igesbrep()
137 else if (XSDRAW::Session()->NbStartingEntities() > 0) readstat = IFSelect_RetDone; in igesbrep()
143 if (readstat != IFSelect_RetDone) { in igesbrep()
404 IFSelect_ReturnStatus readstat = Reader.ReadFile(filename); in testread() local
406 switch(readstat) { in testread()
/dports/math/librdata/librdata-4a80bf3/
H A D.gitignore23 readstat
/dports/net/cnd/cnd-0.7/
H A Dmain.c231 void readstat(u_long *ibytes, u_long *obytes) in readstat() function
384 readstat(&lasti, &lasto); in main()
460 readstat(&ibytes, &obytes); in main()
/dports/math/py-pyreadr/pyreadr-0.4.4/pyreadr.egg-info/
H A DPKG-INFO27 a modified version of the cython wrapper jamovi-readstat.<br>
/dports/math/py-pyreadr/pyreadr-0.4.4/
H A DPKG-INFO27 a modified version of the cython wrapper jamovi-readstat.<br>
/dports/math/R-cran-haven/haven/src/readstat/stata/
H A Dreadstat_dta_parse_timestamp.rl3 #include "../readstat.h"
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_por_parse.rl3 #include "../readstat.h"
H A Dreadstat_sav_parse_timestamp.rl3 #include "../readstat.h"
H A Dreadstat_spss_parse.rl3 #include "../readstat.h"
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/BufCa/
H A DBCFile.pm589 my $readstat = $self->_filereadblock($fname, $fnum, $fh, $bnum,
597 unless ($readstat);

123