Lines Matching defs:tmp2
466 for (const char *tmp2 = argv[i]; (*tmp2 != '\0'); tmp2++)468 switch (*tmp2)498 (unsigned int) *tmp2);580 char *tmp2;591 utmp = strtoul(argv[i+1], &tmp2, 10);592 if (argv[i+1][0] != '\0' && *tmp2 == '\0')601 utmp = strtoul(&argv[i][2], &tmp2, 10);602 if (*tmp2 == '\0')