Lines Matching defs:netpath
63 * internal structure to keep track of a netpath "session"
74 char *netpath; /* pointer to current view-point in NETPATH */
116 np_sessionp->netpath = NULL;
121 if ((np_sessionp->netpath = malloc(strlen(npp)+1)) == NULL) {
125 (void) strcpy(np_sessionp->netpath, npp);
127 np_sessionp->netpath_start = np_sessionp->netpath;
177 * Find first valid network ID in netpath.
179 while ((npp = np_sessionp->netpath) != NULL && strlen(npp) != 0) {
180 np_sessionp->netpath = _get_next_token(npp, ':');
251 char *np; /* netpath pointer */