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;
6024 notify->whence = set; in setNotification()6179 bool removed = (NULL == notify->whence); in addMatchingNotification()6760 if (whence) { in remove()6761 whence->removeObject((OSObject *) this ); in remove()6762 whence = NULL; in remove()
1229 z_off_t offset, int whence));
525 whence = 0
5809 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()5826 switch (uap->whence) { in lseek()