Home
last modified time | relevance | path

Searched refs:len_f (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c242 int i, len_t, len_f; in test_condition_domain() local
246 len_f = found_domain == NULL ? 0 : strlen(found_domain); in test_condition_domain()
253 for (i = 0; i < len_f; i++) in test_condition_domain()
255 found[len_f] = '\0'; in test_condition_domain()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmilter.c2716 int len_n, len_v, len_t, len_f; local
2743 len_f = strlen(h->h_field) + 1;
2744 len_t = len_f + strlen(hv) + 1;
2754 len_n = dequote_internal_chars(h->h_field, buf, len_f);
2755 SM_ASSERT(len_n < len_f);