Searched refs:LSEEK_ERROR (Results 1 – 2 of 2) sorted by relevance
67 if(LSEEK_ERROR == lseek(in->fd, 0, SEEK_SET)) in tool_seek_cb()73 if(LSEEK_ERROR == lseek(in->fd, step, SEEK_CUR)) in tool_seek_cb()82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
368 # define LSEEK_ERROR (__int64)-1 macro386 # define LSEEK_ERROR (long)-1 macro393 #ifndef LSEEK_ERROR394 # define LSEEK_ERROR (off_t)-1 macro