Home
last modified time | relevance | path

Searched refs:format_arg (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c70 struct format_arg struct
97 struct format_arg *element; /* Argument constraints. */
150 verify_element (const struct format_arg * e) in verify_element()
191 free_element (struct format_arg *element) in free_element()
220 copy_element (struct format_arg *newelement, in copy_element()
221 const struct format_arg *oldelement) in copy_element()
251 (struct format_arg *) in copy_list()
252 xmalloc (newlist->initial.allocated * sizeof (struct format_arg)); in copy_list()
270 (struct format_arg *) in copy_list()
271 xmalloc (newlist->repeated.allocated * sizeof (struct format_arg)); in copy_list()
[all …]
H A Dformat-scheme.c73 struct format_arg struct
100 struct format_arg *element; /* Argument constraints. */
153 verify_element (const struct format_arg * e) in verify_element()
194 free_element (struct format_arg *element) in free_element()
223 copy_element (struct format_arg *newelement, in copy_element()
224 const struct format_arg *oldelement) in copy_element()
254 (struct format_arg *) in copy_list()
255 xmalloc (newlist->initial.allocated * sizeof (struct format_arg)); in copy_list()
273 (struct format_arg *) in copy_list()
274 xmalloc (newlist->repeated.allocated * sizeof (struct format_arg)); in copy_list()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-target.def86 against the format specifiers in @var{format_arg} where the type of\
87 @var{format_arg} is one recognized as a valid string reference type.",
88 void, (tree format_arg, tree args_list),
H A Dstub-objc.c451 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-target.def86 against the format specifiers in @var{format_arg} where the type of\n\
87 @var{format_arg} is one recognized as a valid string reference type.",
88 void, (tree format_arg, tree args_list),
H A Dstub-objc.cc452 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_gcc_func_attribute.m446 # format_arg
149 [format_arg], [
/netbsd-src/external/mit/libuv/dist/m4/
H A Dlibuv-check-flags.m4202 [format_arg], [format_arg(printf)],
203 [char *__attribute__((format_arg(1))) gettextlike(const char *fmt) { fmt = (void *)0; }],
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def98 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg")
414 /* Construct a tree for a format_arg attribute. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def100 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg")
420 /* Construct a tree for a format_arg attribute. */
H A DChangeLog-20019482 format_arg attributes apply to function types rather than to
9510 (check_format_info_recurse): Take format_arg attributes from the
9512 international_format_list. Allow for multiple format_arg
9524 format_arg attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c818 darwin_check_cfstring_format_arg (tree ARG_UNUSED (format_arg), in darwin_check_cfstring_format_arg() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc817 darwin_check_cfstring_format_arg (tree ARG_UNUSED (format_arg), in darwin_check_cfstring_format_arg() argument
/netbsd-src/external/gpl3/gcc/dist/intl/
H A DChangeLog132 from current gettext to provide GCC format_arg attributes.
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A DChangeLog110 from current gettext to provide GCC format_arg attributes.
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_show.c343 static const char * __attribute__((format_arg(2)))
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc10325 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c10195 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1444 let Spellings = [GCC<"format_arg">];
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi3095 @item format_arg (@var{string-index})
3096 @cindex @code{format_arg} function attribute
3098 The @code{format_arg} attribute specifies that a function takes one or
3105 @code{format_arg} attributes may be applied to the same function, each
3112 __attribute__ ((format_arg (2)));
3120 @code{format_arg} attribute had not been specified, all the compiler
3126 In calls to a function declared with more than one @code{format_arg}
3137 The @code{format_arg} attribute allows you to identify your own
9240 @code{format_arg} attributes use this form with the list being a single
H A Dgcc.info6189 'alloc_size', 'assume_aligned', 'format', 'format_arg', 'malloc',
35028 'format_arg (STRING-INDEX)'
35029 The 'format_arg' attribute specifies that a function takes one or
35035 have been for the unmodified string). Multiple 'format_arg'
35042 __attribute__ ((format_arg (2)));
35047 with the format string argument 'my_format'. If the 'format_arg'
35054 In calls to a function declared with more than one 'format_arg'
35065 The 'format_arg' attribute allows you to identify your own
40517 example, 'format_arg' attributes use this form with the list
68841 * format_arg function attribute: Common Function Attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi2978 @item format_arg (@var{string-index})
2979 @cindex @code{format_arg} function attribute
2981 The @code{format_arg} attribute specifies that a function takes one or
2988 @code{format_arg} attributes may be applied to the same function, each
2995 __attribute__ ((format_arg (2)));
3003 @code{format_arg} attribute had not been specified, all the compiler
3009 In calls to a function declared with more than one @code{format_arg}
3020 The @code{format_arg} attribute allows you to identify your own
8677 @code{format_arg} attributes use this form with the list being a single
H A Dtm.texi721 @deftypefn {C Target Hook} void TARGET_CHECK_STRING_OBJECT_FORMAT_ARG (tree @var{format_arg}, tree …
722 …ar{args_list} against the format specifiers in @var{format_arg} where the type of @var{format_ar…
H A Dgcc.info5366 'alloc_size', 'assume_aligned', 'format', 'format_arg', 'malloc',
31834 'format_arg (STRING-INDEX)'
31835 The 'format_arg' attribute specifies that a function takes one or
31841 have been for the unmodified string). Multiple 'format_arg'
31848 __attribute__ ((format_arg (2)));
31853 with the format string argument 'my_format'. If the 'format_arg'
31860 In calls to a function declared with more than one 'format_arg'
31871 The 'format_arg' attribute allows you to identify your own
36917 example, 'format_arg' attributes use this form with the list
65528 * format_arg function attribute: Common Function Attributes.
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog6746 * libamu/xutil.c: remove __attribute__ format_arg statement for

12