Searched refs:streamio_file (Results 1 – 2 of 2) sorted by relevance
24 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_r()33 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_read()42 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_write()
5 struct streamio_file : phio_file { struct9 typedef struct streamio_file* stream_fp; argument