Lines Matching full:file_spec
172 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path,
173 return whether F matches FILE_SPEC. */
176 input_statement_is_archive_path (const char *file_spec, char *sep,
183 && ((sep != file_spec)
188 if (sep != file_spec)
192 match = name_match (file_spec, aname) == 0;
891 const char *file_spec = s->filename;
894 if (file_spec == NULL)
902 else if ((p = archive_path (file_spec)) != NULL)
906 if (input_statement_is_archive_path (file_spec, p, f))
910 else if (wildcardp (file_spec))
914 if (fnmatch (file_spec, f->filename, 0) == 0)
923 f = lookup_name (file_spec);