Searched refs:close (Results 1 - 25 of 3388) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Ddtest.c36 close(inh);
387 printf(" close %d\n",result);
661 printf("close %d\n",r);
699 printf("close %d\n",r);
H A Dyaffs_fileem2k.c161 close(h);
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c473 close(h);
661 close(outFile);
677 close(outFile);
H A Dmkyaffsimage.c482 close(h);
575 close(outFile);
589 close(outFile);
/external/zlib/src/contrib/iostream/
H A Dtest.cpp20 os.close();
H A Dzfstream.cpp14 close();
102 gzfilebuf *gzfilebuf::close() { function in class:gzfilebuf
279 void gzfilestream_common::close() { function in class:gzfilestream_common
281 if ( !buffer.close() )
H A Dzfstream.h17 gzfilebuf *close();
56 void close();
/external/zlib/src/contrib/iostream2/
H A Dzstream.h57 ~izstream() { close(); }
66 if (m_fp) close();
72 if (m_fp) close();
80 int close() { function in class:izstream
169 close();
180 if (m_fp) close();
190 if (m_fp) close();
198 int close() { function in class:ozstream
H A Dzstream_test.cpp11 out.close();
16 in.close();
/external/zlib/src/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
H A Dzfstream.cc32 // Sync output buffer and close only if responsible for file
36 this->close();
107 gzfilebuf::close() function in class:gzfilebuf
114 // Attempt to sync and close gzipped file
420 gzifstream::close() function in class:gzifstream
422 if (!sb.close())
475 gzofstream::close() function in class:gzofstream
477 if (!sb.close())
H A Dzfstream.h84 close();
303 * Stream will be in state fail() if close failed.
306 close();
392 * Stream will be in state fail() if close failed.
395 close();
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com11 $ close zdef
/external/zlib/src/examples/
H A Dgun.c65 #include <unistd.h> /* read(), write(), close(), chown(), unlink() */
574 close(infile);
583 if (outfile > 2) close(outfile);
584 if (infile > 2) close(infile);
H A Dgzappend.c453 close(gd);
459 if (fd > 0) close(fd);
H A Dgzjoin.c59 #include <unistd.h> /* close(), read(), lseek() */
86 /* close a buffered file and free allocated memory */
91 close(in->fd);
H A Dgzlog.c231 #include <unistd.h> /* lseek, read, write, close, unlink, sleep, */
363 close(fd);
632 close(fd);
763 close(fd);
799 close(log->fd);
820 close(log->fd);
957 if (ret | close(fd))
968 if (ret | close(fd))
1018 if (ret | close(fd))
1050 /* close th
[all...]
/external/zlib/src/
H A Dgzguts.h42 # define close _close macro
H A Dgzread.c582 /* free memory and close file */
591 ret = close(state->fd);
H A Dgzwrite.c561 /* flush, free memory, and close file */
573 if (close(state->fd) == -1)
H A Dmake_vms.com90 $ close topt
91 $ close optf
125 $ close conf_hin
169 $ close aconf_in
170 $ close aconf
245 $ close/nolog optf
246 $ close/nolog topt
247 $ close/nolog aconf_in
248 $ close/nolog aconf
249 $ close/nolo
[all...]
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c83 close(fd);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1741 close(s);
1757 close(hapd->ctrl_sock);
1996 close(s);
2011 close(interfaces->global_ctrl_sock);
H A Dhlr_auc_gw.c261 close(s);
984 close(serv_sock);

Completed in 181 milliseconds

1234567891011>>