Lines Matching +full:multi +full:- +full:function
8 getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr \- get network
49 The function \fBinnetgr()\fR returns \fB1\fR if there is a netgroup
57 The \fBinnetgr()\fR function is safe for use in single-threaded and
65 The function \fBsetnetgrent()\fR establishes the network group specified in the
70 Successive calls to the function \fBgetnetgrent()\fR will enumerate the members
99 This implementation is not safe for use in multi-threaded applications.
102 The function \fBgetnetgrent_r()\fR is similar to \fBgetnetgrent()\fR function,
107 associated with the triple. The \fBgetnetgrent_r()\fR function is safe for use
108 both in single-threaded and multi-threaded applications.
111 The function \fBendnetgrent()\fR frees the space allocated by the previous
117 multi-threaded applications, the effect of each is process-wide. Calling
121 multi-threaded applications may require coordination by the caller.
123 The function \fBgetnetgrent_r()\fR will return \fB0\fR and set \fBerrno\fR to
126 interpretation of \fBerrno\fR in multi-threaded applications.
151 MT-Level See \fBDESCRIPTION\fR section.
161 The function \fBgetnetgrent_r()\fR is included in this release on an
171 When compiling multi-threaded applications, see \fBIntro\fR(3), \fINotes On