Searched refs:access_check (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | lto-wrapper.c | 771 access_check (const char *name, int mode) in access_check() function 809 if (access_check (paths[i], X_OK) == 0) in compile_offload_image() 942 if (access_check (paths[i], R_OK) == 0) in find_crtoffloadtable()
|
| HD | gcc.c | 335 static int access_check (const char *, int); 2716 access_check (const char *name, int mode) in access_check() function 2756 if (access_check (path, info->mode) == 0) in file_at_path() 2761 if (access_check (path, info->mode) == 0) in file_at_path() 4626 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 202 static int access_check (const char *, int); 2316 access_check (const char *name, int mode) in access_check() function 2356 if (access_check (path, info->mode) == 0) in file_at_path() 2361 if (access_check (path, info->mode) == 0) in file_at_path() 3980 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 12377 VEC (deferred_access_check,gc) *access_check; in cp_parser_template_id() 12391 access_check = check_value->checks; in cp_parser_template_id() 12392 if (access_check) in cp_parser_template_id() 12394 FOR_EACH_VEC_ELT (deferred_access_check, access_check, i, chk) in cp_parser_template_id()
|