Searched refs:header_file (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 1744 def BodyPreamble(name, header_file): argument 1748 slash = header_file.rfind("/") 1750 header_file = header_file[slash + 1 :] 1785 pre += '\n#include "%s"\n\n' % header_file 1839 self.header_file = None 1857 self.header_file = extra_args[0].replace("\\", "/") 1867 if not self.header_file: 1868 self.header_file = self.factory.HeaderFilename(self.impl_file) 1872 if not self.header_file.endswith(".h"): 1877 header_file = self.header_file [all …]
|
| /src/contrib/libevent/ |
| H A D | event_rpcgen.py | 1744 def BodyPreamble(name, header_file): argument 1748 slash = header_file.rfind("/") 1750 header_file = header_file[slash + 1 :] 1785 pre += '\n#include "%s"\n\n' % header_file 1839 self.header_file = None 1857 self.header_file = extra_args[0].replace("\\", "/") 1867 if not self.header_file: 1868 self.header_file = self.factory.HeaderFilename(self.impl_file) 1872 if not self.header_file.endswith(".h"): 1877 header_file = self.header_file [all …]
|
| /src/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 344 aic_print_include(FILE *dfile, char *header_file) in aic_print_include() argument 349 if (header_file[0] == '<') in aic_print_include() 350 fprintf(dfile, "\n#include %s\n\n", header_file); in aic_print_include() 352 fprintf(dfile, "\n#include \"%s\"\n\n", header_file); in aic_print_include()
|
| /src/contrib/ntp/ntpd/ |
| H A D | keyword-gen.c | 729 char *header_file in populate_symb() argument 737 yh = fopen(header_file, "r"); in populate_symb()
|