HomeSort by relevance Sort by last modified time
    Searched defs:__REDIRECT (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 166 at the assembly language level. This is wrapped by the __REDIRECT
173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT(name, proto, alias) name proto; \
352 # ifdef __REDIRECT
353 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
369 #if !defined __LDBL_COMPAT || !defined __REDIRECT
375 # ifdef __REDIRECT
376 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 166 at the assembly language level. This is wrapped by the __REDIRECT
173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT(name, proto, alias) name proto; \
352 # ifdef __REDIRECT
353 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
369 #if !defined __LDBL_COMPAT || !defined __REDIRECT
375 # ifdef __REDIRECT
376 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 166 at the assembly language level. This is wrapped by the __REDIRECT
173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
191 # define __REDIRECT(name, proto, alias) name proto; \
352 # ifdef __REDIRECT
353 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias)
369 #if !defined __LDBL_COMPAT || !defined __REDIRECT
375 # ifdef __REDIRECT
376 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias)

Completed in 54 milliseconds