Lines Matching refs:owner
59 " owner and group of selected files will be that of the current user, and"
160 char* owner;
1067 if (!(state.owner = y))
1068 opt.owner = 0;
1070 opt.owner = strdup(v);
1097 state.owner = 1;
1105 state.owner = 1;
1845 if (state.owner)
1850 if (opt.owner)
1852 if ((state.setuid = struid(opt.owner)) < 0 || (state.setgid = strgid(opt.owner)) < 0)
1853 error(3, "%s: invalid user name", opt.owner);