#include <wintirpc.h>
#include <stdio.h>
#include <errno.h>
#include <netconfig.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ NP_INVALID
◆ NP_VALID
◆ _get_next_token()
Definition at line 228 of file getnetpath.c.
242 if ((
cp > npp) && (
cp[-1] ==
'\\')) {
244 if ((
cp > npp + 1) && (
cp[-2] !=
'\\')) {
258 while ((np =
strchr(ep,
'\\')) != 0) {
261 strcpy(np, (ep = &np[1]));
char * _get_next_token(char *, int)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat token
char * strchr(const char *String, int ch)
char * strcpy(char *DstString, const char *SrcString)
Referenced by _get_next_token(), getnetpath(), and parse_ncp().
◆ endnetpath()
Definition at line 191 of file getnetpath.c.
211 if (malloc_verify() == 0) {
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
void freenetconfigent(struct netconfig *netconfigp)
int endnetconfig(void *handlep)
struct netpath_chain * nchain_next
struct netpath_chain * ncp_list
Referenced by __rpc_endconf().
◆ getnetpath()
Definition at line 134 of file getnetpath.c.
176 np_sessionp->
ncp_list->nchain_next = chainp;
ACPI_SIZE strlen(const char *String)
char * _get_next_token(char *, int)
struct netconfig * getnetconfig(void *handlep)
struct netconfig * getnetconfigent(char *netid) const
struct netpath_chain * nchain_next
struct netpath_chain * ncp_list
Referenced by __rpc_getconf().
◆ setnetpath()
Definition at line 78 of file getnetpath.c.
111 return ((
void *)np_sessionp);
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
ACPI_SIZE strlen(const char *String)
int endnetconfig(void *handlep)
_Check_return_ char *__cdecl getenv(_In_z_ const char *_VarName)
char * strcpy(char *DstString, const char *SrcString)
struct netpath_chain * ncp_list
Referenced by __rpc_setconf().