Searched refs:tempnam (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/telnet/libtelnet/
H A Dgetent.c57 char *tempnam, *dba[2] = { gettytab, NULL }; local
59 tempnam = strdup(name);
60 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0;
61 free(tempnam);
/freebsd-10.3-release/lib/libc/stdio/
H A Dtempnam.c31 static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: releng/10.3/lib/libc/stdio/tempnam.c 249810 2013-04-23 14:36:44Z emaste $");
44 __warn_references(tempnam,
45 "warning: tempnam() possibly used unsafely; consider using mkstemp()");
50 tempnam(const char *dir, const char *pfx) function
H A DMakefile.inc22 tempnam.c tmpfile.c \
82 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/freebsd-10.3-release/contrib/file/src/
H A Dapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) {
57 file_error(ms, errno, "cannot create tempnam");
/freebsd-10.3-release/contrib/groff/src/roff/groff/
H A Dpipeline.c369 Microsoft's `tempnam' uses the directory specified by `getenv("TMP")'
381 tmpfiles[0] = tempnam(tmpdir, NULL);
382 tmpfiles[1] = tempnam(tmpdir, NULL);
/freebsd-10.3-release/include/
H A Dstdio.h345 char *tempnam(const char *, const char *);
/freebsd-10.3-release/contrib/byacc/
H A Dmain.c514 * Split-up to use tempnam, rather than tmpnam; the latter (like
527 if ((name = tempnam(dname, fname)) != 0)
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h1152 extern char * tempnam(const char *, const char *);

Completed in 169 milliseconds