Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c65 static char *owner_name; variable
531 if (owner_name) in get_ids()
533 pw = getpwnam (owner_name); in get_ids()
537 if (xstrtoumax (owner_name, nullptr, 0, &tmp, "") != LONGINT_OK in get_ids()
540 quoteaf (owner_name)); in get_ids()
804 owner_name = nullptr; in main()
856 owner_name = optarg; in main()