Lines Matching defs:path
289 * values parsed from UNC path (cmd)
298 * In this function, we parse the UNC path and command line options,
370 * Parse the UNC path. Values from here are
459 * Parse the UNC path. Here we expect something like
460 * "//[[domain;]user[:password]@]host[/share[/path]]"
470 char *host, *share, *path;
572 /* Find the path part, if any. */
573 path = strchr(p, '/');
574 if (path)
575 *path = '\0';
605 if (path) {
607 *path = '/';
608 p = path + 1;
611 ctx->ct_rpath = strdup(path);