Lines Matching defs:to
227 unsigned int *to, const char *opt)
234 *to = *from;
236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
247 unsigned int from, to;
253 from = to = pwd->pw_uid;
255 owner_parse_range(cb->arg, &from, &to, "--uid-owner");
260 info->uid_max = to;
264 from = to = grp->gr_gid;
266 owner_parse_range(cb->arg, &from, &to, "--gid-owner");
271 info->gid_max = to;