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 		/*
strmake           404 htags/src2html.c 			 */
strmake           405 htags/src2html.c 			if (db == GSYMS) {
strmake           785 htags/src2html.c 		else
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 *);