Searched refs:sortcommand (Results 1 – 1 of 1) sorted by relevance
1224 char sortcommand[PATHLEN + 1]; in build() local1241 (void) sprintf(sortcommand, "LC_ALL=C sort %s", temp1); in build()1242 if ((postings = popen(sortcommand, "r")) == NULL) { in build()