Searched refs:whence (Results 1 – 6 of 6) sorted by relevance
41 def seek(self, offset, whence=0): argument43 if whence == 0:45 elif whence == 1:47 elif whence == 2:50 raise IOError("Invalid whence argument to seek: %r" % (whence,))
100 OSOrderedSet * whence;
6465 notify->whence = set; in setNotification()6620 bool removed = (NULL == notify->whence); in addMatchingNotification()7190 if (whence) { in remove()7191 whence->removeObject((OSObject *) this ); in remove()7192 whence = NULL; in remove()
1229 z_off_t offset, int whence));
417 whence = 0
6837 if (uap->whence == L_INCR && uap->offset == 0) { in lseek()6854 switch (uap->whence) { in lseek()