Searched defs:getdtablesize (Results 1 - 3 of 3) sorted by relevance
/external/bison/lib/ |
H A D | getdtablesize.c | 0 /* getdtablesize() function for platforms that don't have it. 50 /* Cache for the previous getdtablesize () result. */ 54 getdtablesize (void) function
|
/external/bison/darwin-lib/ |
H A D | unistd.h | 978 _GL_FUNCDECL_SYS (getdtablesize, int, (void)); 980 _GL_CXXALIAS_SYS (getdtablesize, int, (void)); 981 _GL_CXXALIASWARN (getdtablesize); variable 983 # undef getdtablesize macro 985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " 986 "use gnulib module getdtablesize for portability");
|
/external/bison/linux-lib/ |
H A D | unistd.h | 978 _GL_FUNCDECL_SYS (getdtablesize, int, (void)); 980 _GL_CXXALIAS_SYS (getdtablesize, int, (void)); 981 _GL_CXXALIASWARN (getdtablesize); variable 983 # undef getdtablesize macro 985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " 986 "use gnulib module getdtablesize for portability");
|
Completed in 263 milliseconds