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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_print.c442 size_t strln; local
448 strln = strlen(value);
449 if (strln > INT_MAX)
450 strln = INT_MAX;
452 padlen = min - strln;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_print.c442 size_t strln; local
448 strln = strlen(value);
449 if (strln > INT_MAX)
450 strln = INT_MAX;
452 padlen = min - strln;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c764 int padlen, strln; /* amount to pad */ local
774 for (strln = 0; strln < max && value[strln]; ++strln); /* strlen */
775 padlen = min - strln;

Completed in 117 milliseconds