Searched refs:tempnam (Results 1 - 14 of 14) sorted by path

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdio.h438 __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.")
443 char *tempnam(const char *, const char *) __DARWIN_ALIAS(tempnam); variable
446 char *tempnam(const char *, const char *) LIBC_ALIAS(tempnam);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dtempnam.c31 static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/stdio/tempnam.c,v 1.11 2007/01/09 00:28:07 imp Exp $");
44 __warn_references(tempnam,
45 "warning: tempnam() possibly used unsafely; consider using mkstemp()");
50 tempnam(dir, pfx) function
/macosx-10.10.1/file-46/file/src/
H A Dapptype.c56 else if ((filename = tempnam("./", "tmp")) == NULL) {
57 file_error(ms, errno, "cannot create tempnam");
/macosx-10.10.1/groff-38/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);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/
H A DMakefile139 strptime.c swab.c syslog.c sysloglib.h tempnam.c \
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dtempnam.c24 * tempnam implementation
29 #ifdef tempnam
33 __STDPP__directive pragma pp:hide tempnam
35 #define tempnam ______tempnam
44 __STDPP__directive pragma pp:nohide tempnam
46 #undef tempnam
55 tempnam(const char* dir, const char* pfx) function
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dwrite.c905 md_p = tempnam(tempdir, "tar.md.");
/macosx-10.10.1/libtelnet-13/
H A Dgetent.c63 char *tempnam, *dba[2] = { gettytab, NULL }; local
65 tempnam = strdup(name);
66 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0;
67 free(tempnam);
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2089 dump_name = tempnam( NULL, "lxml" );
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1956 dump_name = tempnam( NULL, "lxml" );
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim4556 \ 'tempnam(': 'string dir, string prefix | string',
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim171 syn keyword phpFunctions basename chgrp chmod chown clearstatcache copy delete dirname disk_free_space disk_total_space diskfreespace fclose feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents file fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype flock fnmatch fopen fpassthru fputs fread fscanf fseek fstat ftell ftruncate fwrite glob is_dir is_executable is_file is_link is_readable is_uploaded_file is_writable is_writeable link linkinfo lstat mkdir move_uploaded_file parse_ini_file pathinfo pclose popen readfile readlink realpath rename rewind rmdir set_file_buffer stat symlink tempnam tmpfile touch umask unlink contained
/macosx-10.10.1/vim-55/src/
H A Dfileio.c7544 * a do-nothing function. Therefore we use tempnam().
7547 p = (char_u *)tempnam("tmp:", (char *)itmp);
/macosx-10.10.1/xar-254/xar/lib/
H A Dfbsdattr.c230 char tempnam[1024]; local
238 memset(tempnam, 0, sizeof(tempnam));
239 snprintf(tempnam, sizeof(tempnam)-1, "%s.%s", ns, key);
244 e = xar_ea_new(f, tempnam);

Completed in 428 milliseconds