#include <wintirpc.h>
#include <sys/types.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rpc/rpc.h>
#include <libc_private.h>
Go to the source code of this file.
◆ MAXALIASES
◆ RPCDB
◆ _rpcdata()
◆ endrpcent()
Definition at line 188 of file getrpcent.c.
195 if (!__yp_nomap && _yp_check(
NULL)) {
196 if (
d->current && !
d->stayopen)
204 if (
d->rpcf && !
d->stayopen) {
static struct rpcdata * _rpcdata(void)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
◆ getrpcent()
Definition at line 211 of file getrpcent.c.
224 if (!__yp_nomap && _yp_check(&
d->domain)) {
225 if (
d->current ==
NULL &&
d->currentlen == 0) {
226 reason = yp_first(
d->domain,
"rpc.bynumber",
227 &
d->current, &
d->currentlen,
230 reason = yp_next(
d->domain,
"rpc.bynumber",
231 d->current,
d->currentlen,
232 &
d->current, &
d->currentlen,
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
ACPI_SIZE strlen(const char *String)
static struct rpcdata * _rpcdata(void)
static WCHAR reason[MAX_STRING_RESOURCE_LEN]
_Check_return_ _CRTIMP FILE *__cdecl fopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode)
_Check_return_opt_ _CRTIMP char *__cdecl fgets(_Out_writes_z_(_MaxCount) char *_Buf, _In_ int _MaxCount, _Inout_ FILE *_File)
static struct rpcent * interpret(char *val, size_t len)
Referenced by interpret().
◆ interpret()
Definition at line 262 of file getrpcent.c.
289 d->rpc.r_name =
d->line;
290 while (*
cp ==
' ' || *
cp ==
'\t')
293 q =
d->rpc.r_aliases =
d->rpc_aliases;
298 if (*
cp ==
' ' || *
cp ==
'\t') {
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
char * strpbrk(const char *String, const char *Delimiters)
char * strncpy(char *DstString, const char *SrcString, ACPI_SIZE Count)
struct rpcent * getrpcent()
static struct rpcdata * _rpcdata(void)
GLdouble GLdouble GLdouble GLdouble q
_Check_return_ int __cdecl atoi(_In_z_ const char *_Str)
Referenced by getrpcent().
◆ setrpcent()
Definition at line 163 of file getrpcent.c.
171 if (!__yp_nomap && _yp_check(
NULL)) {
_CRTIMP void __cdecl rewind(_Inout_ FILE *_File)
static struct rpcdata * _rpcdata(void)
_Check_return_ _CRTIMP FILE *__cdecl fopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode)
◆ rpcdata