Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c257 char *fnamex; in tip_sendfile() local
269 fnamex = expand(fname); in tip_sendfile()
270 if (fnamex == NOSTR) in tip_sendfile()
272 if ((fd = fopen(fnamex, "r")) == NULL) { in tip_sendfile()