Lines Matching full:functions

125 These functions are used to obtain password entries. Entries can come from any
138 The \fBsetpwent()\fR, \fBgetpwent()\fR, and \fBendpwent()\fR functions are used
152 functions after calling \fBendpwent()\fR.
155 The \fBfgetpwent()\fR function, unlike the other functions above, does not use
162 functions use thread-specific data storage that is reused in each call to one
163 of these functions by the same thread, making them safe to use but not
167 The parallel functions \fBgetpwnam_r()\fR, \fBgetpwuid_r()\fR,
237 \fBgetpwuid_r()\fR functions each return a pointer to a \fBstruct passwd\fR if
246 and \fBfgetpwent_r()\fR. If these non-reentrant functions return a null pointer
250 The standard-conforming functions \fBgetpwnam_r()\fR and \fBgetpwuid_r()\fR can
258 \fBfgetpwent_r()\fR functions each return a pointer to a \fBstruct passwd\fR if
268 functions use thread-specific data storage, so returned data must be copied
269 before a subsequent call to any of these functions if the data is to be saved.
272 When the pointer returned by the reentrant functions \fBgetpwnam_r()\fR,
277 The \fBgetpwent_r()\fR, \fBfgetpwent()\fR, and \fBfgetpwent_r()\fR functions
323 \fBgetpwent()\fR, \fBsetpwent()\fR, and \fBendpwent()\fR functions may fail if:
336 \fBgetpwent()\fR, and \fBsetpwent()\fR functions may fail if:
359 \fBgetpwuid_r()\fR functions may fail if:
371 The \fBgetpwnam_r()\fR and \fBgetpwuid_r()\fR functions may fail if:
472 and \fBgetpwuid_r()\fR functions as specified in POSIX.1c Draft 6. The final
473 POSIX.1c standard changed the interface for these functions. Support for the