Home | History | Annotate | Download | only in tzcode

Lines Matching full:strlen

1109 	if (max_abbrvar_len < strlen(r.r_abbrvar))
1110 max_abbrvar_len = strlen(r.r_abbrvar);
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
1148 strlen(fields[ZF_NAME]) +
1149 strlen(zones[i].z_filename)));
1216 if (max_format_len < strlen(z.z_format))
1217 max_format_len = strlen(z.z_format);
1410 ep = dp + strlen(dp) - 1;
1690 (int) (strlen(directory) + 1 + strlen(name) + 1));
1776 thischarcnt += strlen(thisabbr) + 1;
1905 len = strlen(abbr);
2460 charcnt = strlen(chars) + 1;
2617 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
2708 emalloc((int) ((strlen(cp) + 1) * sizeof *array));
2905 i = strlen(string) + 1;