Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1384 int n, abort_len, report_len; local
1454 if (s - temp >= (abort_len = strlen(abort_string[n])) &&
1455 strncmp(s - abort_len, abort_string[n], abort_len) == 0) {