Searched refs:mystat (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/liblzf/dist/
H A Dlzf.c370 struct stat mystat; local
378 rc = lstat (fname, &mystat);
380 rc = stat (fname, &mystat);
393 if (!S_ISREG (mystat.st_mode))
432 fchmod (fd2, mystat.st_mode);
434 chmod (oname, mystat.st_mode);
/netbsd-current/usr.bin/systat/
H A Dip.c55 struct mystat { struct
67 static struct mystat curstat;
68 static struct mystat oldstat;
69 static struct mystat newstat;

Completed in 117 milliseconds