Home
last modified time | relevance | path

Searched refs:outFn (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dwebpng.c24 char outFn[20]; in main() local
255 snprintf (outFn, sizeof(outFn), "webpng.tmp%d", getpid ()); in main()
256 out = fopen (outFn, "wb"); in main()
261 "Unable to write to %s -- exiting\n", outFn); in main()
275 if (rename (outFn, argv[argc - 1]) != 0) in main()

Completed in 5 milliseconds