Searched refs:whence (Results 1 – 6 of 6) sorted by relevance
45 def seek(self, offset, whence=0): argument47 if whence == 0:49 elif whence == 1:51 elif whence == 2:54 raise IOError("Invalid whence argument to seek: %r" % (whence,))
101 OSOrderedSet * whence;
6172 notify->whence = set; in setNotification()6327 bool removed = (NULL == notify->whence); in addMatchingNotification()6908 if (whence) { in remove()6909 whence->removeObject((OSObject *) this ); in remove()6910 whence = NULL; in remove()
1229 z_off_t offset, int whence));
584 whence = 0
6318 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()6335 switch (uap->whence) { in lseek()