/external/openssh/openbsd-compat/ |
mktemp.c | 51 mkstemps(char *path, int slen) function
|
openbsd-compat.h | 96 int mkstemps(char *path, int slen);
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
mktemp.c | 56 mkstemps(char *path, int slen) function
|
/external/bison/darwin-lib/ |
stdlib.h | 92 /* 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"); [all...] |
/external/bison/linux-lib/ |
stdlib.h | 92 /* 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"); [all...] |
/external/bison/lib/ |
stdlib.in.h | 91 /* 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");
|