Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c741 char **anarg; in echoargs() local
746 tanarg = anarg = arglist-1; in echoargs()
753 while (*++anarg) { /* while there's an argument */ in echoargs()
755 (void) write(2, *anarg, strlen(*anarg)); in echoargs()