Searched refs:wd (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c96 #define next_word(fp, wd) \
101 wd = word; \
365 const char *wd; local
400 wd = get_word(fp);
401 if (wd == (char *)EOF) {
417 if (wd == 0)
422 if (*wd == '#')
424 while ((wd=get_word(fp)) && wd != (char *)EOF)
429 this = ns(wd);
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c736 struct thread_work_data wd = { p, current_buf_size, 2}; local
737 create_threads(&rd, &wd);

Completed in 21 milliseconds