Searched refs:shutdown (Results 1 – 25 of 107) sorted by relevance
12345
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | shutdown.c | 30 return INLINE_SYSCALL (shutdown, 2, fd, how); in __shutdown() 32 return SOCKETCALL (shutdown, fd, how); in __shutdown() 35 weak_alias (__shutdown, shutdown)
|
D | syscall-names.list | 568 shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | syscalls.list | 6 shutdown - shutdown 2 __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/ |
D | syscalls.list | 10 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | syscalls.list | 8 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | syscalls.list | 13 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | syscalls.list | 10 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | syscalls.list | 19 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | syscalls.list | 12 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | syscalls.list | 25 shutdown - shutdown i:ii __shutdown shutdown
|
/glibc-2.36/socket/ |
D | shutdown.c | 28 shutdown (int fd, int how) in shutdown() function 35 stub_warning (shutdown)
|
D | Versions | 28 send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
|
D | Makefile | 31 setsockopt shutdown socket socketpair isfdtype opensock \
|
/glibc-2.36/sysdeps/unix/ |
D | syscalls.list | 76 shutdown - shutdown i:ii shutdown
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | shutdown.c | 32 shutdown (int fd, int how) in shutdown() function
|
/glibc-2.36/nscd/ |
D | nscd.service | 9 ExecStop=/usr/sbin/nscd --shutdown
|
/glibc-2.36/inet/ |
D | etc.rpc | 12 walld 100008 rwall shutdown
|
/glibc-2.36/posix/ |
D | test-errno.c | 157 fails |= test_wrp (EBADF, shutdown, -1, SHUT_RD); in do_test()
|
/glibc-2.36/socket/sys/ |
D | socket.h | 324 extern int shutdown (int __fd, int __how) __THROW;
|
/glibc-2.36/conform/data/sys/ |
D | socket.h-data | 113 function int shutdown (int, int)
|
/glibc-2.36/mach/ |
D | err_kern.sub | 151 "(os/unix) can't send after socket shutdown",
|
/glibc-2.36/po/ |
D | lt.po | 1457 msgid "Cannot send after transport endpoint shutdown" 1458 msgstr "Negalima siųsti po transporto galinio taško išjungimo (shutdown)"
|
/glibc-2.36/manual/ |
D | nss.texi | 312 is not completely ready to work (while booting or shutdown or
|
D | socket.texi | 2239 @cindex socket shutdown 2250 connection by calling @code{shutdown}, which is declared in 2253 @deftypefun int shutdown (int @var{socket}, int @var{how}) 2256 The @code{shutdown} function shuts down the connection of socket
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1770 GLIBC_2.35 shutdown F
|
12345