Searched refs:ttype (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/resolv/ |
D | res_nameinquery.c | 99 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()
|
D | res_queriesmatch.c | 114 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/ |
D | ptsname.c | 49 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/ |
D | test-tgmath2.c | 101 __typeof__ (rettype) ttype = 0, *ptype; \ 106 __asm ("" : "=r" (ptype) : "0" (&ttype), "r" (&texpr)); \
|