Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c580 char srtbuf[100], *sorted_fname; in modules() local
649 sprintf(srtbuf, "/bin/sort - > %s", sorted_fname); in modules()
650 if ((srtpipe = popen(srtbuf, "w")) == NULL) { in modules()