Searched refs:seekoff (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtelldir.c72 (lp->loc_seek == dirp->dd_td->seekoff)
92 lp->loc_seek = dirp->dd_td->seekoff;
126 lp->loc_seek == dirp->dd_td->seekoff
134 dirp->dd_td->seekoff = lp->loc_seek;
H A Dtelldir.h65 __darwin_off_t seekoff; /* 64-bit seek offset */ member in struct:_telldir
H A Dreaddir.c67 dirp->dd_buf, dirp->dd_len, &dirp->dd_td->seekoff);
H A Dopendir.c176 n = (int)__getdirentries64(fd, ddptr, space, &dirp->dd_td->seekoff);
289 dirp->dd_td->seekoff = 0;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_file.h101 seekoff(streamoff __off, ios_base::seekdir __way);
/macosx-10.10.1/vim-55/src/xxd/
H A Dxxd.c453 long length = -1, n = 0, seekoff = 0; local
529 seekoff = strtol(pp + 2+relseek+negseek, (char **)NULL, 0);
541 seekoff = strtol(argv[2] + relseek+negseek, (char **)NULL, 0);
644 negseek ? -seekoff : seekoff);
647 if (seekoff || negseek || !relseek)
651 e = fseek(fp, negseek ? -seekoff : seekoff, 1);
653 e = fseek(fp, negseek ? -seekoff : seekoff, negsee
[all...]
/macosx-10.10.1/xar-254/xar/lib/
H A Dio.c210 static void xar_io_seek(xar_t x, xar_file_t f, off_t seekoff) { argument
214 r = lseek(XAR(x)->fd, seekoff, SEEK_SET);
221 len = seekoff - XAR(x)->toc_count;
439 int64_t fsize, inc = 0, seekoff; local
448 seekoff = xar_io_get_file_offset(x, f, p);
449 if( seekoff == -1 ) {
452 } else if( ((seekoff == LLONG_MAX) || (seekoff == LLONG_MIN)) && (errno == ERANGE) ) {
455 seekoff += xar_io_get_heap_base_offset(x);
456 xar_io_seek(x, f, seekoff);
543 int64_t fsize, inc = 0, seekoff, writesize=0; local
673 off_t seekoff; local
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/iostream/
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
189 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, function in class:strstreambuf
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
H A Dbasic_file.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) function in class:__basic_file

Completed in 482 milliseconds