Home
last modified time | relevance | path

Searched refs:test_gid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/idmap/
H A Didmaptest.c44 static bool test_gid; variable
65 if (test_gid) { in get_idmap_batch()
104 const char *whatsit = test_gid ? "gid" : "uid"; in test_idmap()
226 test_gid = false; in main()
230 test_gid = true; in main()
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c351 test_gid[MISC_SIZE], test_dest[PATH_MAX], in evaluate_differences() local
373 test_acl, test_mtime, test_uid, test_gid, test_contents, in evaluate_differences()
457 if ((flags & ATTR_GID) && (strcmp(ctrl_gid, test_gid) != 0)) { in evaluate_differences()
459 test_gid, prog_fmt); in evaluate_differences()