Lines Matching full:functions
135 functions return values in one of two thread-specific data objects: a
137 functions can overwrite the information returned in either of these objects by
138 any of the other functions executed by the same thread.
147 The \fBlocaltime()\fR and \fBgmtime()\fR functions return pointers to \fBtm\fR
154 The \fBlocaltime_r()\fR and \fBgmtime_r()\fR functions have the same
171 Declarations of all the functions and externals, and the \fBtm\fR structure,
210 These functions know about the peculiarities of this conversion for various
235 Upon successful completion, the \fBgmtime()\fR and \fBlocaltime()\fR functions
241 functions return the address of the structure pointed to by the \fIres\fR
245 The \fBctime_r()\fR and \fBasctime_r()\fR functions will fail if:
259 \fBlocaltime_r()\fR functions will fail if:
270 These functions do not support localized date and time formats. The
275 \fBctime()\fR, and \fBctime_r()\fR functions assume Gregorian dates. Times
329 functions also update these external variables as if they had called
361 functions are safe to use in multithread applications because they employ
364 functions are MT-Safe. The \fBctime_r()\fR, \fBlocaltime_r()\fR, and
365 \fBtzset()\fR functions are MT-Safe in multithread applications, as long as no
370 \fBctime_r()\fR functions call \fBtzset()\fR.
405 \fBlocaltime_r()\fR, \fBgmtime_r()\fR, and \fBasctime_r()\fR functions as