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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tempnam.c 1 /* $OpenBSD: tempnam.c,v 1.19 2015/08/31 02:53:57 guenther Exp $ */
39 __warn_references(tempnam,
40 "warning: tempnam() possibly used unsafely; consider using mkstemp()");
43 tempnam(const char *dir, const char *pfx) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
tempnam.c 39 tempnam.c 8.1 (Berkeley) 6/4/93
40 NetBSD: tempnam.c,v 1.19 2005/07/27 13:23:07 drochner Exp
56 __warn_references(tempnam,
57 "warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()")
76 tempnam(const char *dir, const char *pfx) function
  /external/ImageMagick/MagickCore/
nt-base.h 260 #if !defined(tempnam)
261 # define tempnam _tempnam_s macro

Completed in 171 milliseconds