Home
last modified time | relevance | path

Searched refs:tok2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/compulab/common/
H A Deeprom.c348 char *tok2 = strtok(NULL, "/"); in eeprom_field_update_date() local
351 if (tok1 == NULL || tok2 == NULL || tok3 == NULL) { in eeprom_field_update_date()
364 if (!strcmp(tok2, months[month - 1])) in eeprom_field_update_date()