Lines Matching defs:string
71 #include <string.h>
803 *kstring(char *string)
807 return ((string == NULL)? null: string);
936 /* Set kssl_err error info when reason text is a simple string
1647 /* Set one of the plain (char *) string members of the kssl_ctx struct.
1655 char **string;
1661 case KSSL_SERVICE: string = &kssl_ctx->service_name; break;
1662 case KSSL_SERVER: string = &kssl_ctx->service_host; break;
1663 case KSSL_CLIENT: string = &kssl_ctx->client_princ; break;
1664 case KSSL_KEYTAB: string = &kssl_ctx->keytab_file; break;
1667 if (*string) kssl_free(*string);
1671 *string = '\0';
1675 if ((*string = kssl_calloc(1, strlen(text) + 1)) == NULL)
1678 strcpy(*string, text);
1900 ** KerberosTime string to struct tm. Note that KerberosTime is a