Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/getty/
H A Dchat.c65 static int chat_expect(const char *);
316 chat_expect(const char *str) in chat_expect() function
468 if ((r = chat_expect(script[i++])) == 0 && script[i] != NULL) in getty_chat()
/freebsd-14.2/usr.bin/chat/
H A Dchat.c166 void chat_expect(char *s);
296 chat_expect(*argv); in main()
375 chat_expect (arg); in do_file()
760 chat_expect(char *s) in chat_expect() function