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

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c48 char *l_pos; local
58 l_pos = (char *)link;
60 l_next = index(l_pos, '/');
61 if (strncmp(l_pos, "../", 3) == 0) {
66 } else if (strncmp(l_pos, "./", 2)) {
71 (void) strncat(curpath, l_pos,
72 (l_next - l_pos));
74 (void) strcat(curpath, l_pos);
76 l_pos = l_next + 1;

Completed in 65 milliseconds