popen             945 global/global.c 	if (!(ip = popen(strbuf_value(sb), "r")))
popen            1105 global/global.c 	if (!(ip = popen(strbuf_value(ib), "r")))
popen             142 gtags-cscope/mypopen.c 	return (popen)(cmd, mode);
popen             102 htags/defineindex.c 	if ((TAGS = popen(command, "r")) == NULL)
popen              97 htags/dupindex.c 		if ((ip = popen(strbuf_value(command), "r")) == NULL)
popen             820 htags/fileindex.c 	if ((PIPE = popen(command, "r")) == NULL)
popen            1111 htags/htags.c  			ip = popen(buf, "r");
popen            1448 htags/htags.c  	if ((ip = popen(command, "r")) == NULL)
popen              60 libutil/date.c 	if ((ip = popen("date", "r")) != NULL) {
popen             100 libutil/fileop.c 		fp = popen(command, "w");
popen             267 libutil/xargs.c 		pipe = popen(strbuf_value(comline), "r");