Home
last modified time | relevance | path

Searched refs:newstring (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/iconv/
Dstrtab.c144 newstring (struct Strtab *st, const char *str, size_t len) in newstring() function
225 newstr = newstring (st, str, len); in strtabadd()
/glibc-2.36/manual/
Dstring.texi2055 @deftypefun {char *} strtok (char *restrict @var{newstring}, const char *restrict @var{delimiters})
2061 The string to be split up is passed as the @var{newstring} argument on
2065 the @var{newstring} argument. Calling @code{strtok} with another
2066 non-null @var{newstring} argument reinitializes the state information.
2076 original string @var{newstring} is overwritten by a null byte, and the
2077 pointer to the beginning of the token in @var{newstring} is returned.
2084 If the end of the string @var{newstring} is reached, or if the remainder of
2093 @deftypefun {wchar_t *} wcstok (wchar_t *@var{newstring}, const wchar_t *@var{delimiters}, wchar_t …
2099 The string to be split up is passed as the @var{newstring} argument on
2103 null pointer as the @var{newstring} argument, which causes the pointer
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.1312954 (newstring): Move len == 0 handling...