Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngcp.c140 #define NOWRITE 0x200 /* Do not write an output file */ macro
301 S(nowrite, NOWRITE)
1860 if ((dp->options & NOWRITE) != 0) in display_start_write()
2323 if (!(d.options & NOWRITE) && option_end+2 < argc && !checkdir(argv[argc-1])) in main()
2347 if (!(d.options & NOWRITE) && i < argc) in main()
2416 while (i+!(d.options & NOWRITE) < argc); in main()