Home
last modified time | relevance | path

Searched refs:zos_test_file (Results 1 – 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2grep.c3267 FILE *zos_test_file; in grep_or_recurse() local
3295 zos_test_file = fopen(pathname,"rb"); in grep_or_recurse()
3297 if (zos_test_file == NULL) in grep_or_recurse()
3303 zos_type = identifyzosfiletype (zos_test_file); in grep_or_recurse()
3304 fclose (zos_test_file); in grep_or_recurse()