Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1443 int child_len; local
1470 child_len = atoi(child_len_p);
1472 if (*(child + child_len) == '\0') {
1484 c = *(child + child_len);
1485 *(child + child_len) = '\0';
1487 *(child+child_len) = c;
1494 for (p = child + child_len + 2; *p != '_'; ++p)
1498 (void) strcat(p_buf, child + child_len + 2);