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

/haiku-fatelf/src/bin/gzip/
H A Dgzip.c865 struct stat ostat; /* stat for ofname */ local
889 if (stat(ofname, &ostat) != 0) {
891 if (fstat(ofd, &ostat) != 0) {
900 if (!name_too_long(ofname, &ostat)) return OK;
1530 struct stat ostat; /* stat for ofname */ local
1537 while (stat(ofname, &ostat) != 0) {
1542 if (stat(ofname, &ostat) != 0) return 0;
1548 if (!decompress && name_too_long(ofname, &ostat)) {
1550 if (stat(ofname, &ostat) != 0) return 0;
1556 if (same_file(&istat, &ostat)) {
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/jmicron2x0/dev/jme/
H A Dif_jme.c3334 struct jme_hw_stats *stat, *ostat; local
3342 ostat = &sc->jme_ostats;
3360 stat->rx_good_frames += ostat->rx_good_frames;
3361 stat->rx_crc_errs += ostat->rx_crc_errs;
3362 stat->rx_mii_errs += ostat->rx_mii_errs;
3363 stat->rx_fifo_oflows += ostat->rx_fifo_oflows;
3364 stat->rx_desc_empty += ostat->rx_desc_empty;
3365 stat->rx_bad_frames += ostat->rx_bad_frames;
3366 stat->tx_good_frames += ostat->tx_good_frames;
3367 stat->tx_bad_frames += ostat
[all...]

Completed in 49 milliseconds