Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c30 static int text_open __P((char *)), text_close __P((void));
38 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
118 static int text_open(fname) in text_open() function