text2 135 maint/gnulib/tests/test-sameacls.c char *text2; text2 155 maint/gnulib/tests/test-sameacls.c text2 = NULL; text2 160 maint/gnulib/tests/test-sameacls.c text2 = acl_to_text (acl2, NULL); text2 161 maint/gnulib/tests/test-sameacls.c if (text2 == NULL) text2 173 maint/gnulib/tests/test-sameacls.c if (text2 != NULL) text2 175 maint/gnulib/tests/test-sameacls.c if (strcmp (text1, text2) != 0) text2 178 maint/gnulib/tests/test-sameacls.c file1, file2, text1, text2); text2 191 maint/gnulib/tests/test-sameacls.c if (text2 != NULL) text2 224 maint/gnulib/tests/test-sameacls.c acl_free (text2); text2 544 maint/gnulib/tests/test-sameacls.c char text2[1000]; text2 545 maint/gnulib/tests/test-sameacls.c size_t textsize2 = sizeof (text2); text2 575 maint/gnulib/tests/test-sameacls.c text2[0] = '\0'; text2 584 maint/gnulib/tests/test-sameacls.c if (aclx_printStr (text2, &textsize2, acl2, aclsize2, type2, file2, 0) < 0) text2 591 maint/gnulib/tests/test-sameacls.c if (strcmp (text1, text2) != 0) text2 594 maint/gnulib/tests/test-sameacls.c file1, file2, text1, text2);