Lines Matching refs:file_len
1337 opp->file_len = strlen (fname); /* Don't include trailing nul */
1357 if (opp->file_len == 7)
1368 if (opp->file_len == 6 && strncmp (path, "CONIN$", 6) == 0)
1378 if (opp->file_len == 7)
1389 if (opp->file_len == 6 && strncmp (path, "CONIN$", 6) == 0)
1550 char *path = fc_strdup (opp->file, opp->file_len);
1756 find_file (const char *file, gfc_charlen_type file_len)
1764 char *path = fc_strdup (file, file_len);
1912 file_exists (const char *file, gfc_charlen_type file_len)
1914 char *path = fc_strdup (file, file_len);
1924 file_size (const char *file, gfc_charlen_type file_len)
1926 char *path = fc_strdup (file, file_len);