HomeSort by: relevance | last modified time | path
    Searched defs:info_suffixes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
filesys.c 44 static char *info_suffixes[] = { variable
202 for (i = 0; info_suffixes[i]; i++)
204 strcpy (temp + pre_suffix_length, info_suffixes[i]);
693 for (i = 0; info_suffixes[i]; i++)
698 strcat (trydir, info_suffixes[i]);

Completed in 12 milliseconds