Home
last modified time | relevance | path

Searched refs:etok (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c29 char *etok; /* token separator for old Path */ in convert_vpath_to_windows32() local
35 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() local
52 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 …]