Lines Matching full:comments
39 "--with-comments \t XML file canonicalization v1.0 w comments \n"); in usage()
41 "--without-comments \t XML file canonicalization v1.0 w/o comments\n"); in usage()
43 "--1-1-with-comments \t XML file canonicalization v1.1 w comments\n"); in usage()
45 "--1-1-without-comments \t XML file canonicalization v1.1 w/o comments\n"); in usage()
47 "--exc-with-comments \t Exclusive XML file canonicalization v1.0 w comments\n"); in usage()
49 "--exc-without-comments\t Exclusive XML file canonicalization v1.0 w/o comments\n"); in usage()
147 } else if(strcmp(argv[1], "--with-comments") == 0) { in main()
149 } else if(strcmp(argv[1], "--without-comments") == 0) { in main()
151 } else if(strcmp(argv[1], "--1-1-with-comments") == 0) { in main()
153 } else if(strcmp(argv[1], "--1-1-without-comments") == 0) { in main()
155 } else if(strcmp(argv[1], "--exc-with-comments") == 0) { in main()
162 } else if(strcmp(argv[1], "--exc-without-comments") == 0) { in main()