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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dplp_snprintf.c980 char formatstr[128]; local
990 strcpy( formatstr, "%" ); /* 1 */
991 if( ljust ) mystrcat(formatstr, "-" ); /* 1 */
992 if( zpad ) mystrcat(formatstr, "0" ); /* 1 */
994 sprintf( formatstr+safestrlen(formatstr), "%d", len ); /* 3 */
997 sprintf( formatstr+safestrlen(formatstr), ".%d", precision ); /* 3 */
1000 sprintf( formatstr+safestrlen(formatstr), "
[all...]

Completed in 36 milliseconds