Lines Matching defs:to
38 " to \agroup\a, which can be either a group name or a numeric"
39 " group id. The user ownership of each file may also be changed to"
40 " \auser\a by prepending \auser\a\b:\b to the group name.]"
46 " to \auser\a, which can be either a user name or a numeric"
47 " user id. The group ownership of each file may also be changed to"
48 " \auser\a by appending \b:\b\agroup\a to the user name.]"
55 "[f:quiet|silent?Do not report files whose ownership fails to change.]"
60 "\auid\a or \agid\a part of each pair may be omitted to mean any \auid\a "
62 "is changed to the corresponding \ato\a part of the pair. The matching "
95 "[+>0?Unable to change ownership of one or more files.]"
134 Key_t to; /* map to these */
363 m->to.uid = m->to.gid = NOID;
366 getids(t, NiL, &m->to, options);
436 if (uid == NOID && m->to.uid != NOID)
438 uid = m->to.uid;
441 if (gid == NOID && m->to.gid != NOID)
443 gid = m->to.gid;