Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchat.c83 static void ExecStr(struct physical *, char *, char *, int);
269 ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3); in chat_UpdateSet()
713 ExecStr(struct physical *physical, char *command, char *out, int olen) in ExecStr() function