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

/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_mime.c45 static char *strip_ends(char *name);
714 ntmp = strip_ends(q);
723 new_hdr = mime_hdr_new(ntmp, strip_ends(q));
749 ntmp = strip_ends(q);
758 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
780 new_hdr = mime_hdr_new(ntmp, strip_ends(q));
788 mime_hdr_addparam(mhdr, ntmp, strip_ends(q));
802 static char *strip_ends(char *name) function

Completed in 106 milliseconds