Home
last modified time | relevance | path

Searched refs:FIO_STREAM_ST (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h916 #define FIO_STREAM_ST 3 /* first usable ver fio fd open file number */ macro
H A Dv_ex.c7064 if (fd == -1 || fd < FIO_STREAM_ST) { errno = EBADF; return(0); } in fio_fopen()