result            651 gtags-parser/asm_scan.c #define YY_INPUT(buf, result, max_size) do {				\
result            652 gtags-parser/asm_scan.c 	if ((result = linetable_read(buf, max_size)) == -1)		\
result            653 gtags-parser/asm_scan.c 		result = YY_NULL;					\
result            773 gtags-parser/asm_scan.c #define YY_INPUT(buf,result,max_size) \
result            784 gtags-parser/asm_scan.c 		result = n; \
result            786 gtags-parser/asm_scan.c 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result            307 gtags-parser/gctags.c 	struct words *result;
result            312 gtags-parser/gctags.c 	result = (struct words *)bsearch(&tmp, words, tablesize, sizeof(struct words), cmp);
result            313 gtags-parser/gctags.c 	return (result != NULL) ? 1 : 0;
result            670 gtags-parser/php.c #define YY_INPUT(buf,result,max_size) \
result            672 gtags-parser/php.c 		if ((result = linetable_read(buf, max_size)) == -1) \
result            673 gtags-parser/php.c 			result = YY_NULL; \
result            771 gtags-parser/php.c #define YY_INPUT(buf,result,max_size) \
result            782 gtags-parser/php.c 		result = n; \
result            784 gtags-parser/php.c 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result            259 htags-refkit/htags_path2url.c 	struct map *result;
result            264 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);
result            265 htags-refkit/htags_path2url.c 	if (result == NULL)
result            268 htags-refkit/htags_path2url.c 		snprintf(url, size, "%s#L%d", result->path, line);
result            270 htags-refkit/htags_path2url.c 		snprintf(url, size, "%s", result->path);
result            594 htags/asm.c    #define YY_INPUT(buf,result,max_size) \
result            605 htags/asm.c    		result = n; \
result            607 htags/asm.c    	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result            630 htags/c.c      #define YY_INPUT(buf,result,max_size) \
result            641 htags/c.c      		result = n; \
result            643 htags/c.c      	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result            594 htags/cpp.c    #define YY_INPUT(buf,result,max_size) \
result            605 htags/cpp.c    		result = n; \
result            607 htags/cpp.c    	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result            198 htags/fileindex.c dirpart(const char *path, char *result)
result            200 htags/fileindex.c 	char *p = result;
result            206 htags/fileindex.c 	return result;
result            276 htags/fileindex.c 	static char result[RESULTSIZE];
result            284 htags/fileindex.c 	result[--i] = '\0';
result            292 htags/fileindex.c 			result[--i] = ',';
result            293 htags/fileindex.c 		result[--i] = n % 10 + '0';
result            296 htags/fileindex.c 	return (const char *)&result[i];
result            298 htags/fileindex.c 	snprintf(result, sizeof(result), "*****");
result            299 htags/fileindex.c 	return (const char *)result;
result            571 htags/java.c   #define YY_INPUT(buf,result,max_size) \
result            582 htags/java.c   		result = n; \
result            584 htags/java.c   	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result             65 htags/lexcommon.h #define YY_INPUT(buf, result, max_size) do {				\
result             66 htags/lexcommon.h 	result = read_file_detabing(buf, max_size, LEXIN,		\
result            655 htags/php.c    #define YY_INPUT(buf,result,max_size) \
result            666 htags/php.c    		result = n; \
result            668 htags/php.c    	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
result           3800 libglibc/regex.c   int result = re_match_2_internal (bufp, NULL, 0, string, size,
result           3807 libglibc/regex.c   return result;
result           3848 libglibc/regex.c   int result = re_match_2_internal (bufp, string1, size1, string2, size2,
result           3855 libglibc/regex.c   return result;
result            182 libutil/abs2rel.c normalize(const char *path, const char *root, const char *cwd, char *result, const int size)
result            186 libutil/abs2rel.c 	if (normalize_pathname(path, result, size) == NULL)
result            189 libutil/abs2rel.c 		if (strlen(result) > MAXPATHLEN)
result            191 libutil/abs2rel.c 		strcpy(abs, result);
result            193 libutil/abs2rel.c 		if (rel2abs(result, cwd, abs, sizeof(abs)) == NULL)
result            204 libutil/abs2rel.c 	strlimcpy(result, "./", size);
result            205 libutil/abs2rel.c 	strlimcpy(result + 2, p, size - 2);
result            206 libutil/abs2rel.c 	return result;
result            233 libutil/abs2rel.c normalize_pathname(const char *path, char *result, const int size)
result            236 libutil/abs2rel.c 	char *final, *q = result;
result            237 libutil/abs2rel.c 	char *endp = result + size - 1;
result            275 libutil/abs2rel.c 					} else if (!(*result == '/' && result + 1 == q)) {
result            296 libutil/abs2rel.c 	return result;
result            312 libutil/abs2rel.c abs2rel(const char *path, const char *base, char *result, const int size)
result            318 libutil/abs2rel.c 	const char *endp = result + size - 1;
result            324 libutil/abs2rel.c 		strcpy(result, path);
result            340 libutil/abs2rel.c 		rp = result;
result            354 libutil/abs2rel.c 	rp = result;
result            376 libutil/abs2rel.c 	return result;
result            392 libutil/abs2rel.c rel2abs(const char *path, const char *base, char *result, const int size)
result            398 libutil/abs2rel.c 	const char *endp = result + size - 1;
result            405 libutil/abs2rel.c 		strcpy(result, path);
result            418 libutil/abs2rel.c 		strcpy(result, base);
result            422 libutil/abs2rel.c 		rp = result + length - 1;
result            469 libutil/abs2rel.c 	strncpy(result, base, length);
result            470 libutil/abs2rel.c 	rp = result + length;
result            477 libutil/abs2rel.c 	return result;
result            267 libutil/xargs.c 	xp->result = strbuf_open(0);
result            400 libutil/xargs.c 		return strbuf_value(xp->result);
result            402 libutil/xargs.c 	if (xp->pipe && strbuf_fgets(xp->result, xp->pipe, STRBUF_NOCRLF) != NULL) {
result            404 libutil/xargs.c 			strbuf_trim(xp->result);
result            405 libutil/xargs.c 		return strbuf_value(xp->result);
result            415 libutil/xargs.c 		if (xp->pipe && strbuf_fgets(xp->result, xp->pipe, STRBUF_NOCRLF) != NULL) {
result            417 libutil/xargs.c 				strbuf_trim(xp->result);
result            418 libutil/xargs.c 			return strbuf_value(xp->result);
result            455 libutil/xargs.c 	strbuf_close(xp->result);
result             48 libutil/xargs.h 	STRBUF *result;