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

/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1410 int child_len; local
1437 child_len = atoi(child_len_p);
1439 if (*(child + child_len) == '\0') {
1451 c = *(child + child_len);
1452 *(child + child_len) = '\0';
1454 *(child+child_len) = c;
1461 for (p = child + child_len + 2; *p != '_'; ++p)
1465 (void) strcat(p_buf, child + child_len + 2);

Completed in 134 milliseconds