HomeSort by relevance Sort by last modified time
    Searched refs:mkostemp (Results 1 - 6 of 6) sorted by null

  /external/bison/darwin-lib/
stdlib.h 664 _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)
667 _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/));
668 _GL_CXXALIASWARN (mkostemp);
670 # undef mkostemp macro
672 _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - "
673 "use gnulib module mkostemp for portability");
    [all...]
  /external/bison/linux-lib/
stdlib.h 664 _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)
667 _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/));
668 _GL_CXXALIASWARN (mkostemp);
670 # undef mkostemp macro
672 _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - "
673 "use gnulib module mkostemp for portability");
    [all...]
  /external/bison/lib/
stdlib.in.h 342 _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)
345 _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/));
346 _GL_CXXALIASWARN (mkostemp);
348 # undef mkostemp
350 _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - "
351 "use gnulib module mkostemp for portability");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
631 # define mkostemp mkostemp64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
631 # define mkostemp mkostemp64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
631 # define mkostemp mkostemp64 macro

Completed in 112 milliseconds