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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 1 /* $OpenBSD: tmpnam.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
39 __warn_references(tmpnam,
40 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
45 tmpnam(char *s) function
  /toolchain/binutils/binutils-2.25/libiberty/
tmpnam.c 3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function

Completed in 87 milliseconds