Searched refs:minorstr (Results 1 – 1 of 1) sorted by relevance
504 char majorstr[16], *minorstr; in process_proto() local519 minorstr = strchr(majorstr, '.'); in process_proto()520 if (minorstr == NULL) in process_proto()522 *minorstr++ = 0; in process_proto()525 minorint = atoi(minorstr); in process_proto()