Searched refs:loff_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/pdisk-9/
H A Dfile_media.c65 #define loff_t off_t macro
69 #define loff_t long macro
166 loff_t x;
189 if ((x = llseek(fd, (loff_t)0, 0)) < 0) {
208 loff_t off;
224 off = llseek(fd, (loff_t)0, 2); /* seek to end of media */
258 loff_t off;
303 loff_t off;
H A Dio.c59 #define loff_t off_t macro
62 #define loff_t long macro
H A Dpartition_map.c848 loff_t pos;
884 if ((pos = llseek(fd, (loff_t)0, SEEK_END)) < 0) {
886 } else if ((pos = llseek(fd, (loff_t)0, SEEK_CUR)) < 0) {

Completed in 119 milliseconds