Searched refs:MAXDNAME (Results 1 – 9 of 9) sorted by relevance
150 char tbuf[MAXDNAME]; in getanswer()477 char abuf[MAXDNAME]; in res_gethostbyname2_context()500 strncpy(hostbuf, name, MAXDNAME); in res_gethostbyname2_context()501 hostbuf[MAXDNAME] = '\0'; in res_gethostbyname2_context()502 bp = hostbuf + MAXDNAME; in res_gethostbyname2_context()503 len = sizeof hostbuf - MAXDNAME; in res_gethostbyname2_context()533 strncpy(hostbuf, name, MAXDNAME); in res_gethostbyname2_context()534 hostbuf[MAXDNAME] = '\0'; in res_gethostbyname2_context()535 bp = hostbuf + MAXDNAME; in res_gethostbyname2_context()536 len = sizeof hostbuf - MAXDNAME; in res_gethostbyname2_context()[all …]
48 static char abuf[MAXDNAME]; in hostalias()
98 char tname[MAXDNAME+1]; in __libc_res_nameinquery()
113 char tname[MAXDNAME+1]; in __libc_res_queriesmatch()
590 char nbuf[MAXDNAME]; in __res_context_querydomain()601 if (n >= MAXDNAME - 1) { in __res_context_querydomain()609 if (n + d + 1 >= MAXDNAME) { in __res_context_querydomain()
335 char name[MAXDNAME]; in p_cdnname()379 char name[MAXDNAME]; in libresolv_hidden_def()
79 #define MAXDNAME NS_MAXDNAME macro
169 char qbuf[MAXDNAME]; in libc_hidden_def()
445 char qbuf[MAXDNAME+1], *qp = NULL; in libc_hidden_def()639 char tbuf[MAXDNAME]; in getanswer_r()1133 char tbuf[MAXDNAME]; in gaih_getanswer_slice()
Completed in 21 milliseconds