Lines Matching defs:pathname
98 * get root and swap server:pathname info.
187 * Now fetch the server:pathname strings and server IP
220 /* have pathname */
250 * and use the "pathname" part of the reply as the mask.
397 * server pathname
403 char pathname[MNAMELEN];
447 /* server pathname */
448 path_len = sizeof(pathname) - 1;
449 m = xdr_string_decode(m, pathname, &path_len);
455 * The strings become "server:pathname"
468 memcpy(ndm->ndm_host + sn_len + 1, pathname, path_len + 1);