Searched refs:instat (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h182 extern Cell *instat(Node **, int);
H A Drun.c1443 Cell *instat(Node **a, int n) /* for (a[0] in a[1]) a[2] */ function
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c201 struct stat instat;
207 if (stat (infiles[i], &instat))
209 if (S_ISDIR (instat.st_mode))
200 struct stat instat; local
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c2529 struct stat instat, outstat; local
2549 ? fstat (STDIN_FILENO, &instat)
2550 : stat (files[i], &instat))
2552 && SAME_INODE (instat, outstat))

Completed in 72 milliseconds