Searched refs:LSEEK_ERROR (Results 1 – 2 of 2) sorted by relevance
68 if(LSEEK_ERROR == lseek(per->infd, 0, SEEK_SET)) in tool_seek_cb()74 if(LSEEK_ERROR == lseek(per->infd, step, SEEK_CUR)) in tool_seek_cb()83 if(LSEEK_ERROR == lseek(per->infd, offset, whence)) in tool_seek_cb()
475 # define LSEEK_ERROR (__int64)-1 macro503 # define LSEEK_ERROR (long)-1 macro510 #ifndef LSEEK_ERROR511 # define LSEEK_ERROR (off_t)-1 macro
Completed in 5 milliseconds