Searched refs:strln (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | snprintf.c | 962 int padlen, strln; /* Amount to pad. */ in fmtstr() local 969 for (strln = 0; value[strln] != '\0' && in fmtstr() 970 (noprecision || strln < precision); strln++) in fmtstr() 973 if ((padlen = width - strln) < 0) in fmtstr() 1402 int strln; in getnumsep() local 1407 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++) in getnumsep() 1409 separators *= strln; in getnumsep()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | sim-if.c | 839 size_t strln = strlen (prog_argv[i]) + 1; in sim_open() local 842 strln) in sim_open() 843 != strln) in sim_open() 847 epp += strln; in sim_open() 855 unsigned int strln = strlen (environ[i]) + 1; in sim_open() local 857 if (sim_core_write_buffer (sd, NULL, NULL_CIA, environ[i], epp, strln) in sim_open() 858 != strln) in sim_open() 862 epp += strln; in sim_open()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | mods.c | 434 size_t strln; in modify_increment_values() local 439 strln = snprintf( str, sizeof(str), "%ld", value+incr ); in modify_increment_values() 441 tmp = SLAP_REALLOC( a->a_nvals[i].bv_val, strln+1 ); in modify_increment_values() 447 a->a_nvals[i].bv_len = strln; in modify_increment_values() 449 AC_MEMCPY( a->a_nvals[i].bv_val, str, strln+1 ); in modify_increment_values()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | compat.c | 556 int cnt = 0, padlen, strln; /* amount to pad */ in fmtstr() local 561 for (strln = 0; value[strln]; ++strln); /* strlen */ in fmtstr() 562 padlen = min - strln; in fmtstr()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| D | bio_print.c | 386 size_t strln; in fmtstr() local 392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr() 394 padlen = min - strln; in fmtstr() 416 while (strln > 0 && (max < 0 || cnt < max)) { in fmtstr() 419 --strln; in fmtstr()
|