Searched refs:accept (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Daccept.c4 int accept(int fd, struct sockaddr* restrict addr, socklen_t* restrict len) { function
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrspn.c12 strspn(char const *s, char const *accept) argument
19 for (a = accept; *a != '\0'; ++a) {
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dsocket.h300 int accept(int, struct sockaddr* __restrict, socklen_t* __restrict);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c766 bool accept; local
771 for (accept = false; !accept;) {
792 accept = true;
806 for (accept = false; !accept;) {
822 accept = true;
826 accept = true;
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp355 int client_fd = accept(socket_fd_.get(), (struct sockaddr*)&addr, &len);
357 fprintf(stderr, "Socket accept failed, err: %s\n", strerror(errno));
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1066 For commands that accept optional -ignore tags, samples where any routine in
3631 # the second slot is always 3 (we'll accept anything that's not 0).
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk473 $(LOCAL_DIR)/src/network/accept.c \

Completed in 106 milliseconds