Home | History | Annotate | Download | only in openssh

Lines Matching full:maxlen

109 	size_t maxlen;
123 maxlen = strlen(avail) + 1;
124 first = xmalloc(maxlen);
125 last = xmalloc(maxlen);
131 strlcat(to, ",", maxlen); \
132 strlcat(to, from, maxlen); \