HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
lseek64.c 30 extern int __llseek(int fd, unsigned long offset_hi, unsigned long offset_lo, loff_t* result, int whence);
32 off64_t lseek64(int fd, off64_t off, int whence)
36 if ( __llseek(fd, (unsigned long)(off >> 32),(unsigned long)(off), &result, whence ) < 0 )
  /external/linux-tools-perf/util/ui/
browser.h 23 void (*seek)(struct ui_browser *self, off_t offset, int whence);
45 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence);
48 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence);
  /external/marisa-trie/lib/marisa/
intvector.cc 44 long offset, int whence) {
47 temp_mapper.open(filename, offset, whence);
67 long offset, int whence) {
69 reader.open(filename, offset, whence);
98 long offset, int whence) const {
100 writer.open(filename, trunc_flag, offset, whence);
trie.cc 13 long offset, int whence) {
16 temp_mapper.open(filename, offset, whence);
46 long offset, int whence) {
48 reader.open(filename, offset, whence);
87 long offset, int whence) const {
89 writer.open(filename, trunc_flag, offset, whence);
bitvector.h 23 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET);
35 long offset = 0, int whence = SEEK_SET) const;
tail.h 17 long offset = 0, int whence = SEEK_SET);
22 long offset = 0, int whence = SEEK_SET);
29 long offset = 0, int whence = SEEK_SET) const;
mapper.h 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
51 void seek(long offset, int whence);
intvector.h 16 long offset = 0, int whence = SEEK_SET);
21 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET) const;
vector.h 15 long offset = 0, int whence = SEEK_SET);
20 long offset = 0, int whence = SEEK_SET);
27 long offset = 0, int whence = SEEK_SET) const;
mapper.cc 64 void Mapper::open(const char *filename, long offset, int whence) {
88 temp.seek(offset, whence);
92 void Mapper::open(const char *filename, long offset, int whence) {
112 temp.seek(offset, whence);
135 void Mapper::seek(long offset, int whence) {
136 switch (whence) {
tail.cc 31 long offset, int whence) {
36 temp_mapper.open(filename, offset, whence);
52 void Tail::load(const char *filename, long offset, int whence) {
54 reader.open(filename, offset, whence);
80 long offset, int whence) const {
82 writer.open(filename, trunc_flag, offset, whence);
vector-inline.h 22 long offset, int whence) {
25 temp_mapper.open(filename, offset, whence);
49 long offset, int whence) {
51 reader.open(filename, offset, whence);
85 long offset, int whence) const {
87 writer.open(filename, trunc_flag, offset, whence);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 44 long offset, int whence) {
47 temp_mapper.open(filename, offset, whence);
67 long offset, int whence) {
69 reader.open(filename, offset, whence);
98 long offset, int whence) const {
100 writer.open(filename, trunc_flag, offset, whence);
trie.cc 13 long offset, int whence) {
16 temp_mapper.open(filename, offset, whence);
46 long offset, int whence) {
48 reader.open(filename, offset, whence);
87 long offset, int whence) const {
89 writer.open(filename, trunc_flag, offset, whence);
bitvector.h 23 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET);
35 long offset = 0, int whence = SEEK_SET) const;
tail.h 17 long offset = 0, int whence = SEEK_SET);
22 long offset = 0, int whence = SEEK_SET);
29 long offset = 0, int whence = SEEK_SET) const;
mapper.h 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
52 void seek(long offset, int whence);
intvector.h 16 long offset = 0, int whence = SEEK_SET);
21 long offset = 0, int whence = SEEK_SET);
28 long offset = 0, int whence = SEEK_SET) const;
vector.h 15 long offset = 0, int whence = SEEK_SET);
20 long offset = 0, int whence = SEEK_SET);
27 long offset = 0, int whence = SEEK_SET) const;
mapper.cc 66 void Mapper::open(const char *filename, long offset, int whence) {
91 temp.seek(offset, whence);
95 void Mapper::open(const char *filename, long offset, int whence) {
116 temp.seek(offset, whence);
139 void Mapper::seek(long offset, int whence) {
140 switch (whence) {
  /external/clang/test/Analysis/
stream.c 46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
81 // PR 8081 - null pointer crash when 'whence' is not an integer constant
82 void pr8081(FILE *stream, long offset, int whence) {
83 fseek(stream, offset, whence);
  /bionic/libc/stdio/
fseek.c 46 * `Whence' must be one of the three SEEK_* macros.
49 fseeko(FILE *fp, off_t offset, int whence)
70 * Change any SEEK_CUR to SEEK_SET, and check `whence' argument.
71 * After this, whence is either SEEK_SET or SEEK_END.
74 switch (whence) {
100 whence = SEEK_SET;
143 if (whence == SEEK_SET)
232 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
254 fseek(FILE *fp, long offset, int whence)
258 return(fseeko(fp, off, whence));
    [all...]
  /external/e2fsprogs/lib/blkid/
llseek.c 90 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence)
97 return lseek(fd, (off_t) offset, whence);
104 result = my_llseek(fd, offset, whence);
  /external/eigen/
COPYING.README 5 Some files contain third-party code under BSD or LGPL licenses, whence the other
  /frameworks/native/include/utils/
Compat.h 30 static inline off64_t lseek64(int fd, off64_t offset, int whence) {
31 return lseek(fd, offset, whence);

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>