Go to the source code of this file.
◆ endrpcent()
Definition at line 188 of file getrpcent.c.
189{
191
193 return;
194#ifdef YP
195 if (!__yp_nomap && _yp_check(
NULL)) {
196 if (
d->current && !
d->stayopen)
200 return;
201 }
202 __yp_nomap = 0;
203#endif
204 if (
d->rpcf && !
d->stayopen) {
207 }
208}
static struct rpcdata * _rpcdata(void)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
◆ setrpcent()
Definition at line 163 of file getrpcent.c.
165{
167
169 return;
170#ifdef YP
171 if (!__yp_nomap && _yp_check(
NULL)) {
176 return;
177 }
178 __yp_nomap = 0;
179#endif
182 else
185}
_CRTIMP void __cdecl rewind(_Inout_ FILE *_File)
_Check_return_ _CRTIMP FILE *__cdecl fopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode)