HomeSort by: relevance | last modified time | path
    Searched defs:netpath (Results 1 - 3 of 3) sorted by relevancy

  /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...]
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...]
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 31 milliseconds