HomeSort by: relevance | last modified time | path
    Searched defs:tempnam (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
tempnam.c 1 /* $NetBSD: tempnam.c,v 1.22 2012/03/15 18:22:30 christos Exp $ */
35 static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: tempnam.c,v 1.22 2012/03/15 18:22:30 christos Exp $");
52 __warn_references(tempnam,
53 "warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()")
72 tempnam(const char *dir, const char *pfx) function in typeref:typename:char *
tempnam.c 1 /* $NetBSD: tempnam.c,v 1.22 2012/03/15 18:22:30 christos Exp $ */
35 static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: tempnam.c,v 1.22 2012/03/15 18:22:30 christos Exp $");
52 __warn_references(tempnam,
53 "warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()")
72 tempnam(const char *dir, const char *pfx) function in typeref:typename:char *

Completed in 86 milliseconds