Home | History | Annotate | Download | only in darwin

Lines Matching refs:entries

20    struct accessx_descriptor* entries = malloc(entries_szB);
21 char* string1 = (char*)&entries[3];
26 entries[0].ad_name_offset = string1 - (char*)entries;
27 entries[1].ad_name_offset = 0; // reuse the previous entry's string
28 entries[2].ad_name_offset = string2 - (char*)entries;
29 entries[0].ad_flags = F_OK; // succeeds
30 entries[1].ad_flags = X_OK; // fails
31 entries[2].ad_flags = F_OK; // fails
35 retval = syscall(SYS_access_extended, entries, entries_szB, results,