Home
last modified time | relevance | path

Searched refs:SYS_close (Results 1 - 25 of 74) sorted by relevance

123

/third_party/musl/src/stdio/
H A Dpopen.c32 __syscall(SYS_close, p[0]); in popen()
33 __syscall(SYS_close, p[1]); in popen()
49 __syscall(SYS_close, p[1-op]); in popen()
59 __syscall(SYS_close, p[1-op]); in popen()
H A D__stdio_close.c14 return syscall(SYS_close, __aio_close(f->fd)); in __stdio_close()
H A Dfopen.c29 __syscall(SYS_close, fd); in fopen()
H A Dtmpfile.c26 if (!f) __syscall(SYS_close, fd); in tmpfile()
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dpopen.c32 __syscall(SYS_close, p[0]); in popen()
33 __syscall(SYS_close, p[1]); in popen()
49 __syscall(SYS_close, p[1-op]); in popen()
59 __syscall(SYS_close, p[1-op]); in popen()
H A Dtmpfile.c27 if (!f) __syscall(SYS_close, fd); in tmpfile()
/third_party/musl/src/time/
H A D__map_file.c24 __syscall(SYS_close, fd); in __map_file()
27 __syscall(SYS_close, fd); in __map_file()
51 __syscall(SYS_close, fd); in __map_tzdata_file()
68 __syscall(SYS_close, fd); in __map_tzdata_file()
/third_party/musl/src/unistd/
H A Dfaccessat.c51 __syscall(SYS_close, p[1]); in faccessat()
55 __syscall(SYS_close, p[0]); in faccessat()
H A Dclose.c16 int r = __syscall_cp(SYS_close, fd); in __close()
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c55 __syscall(SYS_close, s); in mq_notify()
73 __syscall(SYS_close, s); in mq_notify()
/third_party/musl/src/process/
H A Dposix_spawn.c98 __syscall(SYS_close, p); in child()
103 __syscall(SYS_close, op->fd); in child()
128 __syscall(SYS_close, fd); in child()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c97 __syscall(SYS_close, p); in child()
102 __syscall(SYS_close, op->fd); in child()
127 __syscall(SYS_close, fd); in child()
/third_party/musl/src/thread/
H A Dpthread_cancel.c31 && (st==PTHREAD_CANCEL_DISABLE || nr==SYS_close)) in __syscall_cp_c()
35 if (r==-EINTR && nr!=SYS_close && self->cancel && in __syscall_cp_c()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_cancel.c30 && (st==PTHREAD_CANCEL_DISABLE || nr==SYS_close)) in __syscall_cp_c()
34 if (r==-EINTR && nr!=SYS_close && self->cancel && in __syscall_cp_c()
/third_party/musl/src/mq/
H A Dmq_notify.c84 __syscall(SYS_close, s); in mq_notify()
100 __syscall(SYS_close, s); in mq_notify()
H A Dmq_close.c9 return syscall(SYS_close, mqd); in mq_close()
/third_party/musl/src/network/
H A Dnetlink.c50 __syscall(SYS_close,fd); in __rtnetlink_enumerate()
65 __syscall(SYS_close, fd); in __rtnetlink_enumerate_new()
H A Dif_indextoname.c21 __syscall(SYS_close, fd); in if_indextoname()
H A Dif_nametoindex.c19 __syscall(SYS_close, fd); in if_nametoindex()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cancel.c31 && (st==PTHREAD_CANCEL_DISABLE || nr==SYS_close)) in __syscall_cp_c()
35 if (r==-EINTR && nr!=SYS_close && self->cancel && in __syscall_cp_c()
/third_party/musl/porting/linux/user/src/unistd/
H A Dclose.c16 int r = __syscall_cp(SYS_close, fd); in __close()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_nametoindex.c16 __syscall(SYS_close, fd); in if_nametoindex()
H A Dif_indextoname.c16 __syscall(SYS_close, fd); in if_indextoname()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfopen.c29 __syscall(SYS_close, fd); in fopen()
/third_party/musl/porting/linux/user/src/dirent/
H A Dopendir.c22 __syscall(SYS_close, fd); in opendir()

Completed in 5 milliseconds

123