Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c521 char *label, *tmp, *tmp_end; in DocumentPages() local
548 if (tmp_end = strchr(++tmp, ' ')) { in DocumentPages()
549 label = (char *)nmalloc((tmp_end - tmp) + 1); in DocumentPages()
550 memset(label, 0, (tmp_end - tmp) + 1); in DocumentPages()
551 strncpy(label, tmp, (tmp_end - tmp)); in DocumentPages()
552 number = atol(++tmp_end); in DocumentPages()