Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c201 fail_buffer[50]; variable
1046 || strlen(s1) + 1 > sizeof(fail_buffer))
1067 || strlen(s1) + 1 > sizeof(fail_buffer))
1096 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
1116 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
1363 minlen = (len > sizeof(fail_buffer)? len: sizeof(fail_buffer)) - 1;
1465 strcpy(fail_reason = fail_buffer, abort_string[n]);