/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
mktemp.c | 145 mkostemp(char *path, int flags) function
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdlib.h | 669 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur; 672 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64) 675 # define mkostemp mkostemp64 macro 682 /* Similar to mkostemp, but the template can have a suffix after the [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdlib.h | 674 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur; 677 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64) 680 # define mkostemp mkostemp64 macro 687 /* Similar to mkostemp, but the template can have a suffix after the [all...] |