Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/resolv/
Dres_nameinquery.c99 int n, ttype, tclass; in __libc_res_nameinquery() local
107 NS_GET16 (ttype, cp); in __libc_res_nameinquery()
109 if (ttype == type && tclass == class in __libc_res_nameinquery()
Dres_queriesmatch.c114 int n, ttype, tclass; in __libc_res_queriesmatch() local
122 NS_GET16 (ttype, cp); in __libc_res_queriesmatch()
124 if (!__libc_res_nameinquery (tname, ttype, tclass, buf2, eom2)) in __libc_res_queriesmatch()
/glibc-2.36/sysdeps/mach/hurd/
Dptsname.c49 int ttype; in __ptsname_internal() local
51 if (HURD_DPORT_USE (fd, __term_get_bottom_type (port, &ttype)) == 0) in __ptsname_internal()
/glibc-2.36/math/
Dtest-tgmath2.c101 __typeof__ (rettype) ttype = 0, *ptype; \
106 __asm ("" : "=r" (ptype) : "0" (&ttype), "r" (&texpr)); \