Searched refs:close (Results 1 - 25 of 44) sorted by relevance

12

/bionic/libc/arch-mips/syscalls/
H A Dclose.S4 .globl close
6 .ent close
8 close: label
22 .end close
/bionic/libc/upstream-freebsd/
H A Dfreebsd-compat.h23 #define _close close
/bionic/libc/arch-arm/syscalls/
H A Dclose.S6 ENTRY(close) function
15 END(close)
/bionic/libc/arch-x86/syscalls/
H A Dclose.S6 ENTRY(close) function
21 END(close)
/bionic/libc/bionic/
H A Ddaemon.c50 close(fd);
53 close(fd);
H A Dif_indextoname.c60 close(ctl_sock);
H A Dif_nametoindex.c55 close(ctl_sock);
H A Dtmpfile.cpp83 close(fd);
94 // Failure. Clean up. We already unlinked, so we just need to close.
96 close(fd);
H A Dcpuacct.c64 if (TEMP_FAILURE_RETRY(close(fd)) == -1)
H A Dpthread_setname_np.cpp79 close(fd);
H A Ddirent.cpp138 return close(fd);
H A Dsystem_properties.c175 close(fd);
179 close(fd);
267 close(fd);
502 close(s);
512 // poll here (on nothing), waiting for the socket to close.
536 close(s);
/bionic/libc/upstream-netbsd/libc/gen/
H A Dpopen.c108 (void)close(pdes[0]);
109 (void)close(pdes[1]);
122 (void)close(pdes[0]);
123 (void)close(pdes[1]);
133 close(old->fd); /* don't allow a flush */
135 close(fileno(old->fp)); /* don't allow a flush */
139 (void)close(pdes[0]);
142 (void)close(pdes[1]);
147 (void)close(pdes[1]);
150 (void)close(pde
[all...]
/bionic/tests/
H A Deventfd_test.cpp44 close(fd);
H A Dstatvfs_test.cpp53 close(fd);
64 close(fd);
H A Ddirent_test.cpp75 close(fd);
87 ASSERT_EQ(close(fd), -1);
/bionic/libc/stdio/
H A Dstdio.c40 * Small standard I/O/seek/close functions.
88 return (close(((FILE *)cookie)->_file));
H A Dfreopen.c82 /* if close is NULL, closing is a no-op, hence pointless */
93 /* If out of fd's close the old one and try again. */
139 (void) close(f);
/bionic/libc/unistd/
H A Dsyslog.c279 (void)close(fd);
291 * that's their problem. They should close it before calling on
295 close(data->log_file);
327 (void)close(data->log_file);
352 (void)close(data->log_file);
/bionic/libc/tools/
H A Dgensyscalls.py335 glibc_fp.close()
356 fp.close()
368 fp.close()
376 fp.close()
384 fp.close()
/bionic/libc/tools/zoneinfo/
H A Dupdate-tzdata.py59 setup.close()
90 f.close()
H A DZoneCompactor.java141 reader.close();
211 reader.close();
221 f.close();
/bionic/linker/
H A Ddebugger.cpp97 close(s);
217 close(s);
/bionic/libc/kernel/common/linux/sunrpc/
H A Dxprt.h97 void (*close)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
/bionic/libc/kernel/tools/
H A Dutils.py149 f.close()
183 f.close()

Completed in 1546 milliseconds

12