Searched defs:optarg (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_unshare.c83 static bool lookup_user(const char *optarg, uid_t *uid) argument
88 if (!optarg || (optarg[0] == '\0'))
91 if (sscanf(optarg, "%u", uid) < 1) {
93 if (sscanf(optarg, "%s", name) < 1)
175 namespaces = optarg;
182 tmpif->mi_ifname = optarg;
193 start_arg.want_hostname = optarg;
199 if (!lookup_user(optarg, &uid))

Completed in 8 milliseconds