grep               63 global/global.c void grep(const char *, char *const *, const char *);
grep              761 global/global.c 		grep(av, argv, dbpath);
grep             1079 global/global.c 	char *p, *q, *grep;
grep             1110 global/global.c 	while ((grep = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL) {
grep             1113 global/global.c 		if (*grep == '/')
grep             1114 global/global.c 			die("The path in the output of lid is assumed absolute. '%s'", grep);
grep             1115 global/global.c 		p = grep;
grep             1120 global/global.c 			die("invalid lid(idutils) output format(1). '%s'", grep);
grep             1139 global/global.c 				die("invalid lid(idutils) output format(2). '%s'", grep);
grep             1141 global/global.c 				die("invalid lid(idutils) output format(3). '%s'", grep);