Searched refs:owner_name (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c93 static char *owner_name; variable
95 /* The user ID corresponding to `owner_name'. */
454 owner_name = NULL;
506 owner_name = optarg;
874 if (owner_name)
876 pw = getpwnam (owner_name);
880 if (xstrtoul (owner_name, NULL, 0, &tmp, NULL) != LONGINT_OK
882 error (EXIT_FAILURE, 0, _("invalid user %s"), quote (owner_name));

Completed in 43 milliseconds