Home
last modified time | relevance | path

Searched defs:has_file (Results 1 – 3 of 3) sorted by relevance

/external/bc/include/
Dvm.h289 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument
339 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument
394 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c83 static int has_file(const char *fname, int required) in has_file() function
/external/bc/src/
Dvm.c1455 bool has_file = false; local