Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/xargs/
H A Dxargs.c693 char **anarg; in echoargs() local
698 tanarg = anarg = arglist-1; in echoargs()
705 while (*++anarg) { /* while there's an argument */ in echoargs()
707 (void) write(2, *anarg, strlen(*anarg)); in echoargs()