Home | History | Annotate | Download | only in lib

Lines Matching full:openat

135 #   undef openat
136 # define openat rpl_openat
138 _GL_FUNCDECL_RPL (openat, int,
141 _GL_CXXALIAS_RPL (openat, int,
145 _GL_FUNCDECL_SYS (openat, int,
149 _GL_CXXALIAS_SYS (openat, int,
152 _GL_CXXALIASWARN (openat);
154 # undef openat
156 _GL_WARN_ON_USE (openat, "openat is not portable - "
157 "use gnulib module openat for portability");