Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c1003 struct passwd *pwd = getpwnam("local"); in run_note_write_tests() local
1005 if (pwd != NULL) { in run_note_write_tests()
1008 …(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)FILE1, (void*)pwd->pw_uid, (void*)pwd->pw_gid); in run_note_write_tests()
1020 if (pwd != NULL) { in run_note_write_tests()
1023 …n(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)DIR1, (void*)pwd->pw_uid, (void*)pwd->pw_gid); in run_note_write_tests()
1113 struct passwd *pwd = getpwnam("local"); in run_note_extend_tests() local
1114 if (pwd != NULL) { in run_note_extend_tests()
1117 …(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)FILE1, (void*)pwd->pw_uid, (void*)pwd->pw_gid); in run_note_extend_tests()
1131 if (pwd != NULL) { in run_note_extend_tests()
1134 …n(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)DIR1, (void*)pwd->pw_uid, (void*)pwd->pw_gid); in run_note_extend_tests()
[all …]