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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dpingpong.c188 char *fmt_crlf; local
202 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
203 if(!fmt_crlf)
206 s = vaprintf(fmt_crlf, args); /* trailing CRLF appended */
207 free(fmt_crlf);

Completed in 88 milliseconds