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

/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c135 static char *abort_string[MAX_ABORTS], *fail_reason, fail_buffer[50]; variable
909 || strlen(s1) + 1 > sizeof(fail_buffer))
930 || strlen(s1) + 1 > sizeof(fail_buffer))
959 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
979 if (strlen(s1) > strlen(s) || strlen(s1) > sizeof fail_buffer - 1)
1191 minlen = (len > sizeof(fail_buffer)? len: sizeof(fail_buffer)) - 1;
1287 strcpy(fail_reason = fail_buffer, abort_string[n]);

Completed in 59 milliseconds