Searched defs:trv (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dfile.c46 char *start, *trv; local
53 trv = strrchr(path, 'X');
54 trv++;
56 while (*--trv == 'X') {
60 *trv = alphnum[which % (sizeof(alphnum) - 1)];
66 for (start = trv + 1;; --trv) {
67 if (trv <= path)
69 if (*trv == '\\') {
70 *trv
[all...]

Completed in 18 milliseconds