Searched refs:last_ids (Results 1 – 1 of 1) sorted by relevance
136 static char last_ids[MTDIDS_MAXLEN + 1]; variable1637 last_ids[0] = '\0';1739 memset(last_ids, 0, sizeof(last_ids));1761 debug("last_ids : %s\n", last_ids);1802 if ((last_ids[0] != '\0') && (strcmp(last_ids, ids) == 0)) {1813 strncpy(last_ids, ids, MTDIDS_MAXLEN);