Lines Matching refs:owner
17 * information: Portions Copyright [yyyy] [name of copyright owner]
41 * o change the owner of files/directories that can be safely
55 * d o owner -> newowner pathname [mode]
290 char *rest; /* buffer after owner */
291 char *owner; /* same size as ut_user */
311 line->modelen, line->mode, line->owner, line->rest);
383 * [ <mode> <owner> <group> .... ]
464 parse->old_owner = parse->owner = p;
554 root_owner = strcmp(line.owner, "root") == 0;
563 * - it's not writable by the current owner and is
566 * - owner, group and world permissions are identical
568 * file (any owner) for which group and other r-x
580 strcmp(line.owner, "uucp") != 0) ||
581 ((line.type == 'd' && strcmp(line.owner, "bin") == 0 ||
582 (editable && strcmp(line.owner, "bin") == 0 ?
586 strcmp(line.owner, "bin") == 0) &&
597 line.realtype, line.owner, basedir,
600 line.owner = "root";
605 * Strip user write bit if owner != root and executable by user.
663 line.mode, line.owner, line.group, basedir,