Searched defs:_GL_CXXALIAS_SYS (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-aux/
H A Dc++defs.h30 _GL_CXXALIAS_SYS (foo, ...);
48 _GL_CXXALIAS_SYS (foo, ...);
71 _GL_CXXALIAS_SYS (foo, ...);
147 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
152 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
161 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro
168 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro
173 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
191 is like _GL_CXXALIAS_SYS (func, rettype, parameters);

Completed in 21 milliseconds