Searched refs:ost (Results 1 – 4 of 4) sorted by relevance
17 ost &0 # this code is copied to the stack
1315 cvtstat(st, ost) in cvtstat() argument1317 struct ostat *ost;1320 ost->st_dev = st->st_dev;1321 ost->st_ino = st->st_ino;1322 ost->st_mode = st->st_mode;1324 ost->st_uid = st->st_uid;1325 ost->st_gid = st->st_gid;1326 ost->st_rdev = st->st_rdev;1328 ost->st_size = st->st_size;1330 ost->st_size = -2;[all …]
251 Char *st0, **ost; local303 ost = st;305 ost[0] = st0;
373 void cvtstat __P((struct stat *st, struct ostat *ost));