Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c60 static int expect_str(char *, int);
434 if (expect_str(buf, fn) == FAIL) { in expect()
454 if (expect_str(buf, fn) == FAIL) { in expect()
470 expect_str(char *str, int fn) in expect_str() function
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c62 static int wait_for_hangup(), expect_str();
628 if (expect_str(buf, fn) == FAIL) {
648 if (expect_str(buf, fn) == FAIL) {
664 expect_str(str, fn) in expect_str() function