Lines Matching defs:owner
31 * - searched owner in c:\Users (standard location for Vista)
429 filename,(type ? "group" : "owner"));
846 /* records for owner only or group only */
861 /* records for both owner and group */
937 char *owner;
940 printf("\nYou have defined no file owner,\n");
951 owner = (char*)malloc(strlen(p) + 1);
952 if (firstowner && owner) {
953 strcpy(owner, p);
955 firstowner->uidstr = owner;