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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c412 static unsigned toi(const void *p, int n);
1608 fsize = toi(isodirrec + DR_size_offset, DR_size_size);
1888 } else if (toi(isodirrec + DR_volume_sequence_number_offset, 2) != 1) {
1991 file->rdev = toi(data,4);
1993 file->rdev |= toi(data + 8, 4);
2010 = toi(data, 4);
2013 = toi(data + 8, 4);
2016 = toi(data + 16, 4);
2019 = toi(data + 24, 4);
2022 = toi(dat
2910 toi(const void *p, int n) function
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c1471 int toi; local
1473 toi = 0;
1481 if (toi != 0 && ((attypes[fromi].at +
1482 gmtoffs[attypes[toi - 1].type]) <=
1483 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1484 : attypes[toi - 2].type]))) {
1485 attypes[toi - 1].type =
1489 if (toi == 0 ||
1490 attypes[toi
[all...]

Completed in 114 milliseconds