Searched refs:exportname (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1900 const char *exportname; local
1914 exportname = NULL;
2122 exportname = argv[++i];
2317 if (exportname != NULL)
2325 status = asl_file_open_write(exportname, 0644, -1, -1, &export);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c2041 char exportname[PATH_MAX]; local
2051 strncpy (exportname, outname, PATH_MAX - 15);
2057 if ((sep = strstr(exportname, ".tif")) || (sep = strstr(exportname, ".TIF")))
2068 strncat (exportname, filenum, 14);
2071 *tiffout = TIFFOpen(exportname, mode);
2074 TIFFError("update_output_file", "Unable to open output file %s\n", exportname);

Completed in 302 milliseconds