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}
int CDECL fclose(FILE *file)
static struct rpcdata * _rpcdata(void)
◆ 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}
FILE *CDECL fopen(const char *path, const char *mode)
void CDECL rewind(FILE *file)