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

  /src/external/gpl2/texinfo/dist/util/
texindex.c 175 struct stat instat;
181 if (stat (infiles[i], &instat))
183 if (S_ISDIR (instat.st_mode))
174 struct stat instat; local
  /src/external/historical/nawk/dist/
run.c 1938 Cell *instat(Node **a, int n) /* for (a[0] in a[1]) a[2] */ function

Completed in 19 milliseconds