Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dextern.h56 int getty_chat(char *, int, int);
H A Dmain.c234 if (getty_chat(IC, CT, DC) > 0) { in main()
258 i = getty_chat(AC, CT, DC); in main()
H A Dchat.c437 getty_chat(char *scrstr, int timeout, int debug) in getty_chat() function