Searched refs:etok (Results 1 – 1 of 1) sorted by relevance
29 char *etok; /* token separator for old Path */ in convert_vpath_to_windows32() local35 for (etok = Path; etok && *etok; etok++) in convert_vpath_to_windows32()36 if (isblank ((unsigned char) *etok)) in convert_vpath_to_windows32()37 *etok = to_delim; in convert_vpath_to_windows32()48 char *etok; /* token separator for old Path */ in convert_Path_to_windows32() local52 for (p = Path, etok = strpbrk(p, ":;"); in convert_Path_to_windows32()53 etok; in convert_Path_to_windows32()54 etok = strpbrk(p, ":;")) in convert_Path_to_windows32()55 if ((etok - p) == 1) { in convert_Path_to_windows32()56 if (*(etok - 1) == ';' || in convert_Path_to_windows32()[all …]