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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Dlnstat.c98 char formatbuf[255]; local
100 snprintf(formatbuf, sizeof(formatbuf)-1, "%%%ulu|",
102 fprintf(of, formatbuf, lf->result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmprintf.c921 char formatbuf[32]="%"; local
923 size_t left = sizeof(formatbuf)-strlen(formatbuf);
939 strcat(formatbuf, "-");
941 strcat(formatbuf, "+");
943 strcat(formatbuf, " ");
945 strcat(formatbuf, "#");
947 fptr=&formatbuf[strlen(formatbuf)];
974 (sprintf)(work, formatbuf,
[all...]

Completed in 99 milliseconds