Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c1222 char sortcommand[PATHLEN + 1]; in build() local
1239 (void) sprintf(sortcommand, "LC_ALL=C sort %s", temp1); in build()
1240 if ((postings = popen(sortcommand, "r")) == NULL) { in build()