Lines Matching defs:uptr
142 char *tptr, *uptr;
371 uptr = strchr(bsdtar->argument, ':');
372 if (uptr != NULL) {
373 if (uptr[1] == '\0') {
376 uptr[0] = 0;
377 uptr++;
378 l = strtol(uptr, &tptr, 10);
379 if (l < 0 || l >= INT_MAX || *uptr == '\0' ||
381 lafe_errc(1, 0, "Invalid argument to --group (%s is not a number)", uptr);
650 uptr = strchr(bsdtar->argument, ':');
651 if (uptr != NULL) {
652 if (uptr[1] == 0) {
655 uptr[0] = 0;
656 uptr++;
657 l = strtol(uptr, &tptr, 10);
658 if (l < 0 || l >= INT_MAX || *uptr == '\0' ||
660 lafe_errc(1, 0, "Invalid argument to --owner (%s is not a number)", uptr);