curr_name        4065 tools/finsig_dryos.c void find_str_sig_matches(firmware *fw, const char *curr_name)
curr_name        4075 tools/finsig_dryos.c         if (strcmp(curr_name, string_sigs[i].name) == 0)
curr_name        4092 tools/finsig_dryos.c         save_sig(curr_name, matches->ptr);
curr_name        4098 tools/finsig_dryos.c void find_matches(firmware *fw, const char *curr_name)
curr_name        4111 tools/finsig_dryos.c     i = find_saved_sig(curr_name);
curr_name        4125 tools/finsig_dryos.c         if (strcmp(curr_name, string_sigs[i].name) == 0)
curr_name        4142 tools/finsig_dryos.c             if (strcmp(curr_name,func_list[j].name) == 0)
curr_name        4215 tools/finsig_dryos.c                     if ((strcmp(curr_name, "GetDrive_ClusterSize") == 0) ||
curr_name        4216 tools/finsig_dryos.c                         (strcmp(curr_name, "GetDrive_FreeClusters") == 0) ||
curr_name        4217 tools/finsig_dryos.c                         (strcmp(curr_name, "GetDrive_TotalClusters") == 0))
curr_name        4255 tools/finsig_dryos.c         if ((func_list[j+1].name == NULL) || (strcmp(curr_name, func_list[j+1].name) != 0))
curr_name        4270 tools/finsig_dryos.c         save_sig(curr_name, matches->ptr);
curr_name        4275 tools/finsig_dryos.c void print_results(firmware *fw, const char *curr_name, int k)
curr_name        4284 tools/finsig_dryos.c     osig* ostub2 = find_sig(fw->sv->stubs,curr_name);
curr_name        4304 tools/finsig_dryos.c     if (strncmp(curr_name,"task_",5) == 0 ||
curr_name        4305 tools/finsig_dryos.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
curr_name        4311 tools/finsig_dryos.c         sprintf(fmt, "// ERROR: %%s is not found. %%%ds//--- --- ", (int)(34-strlen(curr_name)));
curr_name        4312 tools/finsig_dryos.c         sprintf(line+strlen(line), fmt, curr_name, "");
curr_name        4317 tools/finsig_dryos.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
curr_name        4319 tools/finsig_dryos.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
curr_name        4346 tools/finsig_dryos.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);
curr_name        8357 tools/finsig_dryos.c     const char *curr_name;
curr_name        8405 tools/finsig_dryos.c         curr_name = func_names[k].name;
curr_name        8407 tools/finsig_dryos.c         if ((fw.dryos_ver >= find_min_ver(curr_name)) && (fw.dryos_ver <= find_max_ver(curr_name)))
curr_name        8409 tools/finsig_dryos.c             find_matches(&fw, curr_name);
curr_name        8410 tools/finsig_dryos.c             print_results(&fw,curr_name,k);
curr_name        3047 tools/finsig_vxworks.c void find_str_sig_matches(firmware *fw, const char *curr_name)
curr_name        3057 tools/finsig_vxworks.c         if (strcmp(curr_name, string_sigs[i].name) == 0)
curr_name        3074 tools/finsig_vxworks.c         save_sig(curr_name, matches->ptr);
curr_name        3080 tools/finsig_vxworks.c void find_matches(firmware *fw, const char *curr_name)
curr_name        3093 tools/finsig_vxworks.c     i = find_saved_sig(curr_name);
curr_name        3107 tools/finsig_vxworks.c         if (strcmp(curr_name, string_sigs[i].name) == 0)
curr_name        3124 tools/finsig_vxworks.c             if (strcmp(curr_name,func_list[j].name) == 0)
curr_name        3197 tools/finsig_vxworks.c                     if ((strcmp(curr_name, "GetDrive_ClusterSize") == 0) ||
curr_name        3198 tools/finsig_vxworks.c                         (strcmp(curr_name, "GetDrive_FreeClusters") == 0) ||
curr_name        3199 tools/finsig_vxworks.c                         (strcmp(curr_name, "GetDrive_TotalClusters") == 0))
curr_name        3237 tools/finsig_vxworks.c         if ((func_list[j+1].name == NULL) || (strcmp(curr_name, func_list[j+1].name) != 0))
curr_name        3252 tools/finsig_vxworks.c         save_sig(curr_name, matches->ptr);
curr_name        3257 tools/finsig_vxworks.c void print_results(firmware *fw, const char *curr_name, int k)
curr_name        3266 tools/finsig_vxworks.c     osig* ostub2 = find_sig(fw->sv->stubs,curr_name);
curr_name        3286 tools/finsig_vxworks.c     if (strncmp(curr_name,"task_",5) == 0 ||
curr_name        3287 tools/finsig_vxworks.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
curr_name        3293 tools/finsig_vxworks.c         sprintf(fmt, "// ERROR: %%s is not found. %%%ds//--- --- ", (int)(34-strlen(curr_name)));
curr_name        3294 tools/finsig_vxworks.c         sprintf(line+strlen(line), fmt, curr_name, "");
curr_name        3299 tools/finsig_vxworks.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
curr_name        3301 tools/finsig_vxworks.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
curr_name        3328 tools/finsig_vxworks.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);
curr_name        6362 tools/finsig_vxworks.c     const char *curr_name;
curr_name        6403 tools/finsig_vxworks.c         curr_name = func_names[k].name;
curr_name        6405 tools/finsig_vxworks.c fprintf(stderr,"%s:",curr_name);
curr_name        6407 tools/finsig_vxworks.c         find_matches(&fw, curr_name);
curr_name        6408 tools/finsig_vxworks.c         print_results(&fw,curr_name,k);