Home
last modified time | relevance | path

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

/xnu-10002.1.13/SETUP/config/
H A Dmkheaders.c65 static void do_count(const char *dev, const char *hname, int search);
66 static void do_header(const char *dev, const char *hname, int count);
87 do_count(const char *dev, const char *hname, int search) in do_count() argument
104 do_header(dev, hname, count); in do_count()
108 do_header(const char *dev, const char *hname, int count) in do_header() argument
118 file = toheader(hname); in do_header()
119 name = tomacro(dev?dev:hname) + (dev == NULL); in do_header()
137 fprintf(outf, "#include <%s.h>\n", hname); in do_header()