Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dinstall.c113 const char *gid_str; in install_main() local
151 &gid_str, &mode_str, &uid_str, &last in install_main()
185 gid = (opts & OPT_GROUP) ? get_ug_id(gid_str, xgroup2gid) : getgid(); in install_main()