HomeSort by: relevance | last modified time | path
    Searched refs:NETPATH (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
netconfig.h 38 #define NETPATH "NETPATH"
  /src/lib/libc/rpc/
getnetpath.c 63 * internal structure to keep track of a netpath "session"
74 char *netpath; /* pointer to current view-point in NETPATH */ member in struct:netpath_vars
75 char *netpath_start; /* pointer to start of our copy of NETPATH */
86 * A call to setnetpath() establishes a NETPATH "session". setnetpath()
100 char *npp; /* NETPATH env variable */
115 if ((npp = getenv(NETPATH)) == NULL)
116 np_sessionp->netpath = NULL;
121 if ((np_sessionp->netpath = malloc(strlen(npp)+1)) == NULL) {
125 (void) strcpy(np_sessionp->netpath, npp)
    [all...]

Completed in 13 milliseconds