lpath 820 lib/utilunix.c char *lpath = path; /* path without leading UNC part */ lpath 829 lib/utilunix.c lpath = p; lpath 832 lib/utilunix.c if (lpath[0] == '\0' || lpath[1] == '\0') lpath 838 lib/utilunix.c for (p = lpath; *p != '\0'; p++) lpath 839 lib/utilunix.c if (IS_PATH_SEP (p[0]) && IS_PATH_SEP (p[1]) && (p == lpath || *(p - 1) != ':')) lpath 848 lib/utilunix.c for (p = lpath; *p != '\0';) lpath 860 lib/utilunix.c for (p = lpath + strlen (lpath) - 1; p > lpath && IS_PATH_SEP (*p); p--) lpath 862 lib/utilunix.c if (p >= lpath + url_delim_len - 1 lpath 869 lib/utilunix.c if (lpath[0] == '.' && IS_PATH_SEP (lpath[1])) lpath 871 lib/utilunix.c if (lpath[2] == '\0') lpath 873 lib/utilunix.c lpath[1] = '\0'; lpath 877 lib/utilunix.c str_move (lpath, lpath + 2); lpath 881 lib/utilunix.c len = strlen (lpath); lpath 885 lib/utilunix.c if (IS_PATH_SEP (lpath[len - 1]) lpath 887 lib/utilunix.c || strncmp (lpath + len - url_delim_len, VFS_PATH_URL_DELIMITER, lpath 889 lib/utilunix.c lpath[len - 1] = '\0'; lpath 890 lib/utilunix.c else if (lpath[len - 1] == '.' && IS_PATH_SEP (lpath[len - 2])) lpath 894 lib/utilunix.c lpath[1] = '\0'; lpath 898 lib/utilunix.c lpath[len - 2] = '\0'; lpath 909 lib/utilunix.c for (p = lpath; p[0] != '\0' && p[1] != '\0' && p[2] != '\0';) lpath 920 lib/utilunix.c if (s >= lpath + url_delim_len - 2 lpath 924 lib/utilunix.c while (s >= lpath && !IS_PATH_SEP (*s--)) lpath 928 lib/utilunix.c while (s >= lpath) lpath 930 lib/utilunix.c if (s - url_delim_len > lpath lpath 936 lib/utilunix.c while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix)) lpath 969 lib/utilunix.c if (s == lpath && IS_PATH_SEP (*s)) lpath 997 lib/utilunix.c p = s > lpath ? s - 1 : s; lpath 1002 lib/utilunix.c if (s == lpath) lpath 1005 lib/utilunix.c if (!IS_PATH_SEP (lpath[0])) lpath 1006 lib/utilunix.c lpath[0] = '.'; lpath 1007 lib/utilunix.c lpath[1] = '\0'; lpath 1012 lib/utilunix.c if (s == lpath + 1) lpath 1034 lib/utilunix.c for (p = s - 1; p >= lpath && !IS_PATH_SEP (*p); p--) lpath 1037 lib/utilunix.c if (p >= lpath) lpath 1046 lib/utilunix.c if (s >= lpath + url_delim_len