Searched refs:sl (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmiscbltin.c77 struct strlist *sl; local
87 sl = arglist.list;
90 if (!sl) {
100 rmescapes(sl->text);
101 setvar(*ap, sl->text, 0);
102 sl = sl->next;
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dres_msend.c30 socklen_t sl = sizeof sa.sin; local
49 sl = sizeof sa.sin6;
66 if (fd < 0 || bind(fd, (void*)&sa, sl) < 0)
102 sendto(fd, queries[i], qlens[i], 0, (void*)&ns[j], sl);
111 while ((rlen = recvfrom(fd, answers[next], asize, 0, (void*)&sa, (socklen_t[1]){sl})) >=
119 for (j = 0; j < nns && memcmp(ns + j, &sa, sl); j++)
143 sendto(fd, queries[i], qlens[i], 0, (void*)&ns[j], sl);
H A Dgetnameinfo.c57 int getnameinfo(const struct sockaddr* restrict sa, socklen_t sl, char* restrict node, argument
68 if (sl < sizeof(struct sockaddr_in))
75 if (sl < sizeof(struct sockaddr_in6))
H A Dgethostbyaddr_r.c16 socklen_t sl = af == AF_INET6 ? sizeof sa.sin6 : sizeof sa.sin; local
52 switch (getnameinfo((void*)&sa, sl, buf, buflen, 0, 0, 0)) {

Completed in 71 milliseconds