Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tip/
H A Dcmds.c247 char *fnamex; in tip_sendfile() local
259 fnamex = expand(fname); in tip_sendfile()
260 if (fnamex == NOSTR) in tip_sendfile()
262 if ((fd = fopen(fnamex, "r")) == NULL) { in tip_sendfile()