Home | History | Annotate | Download | only in aoutm68k

Lines Matching refs:st_size

245 	if (st->st_size < (off_t)1 << 32)
246 ast->st_size = st->st_size;
248 ast->st_size = -2;
281 if (st->st_size < (off_t)1 << 32)
282 ast->st_size = st->st_size;
284 ast->st_size = -2;
310 if (st->st_size < (off_t)1 << 32)
311 ast->st_size = st->st_size;
313 ast->st_size = -2;