Searched refs:st1 (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libcmd/
H A Dgetconf.c155 struct stat st1; local
302 q = !stat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st_dev == st1.st_dev;
/ast/src/cmd/nmake/
H A Dexpand.c1925 Stat_t st1; local
1931 else if ((!stat(s, &st) && !stat(op, &st1) && st.st_dev == st1.st_dev && st.st_ino == st1.st_ino) == (sep == EQ))
/ast/src/cmd/pax/
H A Dfile.c194 struct stat st1; local
221 sp = (sp == &st0) ? &st1 : &st0;

Completed in 34 milliseconds