Lines Matching defs:argv
323 int main(int argc, char *argv[])
333 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl);
336 argv[1]);
339 test1(argv[1]);
340 test2(argv[1]);
341 test3(argv[1]);
342 test4(argv[1]);
343 test5(argv[1]);
348 test_acl_default(argv[2], testacl);
352 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl);
354 printf("setting acl on file %s failed\n", argv[1]);
356 testgrp1(argv[1]);
357 testgrp2(argv[1]);
358 testgrp3(argv[1]);
359 testgrp4(argv[1]);
360 testgrp5(argv[1]);