Searched defs:len_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c242 int i, len_t, len_f; local
245 len_t = target_domain == NULL ? 0 : strlen(target_domain);
249 for (i = 0; i < len_t; i++)
251 target[len_t] = '\0';
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2716 int len_n, len_v, len_t, len_f; local
2744 len_t = len_f + strlen(hv) + 1;
2745 if (len_t < 0)
2747 buf = (char *) xalloc(len_t);
2757 len_t - len_n - 1);
2758 SM_ASSERT(len_t >= len_n + 1 + len_v + 1);
2759 len_t = len_n + 1 + len_v + 1;
2763 len_t, e, state, "header");
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h243 typedef u_longlong_t len_t; typedef

Completed in 349 milliseconds