Searched refs:mkstemps (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dstdlib.h92 /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */
750 _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)
753 _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/));
754 _GL_CXXALIASWARN (mkstemps);
756 # undef mkstemps macro
758 _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - "
759 "use gnulib module mkstemps for portability");
/external/bison/linux-lib/
H A Dstdlib.h92 /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */
750 _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)
753 _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/));
754 _GL_CXXALIASWARN (mkstemps);
756 # undef mkstemps macro
758 _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - "
759 "use gnulib module mkstemps for portability");
/external/bison/lib/
H A Dstdlib.in.h91 /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */
428 _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)
431 _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/));
432 _GL_CXXALIASWARN (mkstemps);
434 # undef mkstemps
436 _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - "
437 "use gnulib module mkstemps for portability");

Completed in 171 milliseconds