Home | History | Annotate | Download | only in genuca

Lines Matching refs:terend

142     char *terend = tertiary+2;
144 tersave = *terend;
145 *terend = '\0';
149 uint32_t tervalue = (uint32_t)((*tertiary!='\0')?strtoul(tertiary, &terend, 16):0);
165 *terend = tersave;