Lines Matching refs:except
114 the terminating null byte. Wide strings are similar, except their
154 is for alphabet-based languages (except for non-normalized text) but
589 This function is like @code{strcpy}, except that it returns a pointer to
611 This function is like @code{wcscpy}, except that it returns a pointer to
681 The @code{strcat} function is similar to @code{strcpy}, except that the
705 The @code{wcscat} function is similar to @code{wcscpy}, except that the
1007 This function is like @code{strcat} except that not more than @var{size}
1041 This function is like @code{wcscat} except that not more than @var{size}
1237 This function is like @code{strcmp}, except that differences in case are
1253 This function is like @code{wcscmp}, except that differences in case are
1266 This function is the similar to @code{strcmp}, except that no more than
1275 This function is similar to @code{wcscmp}, except that no more than
1284 This function is like @code{strncmp}, except that differences in case
1297 This function is like @code{wcsncmp}, except that differences in case
1722 surprisingly frequent. The interface is similar to @code{memchr} except
1745 The function @code{memrchr} is like @code{memchr}, except that it searches
1796 @code{strchrnul} is the same as @code{strchr} except that if it does
1806 @code{wcschrnul} is the same as @code{wcschr} except that if it does not
1841 The function @code{strrchr} is like @code{strchr}, except that it searches
1855 The function @code{wcsrchr} is like @code{wcschr}, except that it searches
1863 This is like @code{strchr}, except that it searches @var{haystack} for a
1881 This is like @code{wcschr}, except that it searches @var{haystack} for a
1902 This is like @code{strstr}, except that it ignores case in searching for
1993 @code{strcspn}, except that it returns a pointer to the first byte
2016 related to @code{wcscspn}, except that it returns a pointer to the first
2712 @code{'\0'} inside @var{argz} (except the last one, which terminates the