/src/usr.bin/menuc/ |
mdb.c | 111 FILE *out_file, *sys_file; local in function:write_menu_file 141 out_file = fopen(hname, "w"); 142 if (out_file == NULL) { 149 (void)fprintf(out_file, "%s", 161 (void)fprintf(out_file, "#define MSG_XLAT(x) msg_string(x)\n"); 163 (void)fprintf(out_file, "#define MSG_XLAT(x) (x)\n"); 165 (void)fprintf(out_file, "#define DYNAMIC_MENUS\n"); 167 (void)fprintf(out_file, "#define MENU_EXPANDS\n"); 169 (void)fprintf(out_file, "\n"); 171 (void)fprintf(out_file, [all...] |
/src/sys/dev/microcode/cyclades-z/ |
cyzfirm2h.c | 66 FILE *out_file; local in function:main 77 out_file = fopen(argv[2], "w+"); 78 if (out_file == NULL) 106 fprintf(out_file, "/*\t$""NetBSD""$\t*/\n\n"); 107 fprintf(out_file, 114 fprintf(out_file, "#ifndef _%s_\n", include_name); 115 fprintf(out_file, "#define\t_%s_\n\n", include_name); 117 fprintf(out_file, "static const uint8_t cycladesz_firmware[] = {\n"); 122 fprintf(out_file, "\t"); 125 fprintf(out_file, "0x%02x,", '_') [all...] |
/src/usr.bin/msgc/ |
msgdb.c | 97 FILE *out_file; local in function:write_msg_file 132 out_file = fopen (hname, "w"); 133 if (out_file == NULL) { 140 (void) fprintf (out_file, "%s", 207 (void) fprintf (out_file, "#define MSG_NONE\tNULL\n"); 209 (void) fprintf (out_file, "#define MSG_%s\t((msg)(long)%d)\n", 212 (void) fprintf (out_file, "\n#endif\n"); 214 fclose (out_file); 217 out_file = fopen (cname, "w"); 218 if (out_file == NULL) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
igt_mmap.c | 34 goto out_file; 41 out_file:
|
intel_memory_region.c | 419 goto out_file; 427 goto out_file; 441 out_file:
|
i915_request.c | 1355 goto out_file; 1454 out_file:
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_context.c | 70 goto out_file; 77 goto out_file; 93 goto out_file; 107 goto out_file; 118 goto out_file; 131 goto out_file; 176 goto out_file; 184 out_file: 309 goto out_file; 319 goto out_file; [all...] |
i915_gem_object_blt.c | 473 goto out_file; 509 out_file:
|
huge_pages.c | 1932 goto out_file; 1943 out_file:
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer_mac.cc | 84 char **out_module, char **out_file, uptr *line, 115 if (out_file) { 117 rest = ExtractTokenUpToDelimiter(rest, ":", out_file);
|
/src/usr.bin/make/ |
dir.c | 1056 const char *name, char **out_file) 1112 *out_file = file; 1118 const char *name, const char *base, char **out_file) 1148 *out_file = file;
|
/src/tools/gcc/ |
mknative-gcc.old | 368 INCLUDES md_file OBJC_OBJS OBJS out_file version \
|
mknative-gcc | 374 INCLUDES md_file OBJC_OBJS OBJS out_file version \
|