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

/sssd/src/util/cert/nss/
H A Dcert.c50 char *ascii_lf = NULL; local
82 ascii_lf = talloc_size(mem_ctx, ascii_crlf_len * sizeof(char));
83 if (ascii_lf == NULL) {
92 ascii_lf[d++] = ascii_crlf[c];
97 ascii_lf,
117 talloc_free(ascii_lf);

Completed in 40 milliseconds