Lines Matching defs:tmp
154 char *tmp, *endptr;170 for (tmp = str; *tmp != '@'; tmp++) {171 if (!*tmp) {175 *tmp = 0;176 tmp++;177 if (!*tmp) {182 *(tmp-1) = '@';185 *(tmp-1) = '@';186 initrd_start = simple_strtoul(tmp, &endptr, 16);