Lines Matching full:functions
244 These functions operate on wide-character strings terminated by \fBwchar_t\fR
251 The \fBwcscat()\fR and \fBwscat()\fR functions append a copy of the
256 objects that overlap, the behavior is undefined. Both functions return
260 The \fBwcsncat()\fR and \fBwsncat()\fR functions append not more than \fIn\fR
266 the result. Both functions return \fIws1\fR; no return value is reserved to
270 The \fBwcscmp()\fR and \fBwscmp()\fR functions compare the wide-character
274 differ in the objects being compared. Upon completion, both functions return an
280 The \fBwcsncmp()\fR and \fBwsncmp()\fR functions compare not more than \fIn\fR
286 completion, both functions return an integer greater than, equal to, or less
292 The \fBwcscpy()\fR and \fBwscpy()\fR functions copy the wide-character string
295 that overlap, the behavior is undefined. Both functions return \fIws1\fR; no
299 The \fBwcsncpy()\fR and \fBwsncpy()\fR functions copy not more than \fIn\fR
307 functions return \fI ws1\fR; no return value is reserved to indicate an error.
316 The \fBwcschr()\fR and \fBwschr()\fR functions locate the first occurrence of
321 wide-character string. Upon completion, both functions return a pointer to the
325 The \fBwcsrchr()\fR and \fBwsrchr()\fR functions locate the last occurrence of
330 wide-character string. Upon successful completion, both functions return a
335 The \fBwindex()\fR and \fBwrindex()\fR functions behave the same as
339 The \fBwcspbrk()\fR and \fBwspbrk()\fR functions locate the first occurrence in
355 The \fBwcsspn()\fR and \fBwsspn()\fR functions compute the length of the
358 pointed to by \fIws2\fR. Both functions return the length \fIws1\fR; no return
362 The \fBwcscspn()\fR and \fBwscspn()\fR functions compute the length of the
365 wide-character string pointed to by \fIws2\fR. Both functions return the length
370 A sequence of calls to the \fBwcstok()\fR and \fBwstok()\fR functions break the
393 The \fBwcstok()\fR and \fBwstok()\fR functions then search from that point for
399 The \fBwcstok()\fR and \fBwstok()\fR functions save a pointer to the following
405 Upon successful completion, both functions return a pointer to the first
443 \fBwcscspn()\fR, and \fBwcstok()\fR functions are Standard. The \fBwscat()\fR,
446 \fBwstok()\fR, \fBwindex()\fR, and \fBwrindex()\fR functions are Stable.