Home
last modified time | relevance | path

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

/freebsd-src/bin/pax/
H A Dtty_subs.c108 tty_read(char *str, int len) in tty_read() function
H A Dextern.h292 int tty_read(char *, int);
H A Dar_io.c1143 if ((tty_read(buf,sizeof(buf))<0) || !strcmp(buf,".")){ in ar_next()
1190 if ((tty_read(buf, sizeof(buf)) < 0) || !strcmp(buf, ".")) { in ar_next()
H A Dpat_rep.c691 if (tty_read(tmpname, sizeof(tmpname)) < 0) in tty_rename()