Searched refs:hints (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rexec.c | 53 struct addrinfo hints, *res0; in rexec_af() local 69 memset(&hints, '\0', sizeof(hints)); in rexec_af() 70 hints.ai_family = af; in rexec_af() 71 hints.ai_socktype = SOCK_STREAM; in rexec_af() 72 hints.ai_flags = AI_CANONNAME; in rexec_af() 73 gai = getaddrinfo(*ahost, servbuff, &hints, &res0); in rexec_af()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | hostid.c | 65 struct addrinfo hints, *results, *addr; in gethostid() local 66 memset(&hints, 0, sizeof(struct addrinfo)); in gethostid() 67 if (!getaddrinfo(host, NULL, &hints, &results)) { in gethostid()
|
A D | getnet.c | 94 struct addrinfo hints, *addri; in libc_hidden_def() local 101 memset(&hints, 0, sizeof(struct addrinfo)); in libc_hidden_def() 102 hints.ai_family = AF_UNSPEC; in libc_hidden_def() 103 hints.ai_flags = AI_NUMERICHOST; in libc_hidden_def() 104 getaddrinfo(*(tok++), NULL, &hints, &addri); in libc_hidden_def()
|
A D | getaddrinfo.c | 793 const struct addrinfo *hints, struct addrinfo **pai) in libc_hidden_def() 810 if (hints == NULL) { in libc_hidden_def() 814 hints = &default_hints; in libc_hidden_def() 817 if (hints->ai_flags & ~(AI_PASSIVE|AI_CANONNAME|AI_NUMERICHOST| in libc_hidden_def() 821 if ((hints->ai_flags & AI_CANONNAME) && name == NULL) in libc_hidden_def() 829 if (hints->ai_flags & AI_NUMERICSERV) in libc_hidden_def() 847 if (hints->ai_family == g->family || hints->ai_family == AF_UNSPEC) { in libc_hidden_def() 848 if ((hints->ai_flags & AI_ADDRCONFIG) && !addrconfig(g->family)) { in libc_hidden_def() 855 i = g->gaih(name, pservice, hints, end); in libc_hidden_def() 858 if (hints->ai_family == AF_UNSPEC && (i & GAIH_OKIFUNSPEC)) in libc_hidden_def()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | thread | 180 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | thread | 189 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | thread | 183 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | thread | 182 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | thread | 172 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | thread | 181 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | thread | 199 // Returns a value that hints at the number of hardware thread contexts.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | kconfig-language.txt | 340 Kconfig hints
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | ChangeLog | 2355 to overloads without hints. Rename overloads with hints to
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 2174 http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt
|
Completed in 30 milliseconds