Searched refs:id_str (Results 1 – 2 of 2) sorted by relevance
200 uchar id_str[MAX_IDENT_CHARS]; in identify() local209 t = id_str; in identify()219 if (t == &id_str[MAX_IDENT_CHARS-1]) { in identify()229 while (--t > id_str) { in identify()235 puts ((char *)id_str); in identify()240 if (strcmp((char *)*card, (char *)id_str) == 0) { /* found! */ in identify()
127 char id_str[0x1C]; /* Ident String of sectionr */ member