tmp               268 htags-refkit/htags_path2url.c 	struct map tmp;
tmp               273 htags-refkit/htags_path2url.c 	tmp.name = path;
tmp               274 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);
tmp               117 htags/defineindex.c 				char tmp[128];
tmp               118 htags/defineindex.c 				snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
tmp               119 htags/defineindex.c 				strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
tmp               249 htags/defineindex.c 		char tmp[128];
tmp               252 htags/defineindex.c 		snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
tmp               253 htags/defineindex.c 		strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
tmp                54 htags/dupindex.c 	STRBUF *tmp = strbuf_open(0);
tmp               121 htags/dupindex.c 					strbuf_reset(tmp);
tmp               122 htags/dupindex.c 					strbuf_putc(tmp, ' ');
tmp               123 htags/dupindex.c 					strbuf_putn(tmp, count - 1);
tmp               124 htags/dupindex.c 					strbuf_putc(tmp, '\0');
tmp               125 htags/dupindex.c 					strbuf_putn(tmp, entry_count);
tmp               126 htags/dupindex.c 					cache_put(db, prev, strbuf_value(tmp), strbuf_getlen(tmp) + 1);
tmp               134 htags/dupindex.c 					strbuf_reset(tmp);
tmp               135 htags/dupindex.c 					strbuf_puts_withterm(tmp, lno, ' ');
tmp               136 htags/dupindex.c 					strbuf_putc(tmp, '\0');
tmp               137 htags/dupindex.c 					strbuf_puts(tmp, fid);
tmp               138 htags/dupindex.c 					cache_put(db, prev, strbuf_value(tmp), strbuf_getlen(tmp) + 1);
tmp               190 htags/dupindex.c 			strbuf_reset(tmp);
tmp               191 htags/dupindex.c 			strbuf_putc(tmp, ' ');
tmp               192 htags/dupindex.c 			strbuf_putn(tmp, count);
tmp               193 htags/dupindex.c 			strbuf_putc(tmp, '\0');
tmp               194 htags/dupindex.c 			strbuf_putn(tmp, entry_count);
tmp               195 htags/dupindex.c 			cache_put(db, prev, strbuf_value(tmp), strbuf_getlen(tmp) + 1);
tmp               202 htags/dupindex.c 			strbuf_reset(tmp);
tmp               203 htags/dupindex.c 			strbuf_puts_withterm(tmp, lno, ' ');
tmp               204 htags/dupindex.c 			strbuf_putc(tmp, '\0');
tmp               205 htags/dupindex.c 			strbuf_puts(tmp, fid);
tmp               206 htags/dupindex.c 			cache_put(db, prev, strbuf_value(tmp), strbuf_getlen(tmp) + 1);
tmp               210 htags/dupindex.c 	strbuf_close(tmp);
tmp              1116 htags/php.c    				char tmp[MAXPATHLEN];
tmp              1119 htags/php.c    				snprintf(tmp, sizeof(tmp), "%s/%s", get_current_dir(), path);
tmp              1123 htags/php.c    				if (normalize(tmp, get_root_with_slash(), get_cwd(), normalized_path, sizeof(normalized_path))
tmp               253 htags/src2html.c 			char tmp[32], *key = tmp;
tmp               260 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%d", ref[i]);
tmp               264 htags/src2html.c 			char tmp[MAXPATHLEN];
tmp               265 htags/src2html.c 			snprintf(tmp, sizeof(tmp), "%s%s", (i != A_INDEX && i != A_HELP && ref[i] == 0) ? "n_" : "", icons[i]);
tmp               266 htags/src2html.c 			strbuf_puts(sb, gen_image(PARENT, tmp, label[i]));
tmp               958 htags/src2html.c 				char tmp[32];
tmp               959 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%d", ancref->lineno);
tmp               961 htags/src2html.c 				strbuf_puts(define_index, gen_href_begin_with_title(NULL, NULL, NULL, tmp, tooltip('R', ancref->lineno, NULL)));
tmp                85 libdb/bt_open.c static int tmp(void);
tmp               223 libdb/bt_open.c 		if ((t->bt_fd = tmp()) == -1)
tmp               269 libltdl/loaders/preopen.c       symlist_chain *tmp = (symlist_chain *) lt__zalloc (sizeof *tmp);
tmp               271 libltdl/loaders/preopen.c       if (tmp)
tmp               273 libltdl/loaders/preopen.c 	  tmp->symlist = symlist;
tmp               274 libltdl/loaders/preopen.c 	  tmp->next = preloaded_symlists;
tmp               275 libltdl/loaders/preopen.c 	  preloaded_symlists = tmp;
tmp               297 libltdl/ltdl.c 	      lt_dlhandle tmp = cur;
tmp               299 libltdl/ltdl.c 	      if (!LT_DLIS_RESIDENT (tmp))
tmp               302 libltdl/ltdl.c 		  if (tmp->info.ref_count <= level)
tmp               304 libltdl/ltdl.c 		      if (lt_dlclose (tmp))
tmp               314 libltdl/ltdl.c 			  for (tmp = handles; tmp; tmp = tmp->next)
tmp               315 libltdl/ltdl.c 			    if (tmp == cur)
tmp               317 libltdl/ltdl.c 			  if (! tmp)
tmp              1003 libltdl/ltdl.c   char *tmp;
tmp              1012 libltdl/ltdl.c       tmp = MALLOC (char, end - str);
tmp              1013 libltdl/ltdl.c       if (!tmp)
tmp              1016 libltdl/ltdl.c       memcpy(tmp, &str[1], (end - str) - 1);
tmp              1017 libltdl/ltdl.c       tmp[(end - str) - 1] = LT_EOS_CHAR;
tmp              1018 libltdl/ltdl.c       *dest = tmp;
tmp                94 libparser/parser.c 	struct words tmp;
tmp                99 libparser/parser.c 	tmp.name = name;
tmp               100 libparser/parser.c 	result = (struct words *)bsearch(&tmp, words, tablesize, sizeof(struct words), cmp);
tmp               215 libutil/token.c 				int tmp = peekc(1);
tmp               217 libutil/token.c 				if (tmp == '\"' || tmp == '\'')