Lines Matching defs:proto
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
179 # define __REDIRECT_NTH(name, proto, alias) \ argument
182 # define __REDIRECT_NTH(name, proto, alias) \ argument
353 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument
354 # define __LDBL_REDIR(name, proto) \ argument
356 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument
357 # define __LDBL_REDIR_NTH(name, proto) \ argument
363 # define __REDIRECT_LDBL(name, proto, alias) \ argument
365 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
370 # define __LDBL_REDIR1(name, proto, alias) name proto argument
371 # define __LDBL_REDIR(name, proto) name proto argument
372 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW argument
373 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW argument
376 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias) argument
377 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument