Lines Matching +defs:set +defs:marker
207 static int set;
208 if (!set) {
209 set = 1;
225 static int set;
230 if (!set) {
231 set = 1;
322 static int set;
323 if (!set) {
324 set = 1;
563 /* Use failure() message if set. */
1759 * On platforms with directory symlinks, set isdir to 0 to test for a file
1966 /* TODO: Rework this to set file mode as well. */
2306 failure_start(file, line, "Can't set nodump %s\n", pathname);
2349 failure_start(file, line, "Can't set nodump %s\n", pathname);
2895 * ARCHIVE_TEST_ACL_TYPE_POSIX1E: POSIX.1E ACLs have been set
2896 * ARCHIVE_TEST_ACL_TYPE_NFS4: NFSv4 or extended ACLs have been set
3368 int *marker;
3378 marker = malloc(sizeof(marker[0]) * cnt);
3382 marker[n] = i;
3396 if (archive_test_acl_match(&acls[marker[i]], type,
3399 marker[i] = marker[n - 1];
3472 acls[marker[0]].type, acls[marker[0]].permset,
3473 acls[marker[0]].tag, acls[marker[0]].qual,
3474 acls[marker[0]].name);
3479 free(marker);
3564 case VERBOSITY_PASSFAIL: /* rest of line will include ok/FAIL marker */