Lines Matching defs:tmp
389 char *tmp;394 tmp = strrchr(copy, '/');395 if (tmp == NULL || tmp[1] == '\0') {400 if (tmp != copy) {401 *tmp = '\0';403 *lastp = tmp + 1;404 } else if (tmp[1] != '\0') {405 *lastp = tmp + 1;550 int tmp;553 else if (sscanf(line, "mount_max = %i", &tmp) == 1)554 mount_max = tmp;