Lines Matching defs:tmp
170 char *tmp, *endptr;186 for (tmp = str; *tmp != '@'; tmp++) {187 if (!*tmp) {191 *tmp = 0;192 tmp++;193 if (!*tmp) {198 *(tmp-1) = '@';201 *(tmp-1) = '@';202 initrd_start = simple_strtoul(tmp, &endptr, 16);