Lines Matching refs:printf
272 printf("%s v%d.%d\n", PERSONA_TEST_NAME, PERSONA_TEST_VMAJOR, PERSONA_TEST_VMINOR); in usage_main()
273 printf("usage: %s [-I id] [-V] [-u uid] [-g gid] [-vw] progname [args...]\n", nm); in usage_main()
274 printf(" Spawn a new process into a new or existing persona.\n"); in usage_main()
279 printf("\t%-10s\tID of the persona\n", "-I id"); in usage_main()
280 printf("\t%-10s\tVerify persona parameters against existing persona (given by -I)\n", "-V"); in usage_main()
281 printf("\t%-10s\tOverride/verify the user ID of the new process\n", "-u uid"); in usage_main()
282 printf("\t%-10s\tOverride/verify the group ID of the new process\n", "-g gid"); in usage_main()
283 printf("\t%-15s\tGroups to which the persona will belong\n", "-G {groupspec}"); in usage_main()
284 printf("\t%-15s\tgroupspec: G1{,G2,G3...}\n", " "); in usage_main()
285 printf("\t%-10s\tBe verbose\n", "-v"); in usage_main()
286 printf("\t%-10s\tDo not wait for the child process\n", "-w"); in usage_main()
287 printf("\n"); in usage_main()
313 printf("child exiting (%s).\n", argv[optind]); in main()
380 printf("Invalid option: '%c'\n", ch); in main()
390 printf("No program given!\n"); in main()