Searched refs:pathLen (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/jam/
H A Dpathunix.c254 int pathLen = (path ? strlen(path) : 0); local
266 if (cwdLen + pathLen + 2 > bufferSize)
269 if (pathLen > 0 && path[0] == PATH_DELIM) {
275 pathLen--;
283 while (pathLen > 0) {
290 pathLen -= componentLen + 1;
293 componentLen = pathLen;
295 pathLen = 0;

Completed in 10 milliseconds