Home | History | Annotate | Download | only in misc

Lines Matching refs:signature

71 	char			signature[128];
163 fprintf(fp, "#%s\n", kern_db->signature);
225 fprintf(fp, "#%s\n", kern_db->signature);
371 sprintf(kern_db->signature,
605 if (hist_db && hist_db->signature[0] &&
606 strcmp(kern_db->signature, hist_db->signature)) {
615 if (hist_db && hist_db->signature[0] &&
616 strcmp(hist_db->signature, "kernel")) {
622 strcpy(kern_db->signature, "kernel");