Home | History | Annotate | Download | only in file

Lines Matching full:system

63                 System.err.format("Invalid permission '%s'\n", s);
64 System.exit(-1);
80 System.err.format("Invalid flag '%s'\n", s);
81 System.exit(-1);
94 System.err.format("Invalid type '%s'\n", typeString);
95 System.exit(-1);
150 System.err.format("Invalid %s '%s'\n",
153 System.exit(-1);
155 System.err.format("Lookup of '%s' failed: %s\n", userString, x);
156 System.exit(-1);
172 System.err.println("usage: java AclEdit [ACL-operation] file");
173 System.err.println("");
174 System.err.println("Example 1: Prepends access control entry to the begining of the myfile's ACL");
175 System.err.println(" java AclEdit A+alice:read_data/read_attributes:allow myfile");
176 System.err.println("");
177 System.err.println("Example 2: Remove the entry at index 6 of myfile's ACL");
178 System.err.println(" java AclEdit A6- myfile");
179 System.err.println("");
180 System.err.println("Example 3: Replace the entry at index 2 of myfile's ACL");
181 System.err.println(" java AclEdit A2=bob:write_data/append_data:deny myfile");
182 System.exit(-1);
253 System.err.println("ACLs not supported on this platform");
254 System.exit(-1);
262 System.out.format("%5d: %s\n", i, acl.get(i));
283 System.err.format("Index '%d' is invalid", index);
284 System.exit(-1);
294 System.err.format("Index '%d' is invalid", index);
295 System.exit(-1);