Lines Matching refs:tmp2
468 for (const char *tmp2 = argv[i]; (*tmp2 != '\0'); tmp2++)470 switch (*tmp2)500 (unsigned int) *tmp2);582 char *tmp2;593 utmp = strtoul(argv[i+1], &tmp2, 10);594 if (argv[i+1][0] != '\0' && *tmp2 == '\0')603 utmp = strtoul(&argv[i][2], &tmp2, 10);604 if (*tmp2 == '\0')
Indexes created Sat Jul 04 00:25:45 UTC 2026