HomeSort by: relevance | last modified time | path
    Searched defs:nextdef (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/flash/
flash_mtdparts.c 143 char *partdef = mtddef, *nextdef; local in function:flash_parse_mtddef
149 nextdef = strchr(partdef, ',');
150 if (nextdef == NULL)
151 nextdef = strchr(partdef, ' ');
152 if (nextdef)
153 *nextdef++ = '\0';
165 partdef = nextdef;
flash_mtdparts.c 143 char *partdef = mtddef, *nextdef; local in function:flash_parse_mtddef
149 nextdef = strchr(partdef, ',');
150 if (nextdef == NULL)
151 nextdef = strchr(partdef, ' ');
152 if (nextdef)
153 *nextdef++ = '\0';
165 partdef = nextdef;

Completed in 22 milliseconds