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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpingpong.c166 char *fmt_crlf; local
180 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
181 if(!fmt_crlf)
184 s = vaprintf(fmt_crlf, args); /* trailing CRLF appended */
185 free(fmt_crlf);

Completed in 159 milliseconds