strmake           381 gtags/gtags.c  		if (!usable(strmake(strbuf_value(sb), " \t")))
strmake           382 gtags/gtags.c  			die("Parser '%s' not found or not executable.", strmake(strbuf_value(sb), " \t"));
strmake           701 gtags/gtags.c  			strlimcpy(tag, strmake(ctags_x, " \t"), sizeof(tag));
strmake           800 gtags/gtags.c  		strlimcpy(tag, strmake(ctags_x, " \t"), sizeof(tag));
strmake           362 htags/src2html.c 			const char *id = strmake(++line, " ");
strmake           404 htags/src2html.c 			strlimcpy(lno, strmake(line, " "), sizeof(lno));
strmake           405 htags/src2html.c 			filename = strmake(locatestring(line, " ", MATCH_FIRST) + 1, " ")
strmake           785 htags/src2html.c 				const char *lno = strmake(p, " ");
strmake           140 libutil/conf.c 			if ((candidate = strmake(p, "|:")) == NULL)
strmake           888 libutil/gtagsop.c 		fid = (const char *)strmake(tagline, " ");
strmake            40 libutil/strmake.h const char *strmake(const char *, const char *);