Searched refs:USE_FILE (Results 1 – 3 of 3) sorted by relevance
326 #define USE_FILE 1 /* else memory */ macro342 if (opts & USE_FILE) in print_opts()3053 if (!(image->opts & USE_FILE) || (image->opts & USE_STDIO)) in read_one_file()3060 if (image->opts & USE_FILE) in read_one_file()3209 else if (image->opts & USE_FILE) in write_one_file()3524 opts |= USE_FILE; in main()3529 opts &= ~USE_FILE; in main()
72 #define USE_FILE(...) __VA_ARGS__ macro
80 USE_FILE(NEWTOY(file, "<1bhLs[!hL]", TOYFLAG_USR|TOYFLAG_BIN))