Home
last modified time | relevance | path

Searched refs:test_uid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Ddrop_priv.c196 int test_uid = UID_NOBODY; variable
246 non_priv_send(&addr, test_uid); in main()
275 ret = setreuid(test_uid, test_uid); in main()
H A Ddgram.c93 int test_uid = UID_NOBODY; variable
H A Dconn.c129 int test_uid = UID_NOBODY; variable
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c350 test_mtime[MISC_SIZE], test_uid[MISC_SIZE], in evaluate_differences() local
373 test_acl, test_mtime, test_uid, test_gid, test_contents, in evaluate_differences()
451 if ((flags & ATTR_UID) && (strcmp(ctrl_uid, test_uid) != 0)) { in evaluate_differences()
453 test_uid, prog_fmt); in evaluate_differences()