Lines Matching refs:strresult

76 	char strresult[1024];
101 (void) strlcpy(strresult, "Request was truncated",
102 sizeof (strresult));
126 (void) snprintf(strresult, sizeof (strresult),
141 (void) strlcpy(strresult, "Request was truncated in AP-REQ",
142 sizeof (strresult));
158 (void) strlcpy(strresult, "Failed initializing auth context",
159 sizeof (strresult));
171 (void) strlcpy(strresult, "Failed initializing auth context",
172 sizeof (strresult));
184 (void) strlcpy(strresult,
186 sizeof (strresult));
221 (void) strlcpy(strresult, "Failed reading application request",
222 sizeof (strresult));
234 (void) strlcpy(strresult,
236 sizeof (strresult));
261 (void) strlcpy(strresult,
263 sizeof (strresult));
279 (void) strlcpy(strresult,
281 sizeof (strresult));
312 (void) strlcpy(strresult,
314 sizeof (strresult));
323 (void) strlcpy(strresult,
325 sizeof (strresult));
338 (void) strlcpy(strresult, "Failed decrypting request",
339 sizeof (strresult));
352 strlcpy(strresult, "Failed decoding ChangePasswdData",
353 sizeof(strresult));
367 strlcpy(strresult, "Failed unparsing target name for log",
368 sizeof(strresult));
377 (void) strcpy(strresult, "Failed decrypting request");
385 strlcpy(strresult, "Ticket must be derived from a password",
386 sizeof(strresult));
396 (void) strlcpy(strresult, "Malloc failed for ptr",
397 sizeof (strresult));
405 client, ptr, NULL, strresult, sizeof (strresult));
460 strlcpy(strresult, "", sizeof(strresult));
469 clear.length = 2 + strlen(strresult);
477 (void) strlcpy(strresult, "Malloc failed for clear.data",
478 sizeof (strresult));
486 (void) memcpy(ptr, strresult, strlen(strresult));
494 (void) strlcpy(strresult,
496 sizeof (strresult));
501 (void) strlcpy(strresult,
503 sizeof (strresult));