Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c207 fail_buffer[50]; variable
1052 || strlen(s1) + 1 > sizeof(fail_buffer))
1073 || strlen(s1) + 1 > sizeof(fail_buffer))
1102 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
1122 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
1367 minlen = (len > sizeof(fail_buffer)? len: sizeof(fail_buffer)) - 1;
1469 strcpy(fail_reason = fail_buffer, abort_string[n]);