Home | History | Annotate | Download | only in libtests

Lines Matching defs:USE_FILE

326 #define USE_FILE 1       /* else memory */
342 if (opts & USE_FILE)
3054 if (!(image->opts & USE_FILE) || (image->opts & USE_STDIO))
3061 if (image->opts & USE_FILE)
3210 else if (image->opts & USE_FILE)
3525 opts |= USE_FILE;
3530 opts &= ~USE_FILE;