HomeSort by: relevance | last modified time | path
    Searched defs:FORMAT (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 71 FORMAT := --target efi-app-$(ARCH)
72 $(TARGET_BSDRIVERS): FORMAT=--target efi-bsdrv-$(ARCH)
73 $(TARGET_RTDRIVERS): FORMAT=--target efi-rtdrv-$(ARCH)
81 FORMAT := -O binary
  /src/sys/arch/i386/stand/misc/
rawrite.c 38 #define FORMAT 5
  /src/tests/lib/libm/
t_ldexp.c 45 #define FORMAT "%23.23lg"
179 (void)snprintf(outbuf, sizeof(outbuf), FORMAT, v);
  /src/usr.bin/audio/ctl/
ctl.c 74 int format; member in struct:field
84 #define FORMAT 10
102 { "play", &info.play, FORMAT, ALIAS },
121 { "record", &info.record, FORMAT, ALIAS },
173 switch(p->format) {
222 case FORMAT:
232 errx(1, "Invalid print format.");
243 switch(p->format) {
266 case FORMAT:
280 errx(1, "Bad format");
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 215 # define FORMAT(f, a)
229 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 224 # define FORMAT(f, a)
238 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 79 COPYING, FORMAT, SMALLFORMAT, DISPLAY, SMALLDISPLAY, VERBATIM,
156 void xml_insert_element_with_attribute (int elt, int arg, char *format, ...);
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 112 #define FORMAT 365
ldgram.c 248 #define FORMAT 365
2108 "NEWLINE","ENDWORD","ORDER","NAMEWORD","ASSERT_K","LOG2CEIL","FORMAT","PUBLIC",
2165 "mri_script_command : FORMAT NAME",
2673 einfo (_("%P:%s: file format not recognized; treating as linker script\n"),
ldlex.c 2604 { RTOKEN(FORMAT); }
2689 { RTOKEN(FORMAT); }
4119 /* If we have found an input file whose format we do not recognize,
4122 of some different format. Treat it as such. */
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 165 FORMAT = 366, /* FORMAT */
310 #define FORMAT 366
ldlex.c 2604 { RTOKEN(FORMAT); }
2689 { RTOKEN(FORMAT); }
4119 /* If we have found an input file whose format we do not recognize,
4122 of some different format. Treat it as such. */
ldgram.c 266 FORMAT = 366, /* FORMAT */
411 #define FORMAT 366
623 YYSYMBOL_FORMAT = 127, /* FORMAT */
1274 "ENDWORD", "ORDER", "NAMEWORD", "ASSERT_K", "LOG2CEIL", "FORMAT",
2672 case 24: /* mri_script_command: FORMAT NAME */
5085 einfo (_("%P:%s: file format not recognized; treating as linker script\n"),

Completed in 79 milliseconds