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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 144 mkostemp(char *path, int flags) function
148 DEF_WEAK(mkostemp); variable
  /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...]

Completed in 69 milliseconds