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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 31 #define MKTEMP_FILE 1
95 case MKTEMP_FILE:
133 return(mktemp_internal(path, slen, MKTEMP_FILE, flags));
139 return(mktemp_internal(path, 0, MKTEMP_FILE, 0));
146 return(mktemp_internal(path, 0, MKTEMP_FILE, flags));
153 return(mktemp_internal(path, slen, MKTEMP_FILE, 0));
  /external/openssh/openbsd-compat/
mktemp.c 40 #define MKTEMP_FILE 1
81 case MKTEMP_FILE:
123 return(mktemp_internal(path, 0, MKTEMP_FILE));
129 return(mktemp_internal(path, slen, MKTEMP_FILE));

Completed in 713 milliseconds