Home | History | Annotate | Download | only in libiberty

Lines Matching full:maxlen

1619 @deftypefn Supplemental size_t strnlen (const char *@var{s}, size_t @var{maxlen})
1622 past the first @var{maxlen} characters in the string. If there is no
1623 '\0' character in the first @var{maxlen} characters, returns
1624 @var{maxlen}.