Searched defs:unlockpt (Results 1 - 2 of 2) sorted by relevance
/external/bison/darwin-lib/ |
H A D | stdlib.h | 1203 _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); 1205 _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); 1206 _GL_CXXALIASWARN (unlockpt); 1208 # undef unlockpt macro 1210 _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " 1211 "use gnulib module unlockpt for portability");
|
/external/bison/linux-lib/ |
H A D | stdlib.h | 1203 _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); 1205 _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); 1206 _GL_CXXALIASWARN (unlockpt); 1208 # undef unlockpt macro 1210 _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " 1211 "use gnulib module unlockpt for portability");
|
Completed in 58 milliseconds