Home
last modified time | relevance | path

Searched refs:eofp (Results 1 – 25 of 96) sorted by relevance

1234

/dports/lang/scheme48/scheme48-1.9.2/c/unix/
H A Dio.c54 ps_read_char(FILE *port, psbool *eofp, long *status, psbool peekp) in ps_read_char() argument
63 *eofp = PSFALSE; in ps_read_char()
70 *eofp = PSFALSE; in ps_read_char()
74 *eofp = PSTRUE; in ps_read_char()
80 ps_read_integer(FILE *port, psbool *eofp, long *status) in ps_read_integer() argument
100 *eofp = PSFALSE; in ps_read_integer()
106 *eofp = PSFALSE; in ps_read_integer()
109 *eofp = PSTRUE; in ps_read_integer()
121 *eofp = PSFALSE; in ps_read_integer()
207 *eofp = PSFALSE; in ps_read_block()
[all …]
H A Dfd-io.c148 psbool *eofp, psbool *pending, long *status) argument
160 *eofp = PSFALSE;
172 *eofp = PSFALSE;
187 *eofp = PSFALSE;
214 *eofp = PSTRUE;
/dports/lang/scheme48/scheme48-1.9.2/c/win32/
H A Dio.c51 ps_read_char(FILE *port, psbool *eofp, long *status, psbool peekp) in ps_read_char() argument
60 *eofp = PSFALSE; in ps_read_char()
67 *eofp = PSFALSE; in ps_read_char()
71 *eofp = PSTRUE; in ps_read_char()
77 ps_read_integer(FILE *port, psbool *eofp, long *status) in ps_read_integer() argument
97 *eofp = PSFALSE; in ps_read_integer()
103 *eofp = PSFALSE; in ps_read_integer()
106 *eofp = PSTRUE; in ps_read_integer()
118 *eofp = PSFALSE; in ps_read_integer()
206 *eofp = PSFALSE; in ps_read_block()
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dbzip2.c27 bool eofp; member
61 new->eofp = false; in Bzip2_new()
98 } else if (this->eofp == true) { in bzgetc()
105 this->eofp = true; in bzgetc()
123 return this->eofp; in bzeof()
132 if (this->navail == 0 && this->eofp == true) { in bzgets()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dos2pipe.c59 input_pipe_reader (LHANDLE handle, qid_t qid, msg_t * message, int * eofp) in input_pipe_reader() argument
70 (*eofp) = (nread == 0); in input_pipe_reader()
77 (*eofp) = (rc == ERROR_BROKEN_PIPE); in input_pipe_reader()
H A Dos2cthrd.h39 unsigned int eofp : 1; member
45 #define CHANNEL_CONTEXT_EOFP(c) ((c) -> eofp)
H A Dos2cthrd.c74 int eofp; in run_channel_thread() local
76 = ((*reader) (handle, qid, (OS2_make_readahead ()), (&eofp))); in run_channel_thread()
80 if (eofp) in run_channel_thread()
H A Dos2sock.c295 stream_socket_reader (LHANDLE handle, qid_t qid, msg_t * message, int * eofp) in stream_socket_reader() argument
307 (*eofp) = (nread == 0); in stream_socket_reader()
314 (*eofp) = 0; in stream_socket_reader()
/dports/databases/db5/db-5.3.28/src/log/
H A Dlog_get.c1097 int *eofp;
1107 *eofp = 0;
1113 if (*eofp)
1127 *eofp = 1;
1134 if (*eofp)
1227 int *eofp;
1237 if (eofp != NULL) {
1239 *eofp = 1;
1242 *eofp = 0;
1288 int *eofp;
[all …]
/dports/databases/db18/db-18.1.40/src/log/
H A Dlog_get.c1097 int *eofp;
1107 *eofp = 0;
1113 if (*eofp)
1127 *eofp = 1;
1134 if (*eofp)
1227 int *eofp;
1237 if (eofp != NULL) {
1239 *eofp = 1;
1242 *eofp = 0;
1288 int *eofp;
[all …]
/dports/devel/sunpromake/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/devel/smake/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/devel/sccs/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/devel/schilybase/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/net/rscsi/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/archivers/star/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/sysutils/cdrtools/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/editors/ved/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/sysutils/schilyutils/schily-2021-09-18/paste/
H A Dpaste.c40 LOCAL BOOL eofp[MAX_FILES]; /* Files that did hit EOF */ variable
179 eofp[i] = FALSE;
185 if (!eofp[i]) { /* No EOF on this file yet? */
227 eofp[i] = EOF;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/utilities/
H A Dutil_misc.c47 util_read_line(WT_SESSION *session, ULINE *l, bool eof_expected, bool *eofp) in util_read_line() argument
54 *eofp = false; in util_read_line()
65 *eofp = true; in util_read_line()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/block/
H A Dblock_slvg.c102 WT_BLOCK *block, uint8_t *addr, size_t *addr_sizep, bool *eofp) in __wt_block_salvage_next() argument
112 *eofp = 0; in __wt_block_salvage_next()
122 *eofp = 1; in __wt_block_salvage_next()
H A Dblock_mgr.c367 WT_SESSION_IMPL *session, uint8_t *addr, size_t *addr_sizep, bool *eofp) in __bm_salvage_next_readonly() argument
371 WT_UNUSED(eofp); in __bm_salvage_next_readonly()
382 WT_SESSION_IMPL *session, uint8_t *addr, size_t *addr_sizep, bool *eofp) in __bm_salvage_next() argument
385 session, bm->block, addr, addr_sizep, eofp)); in __bm_salvage_next()
/dports/misc/bible-kjv/bible-kjv/
H A Dcompresslib.c291 static code_int getcode(char_type **inbp,char_type *eofp);
502 static code_int getcode(char_type **inbp,char_type *eofp) in getcode() argument
555 if (*inbp + size > eofp) in getcode()
556 size = eofp - *inbp; in getcode()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/
H A Dgfs.c401 gfs_readdir_fini(gfs_readdir_state_t *st, int error, int *eofp, int eof) in gfs_readdir_fini() argument
412 if (eofp) in gfs_readdir_fini()
413 *eofp = eof; in gfs_readdir_fini()
1013 gfs_dir_readdir(vnode_t *dvp, uio_t *uiop, int *eofp, void *data, cred_t *cr, in gfs_dir_readdir() argument
1064 return (gfs_readdir_fini(&gstate, error, eofp, eof)); in gfs_dir_readdir()
1091 gfs_vop_readdir(vnode_t *vp, uio_t *uiop, cred_t *cr, int *eofp, in gfs_vop_readdir() argument
1094 return (gfs_dir_readdir(vp, uiop, eofp, NULL, cr, ct, flags)); in gfs_vop_readdir()
/dports/mail/avenger/avenger-0.8.5/local/
H A Dmailbox.c90 int *frompos, int *eofp) in read_esc_from() argument
103 *eofp = 1; in read_esc_from()
106 *eofp = 0; in read_esc_from()

1234