Searched refs:FORMAT (Results 26 - 50 of 61) sorted by relevance

123

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.h79 COPYING, FORMAT, SMALLFORMAT, DISPLAY, SMALLDISPLAY, VERBATIM, enumerator in enum:xml_element
H A Dinsertion.c1024 xml_insert_element (FORMAT, END);
1493 xml_insert_element (FORMAT, START);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h215 # define FORMAT(f, a) macro
229 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
/netbsd-current/tests/lib/libm/
H A Dt_ldexp.c45 #define FORMAT "%23.23lg" macro
179 (void)snprintf(outbuf, sizeof(outbuf), FORMAT, v);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h222 # define FORMAT(f, a) macro
236 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h224 # define FORMAT(f, a) macro
238 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
H A Dsanitizer_common.h226 void Printf(const char *format, ...) FORMAT(1, 2);
227 void Report(const char *format, ...) FORMAT(1, 2);
620 void append(const char *format, ...) FORMAT(2, 3);
/netbsd-current/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh185 -L | --list) FORMAT=norm ;;
186 -l | -CL | --lisp) FORMAT=lisp ;;
240 case "$FORMAT" in
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A DcompareSumTests379 =head2 PLAIN OUTPUT FORMAT
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A DcompareSumTests379 =head2 PLAIN OUTPUT FORMAT
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlex.l361 <MRI>"FORMAT" { RTOKEN(FORMAT); }
378 <MRI>"format" { RTOKEN(FORMAT); }
H A Dldgram.y154 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
222 | FORMAT NAME
H A Dldlex.c2542 { RTOKEN(FORMAT); } variable
2627 { RTOKEN(FORMAT); } variable
H A Dldgram.c259 FORMAT = 362, /* FORMAT */ enumerator in enum:yytokentype
399 #define FORMAT 362 macro
606 YYSYMBOL_FORMAT = 123, /* FORMAT */
1246 "LOG2CEIL", "FORMAT", "PUBLIC", "DEFSYMEND", "BASE", "ALIAS", "TRUNCATE",
2623 case 23: /* mri_script_command: FORMAT NAME */
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlex.l365 <MRI>"FORMAT" { RTOKEN(FORMAT); }
382 <MRI>"format" { RTOKEN(FORMAT); }
H A Dldgram.y157 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
225 | FORMAT NAME
H A Dldlex.c2581 { RTOKEN(FORMAT); } variable
2666 { RTOKEN(FORMAT); } variable
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-parse.y121 %token <token> FORMAT TOKEN EQUALS
186 format : FORMAT
1301 return (FORMAT);
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A DFuzzTest185 being executed. The syntax is "%(VARIABLE)FORMAT" where FORMAT is a standard
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlex.l343 <MRI>"FORMAT" { RTOKEN(FORMAT); }
360 <MRI>"format" { RTOKEN(FORMAT); }
H A Dldgram.y152 %token LOG2CEIL FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
223 | FORMAT NAME
/netbsd-current/usr.bin/config/
H A Dgram.y57 #define FORMAT(n) (((n).fmt == 8 && (n).val != 0) ? "0%llo" : \
1074 (void)snprintf(bf, sizeof(bf), FORMAT($1), (long long)$1.val);
/netbsd-current/sys/dev/ic/
H A Ddwc_eqos.c77 #define DPRINTF(FLAG, FORMAT, ...) \
79 device_printf(sc->sc_dev, "%s: " FORMAT, \
82 #define DPRINTF(FLAG, FORMAT, ...) ((void)0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c1056 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) ENUM ,
1063 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) NAME ,
1069 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) FORMAT ,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc1071 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) ENUM ,
1078 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) NAME ,
1084 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) FORMAT ,

Completed in 335 milliseconds

123