HomeSort by relevance Sort by last modified time
    Searched defs:mkstemps (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
mkstemps.c 58 @deftypefn Replacement int mkstemps (char *@var{pattern}, int @var{suffix_len})
78 mkstemps (char *pattern, int suffix_len) function
  /external/openssh/openbsd-compat/
mktemp.c 127 mkstemps(char *path, int slen) function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 151 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 637 extern int mkstemps (char *__template, int __suffixlen) __nonnull ((1)) __wur;
640 extern int __REDIRECT (mkstemps, (char *__template, int __suffixlen),
643 # define mkstemps mkstemps64 macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 642 extern int mkstemps (char *__template, int __suffixlen) __nonnull ((1)) __wur;
645 extern int __REDIRECT (mkstemps, (char *__template, int __suffixlen),
648 # define mkstemps mkstemps64 macro
    [all...]

Completed in 1314 milliseconds