Searched refs:eof (Results 1 - 21 of 21) sorted by relevance

/barrelfish-master/include/
H A Dstdio_file.h121 int eof; member in struct:__file
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkabortbutton35 if [eof $abort_channel] {
36 ;# eof if tkeclipse has quit; kill the abort button as well
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
327 ret+=(v-eof);
331 eof
[all...]
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dbctest.com130 $ eof = 0
137 $ eof = 1
141 $ if ((line_expected .nes. "\") .and. (.not. eof) .and. -
144 $ if ((line_expected .eqs. "\") .and. eof)
/barrelfish-master/lib/libc/tests/stdio/
H A Dgetdelim_test.c147 ATF_TC_WITHOUT_HEAD(eof); variable
148 ATF_TC_BODY(eof, tc)
229 ATF_TP_ADD_TC(tp, eof);
/barrelfish-master/lib/libc/rpc/
H A Dgetnetconfig.c102 int eof; /* all entries has been read */ member in struct:netconfig_info
289 if (ni.eof == 1) {
320 ni.eof = 1;
412 ni.eof = ni.ref = 0;
474 if (ni.eof == 1) { /* that's all the entries */
501 if (stringp == NULL) { /* eof */
/barrelfish-master/lib/zlib/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
871 int eof; /* true if this is the last block for a file */
873 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
921 void _tr_flush_block(s, buf, stored_len, eof)
925 int eof; /* true if this is the last block for a file */
981 _tr_stored_block(s, buf, stored_len, eof);
988 send_bits(s, (STATIC_TREES<<1)+eof, 3);
994 send_bits(s, (DYN_TREES<<1)+eof, 3);
1008 if (eof) {
1015 s->compressed_len-7*eof));
[all...]
H A Ddeflate.h285 int eof));
288 int eof));
H A Ddeflate.c1364 #define FLUSH_BLOCK_ONLY(s, eof) { \
1369 (eof)); \
1376 #define FLUSH_BLOCK(s, eof) { \
1377 FLUSH_BLOCK_ONLY(s, eof); \
1378 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/barrelfish-master/lib/libc/gen/
H A Dgetcap.c192 int myfd, eof, foundit, retval; local
233 eof = 0;
311 eof = 1;
355 * If encountered eof check next file.
357 if (eof)
/barrelfish-master/lib/vfs/
H A Dfopen.c226 newfile->eof = 0;
H A Dvfs_nfs.c233 if (res->eof) {
899 && h->u.dir.readdir_result->READDIR3res_u.resok.reply.eof) {
930 assert(h->u.dir.readdir_result->READDIR3res_u.resok.reply.eof);
/barrelfish-master/lib/nfs/
H A Dnfs.x390 bool eof;
668 bool eof;
707 bool eof;
H A Dnfs_xdr.c609 if (!xdr_bool (xdrs, &objp->eof))
1182 if (!xdr_bool (xdrs, &objp->eof))
1264 if (!xdr_bool (xdrs, &objp->eof))
/barrelfish-master/usr/webserver/
H A Dhttp_cache.c290 if (!res->eof) {
543 if (!resok->reply.eof) {
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dprocedure.c343 Make_Atom(&pgoal[2], d_.eof);
H A Dtypes.h826 eof, member in struct:__anon1659
H A Ddict.c1102 d_.eof = in_dict( "end_of_file", 0);
H A Dbip_io.c1815 /* Only a SoftEofStream can recover from being "past" eof */
2172 /* no seek on append files: always at eof */
2177 if (IsAtom(tp) && vp.did == d_.eof)
2352 /* SoftEofStream can recover from being "past" eof, and needs extra check */
2463 else if (vdel.did == d_.eof)
2582 } else if (vdel.did == d_.eof) {
/barrelfish-master/include/nfs/
H A Dnfs_rpc.h376 bool_t eof; member in struct:READ3resok
704 bool_t eof; member in struct:dirlist3
750 bool_t eof; member in struct:dirlistplus3
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp4225 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) {

Completed in 305 milliseconds