Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_hx.c19 static int hex_open __P((char *));
24 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };
28 static int hex_open(fname) in hex_open() function