HomeSort by: relevance | last modified time | path
    Searched refs:ulseek (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
unixdev.h 59 off_t ulseek(int, off_t, int);
pathfs.c 40 (void) ulseek((int)fd->f_devdata, 0L, SEEK_SET);
75 return ulseek((int)fd->f_devdata, offset, whence);
unixdev.c 56 if ((rc = ulseek(fd, off, SEEK_SET)) >= 0)
190 ulseek(int fd, off_t off, int wh) function in typeref:typename:off_t

Completed in 12 milliseconds