Searched refs:must_exist (Results 1 – 6 of 6) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/file/ |
D | SDL_rwops.c | 55 DWORD must_exist, truncate; in win32_file_open() local 73 must_exist = ( SDL_strchr(mode,'r') != NULL ) ? OPEN_EXISTING : 0; in win32_file_open() 75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0; in win32_file_open() 101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL); in win32_file_open() 137 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL); in win32_file_open() 164 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL); in win32_file_open()
|
/external/valgrind/main/perf/ |
D | vg_perf.in | 102 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 108 if ($must_exist) {
|
/external/valgrind/main/tests/ |
D | vg_regtest.in | 181 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 187 if ($must_exist) {
|
/external/ppp/pppd/ |
D | main.c | 1661 run_program(prog, args, must_exist, done, arg) in run_program() argument 1664 int must_exist; 1695 if (must_exist || errno != ENOENT) 1727 if (must_exist || errno != ENOENT) {
|
D | pppd.h | 480 pid_t run_program __P((char *prog, char **args, int must_exist, 674 int options_from_file __P((char *filename, int must_exist, int check_prot,
|
D | options.c | 387 options_from_file(filename, must_exist, check_prot, priv) in options_from_file() argument 389 int must_exist; 410 if (!must_exist) {
|