Lines Matching defs:proto

249 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))  argument
251 # define __REDIRECT_NTH(name, proto, alias) \ argument
253 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
256 # define __REDIRECT_NTH(name, proto, alias) \ argument
258 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
569 # define __LDBL_REDIR(name, proto) ... unused__ldbl_redir argument
579 # define __LDBL_REDIR1(name, proto, alias) ... unused__ldbl_redir1 argument
583 # define __LDBL_REDIR1_NTH(name, proto, alias) \ argument
585 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
589 # define __REDIRECT_LDBL(name, proto, alias) ... unused__redirect_ldbl argument
590 # define __LDBL_REDIR_NTH(name, proto) ... unused__ldbl_redir_nth argument
598 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument
599 # define __LDBL_REDIR(name, proto) \ argument
601 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument
602 # define __LDBL_REDIR_NTH(name, proto) \ argument
610 # define __REDIRECT_LDBL(name, proto, alias) \ argument
612 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
618 # define __LDBL_REDIR1(name, proto, alias) name proto argument
619 # define __LDBL_REDIR(name, proto) name proto argument
620 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW argument
621 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW argument
625 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias) argument
626 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument