sortin            157 libutil/dbop.c 	dbop->sortin = fdopen(_open_osfhandle((long)ipipe[0], _O_RDONLY), "r");
sortin            158 libutil/dbop.c 	if (dbop->sortout == NULL || dbop->sortin == NULL)
sortin            230 libutil/dbop.c 	dbop->sortin = fdopen(ipipe[0], "r");
sortin            231 libutil/dbop.c 	if (dbop->sortout == NULL || dbop->sortin == NULL)
sortin            312 libutil/dbop.c 	dbop->sortin	= NULL;
sortin            729 libutil/dbop.c 		while (strbuf_fgets(sb, dbop->sortin, STRBUF_NOCRLF)) {
sortin            737 libutil/dbop.c 		fclose(dbop->sortin);
sortin             74 libutil/dbop.h 	FILE *sortin;			/**< read from sort command */