popen 678 global/global.c if (!(ip = popen(strbuf_value(ib), "r"))) popen 343 gtags-cscope/gtags-cscope.c if (!(ip = popen(strbuf_value(command), "r"))) popen 100 htags/defineindex.c if ((TAGS = popen(command, "r")) == NULL) popen 90 htags/dupindex.c if ((ip = popen(strbuf_value(command), "r")) == NULL) popen 759 htags/fileindex.c if ((PIPE = popen(command, "r")) == NULL) popen 952 htags/htags.c ip = popen(buf, "r"); popen 1321 htags/htags.c if ((ip = popen(command, "r")) == NULL) popen 53 libutil/date.c if ((ip = popen("date", "r")) != NULL) { popen 93 libutil/fileop.c fp = popen(command, "w"); popen 244 libutil/xargs.c pipe = popen(strbuf_value(comline), "r");