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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dsnprintf.c472 int padlen, strln; /* amount to pad */ local
482 strln = strlen (value);
485 /*strln = strnlen (value, max);*/
486 for (strln = 0; strln < max && value[strln]; ++strln)
488 padlen = min - strln;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_print.c443 int padlen, strln; local
448 for (strln = 0; value[strln]; ++strln)
450 padlen = min - strln;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Db_print.c443 int padlen, strln; local
448 for (strln = 0; value[strln]; ++strln)
450 padlen = min - strln;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsnprintf.c472 int padlen, strln; /* amount to pad */ local
482 for (strln = 0; value[strln]; ++strln); /* strlen */
483 padlen = min - strln;

Completed in 103 milliseconds