Lines Matching refs:always
71 null byte always represents the null character. A @dfn{multibyte
111 document, the term @dfn{allocated size} is always used to refer to the
166 strings since there is almost always an exact equivalent
203 arrays or blocks of storage, then you should always use the @samp{mem}
269 take string arguments; those arguments are always pointers, not arrays.
837 we don't use @code{strcat} anymore. We always keep track of the length
848 is almost always unnecessary to use @code{strcat}.
865 This function is similar to @code{strcpy} but always copies exactly
888 This function is similar to @code{wcscpy} but always copies exactly
912 This function is similar to @code{strdup} but always copies at most
919 This function differs from @code{strncpy} in that it always terminates
949 This function is similar to @code{stpcpy} but copies always exactly
977 This function is similar to @code{wcpcpy} but copies always exactly
1010 always appended to @var{to}, so the total
1044 character is also always appended to @var{to}, so the total allocated
2029 New code should always use @code{strchr} since this name is defined in
2038 New code should always use @code{strrchr} since this name is defined in
2129 they is parsing, you should always copy the string to a temporary buffer
2407 always written, even if the compiler could determine that this is
2452 The return value of @code{strfry} is always @var{string}.
2486 always @var{mem}.