Lines Matching refs:format
65 The __-protected variants of the attributes 'format' and 'printf' are
77 indicates to GCC that the function takes a format string and arguments,
78 where the format string directives are the ones standardized by ISO C99
89 except that it indicates to GCC that the supported format string directives
96 indicates to GCC that the function takes a format string and arguments,
97 where the format string directives are the ones standardized by ISO C99
108 except that it indicates to GCC that the supported format string directives
138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
144 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
148 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
279 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
283 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
287 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
289 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
405 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
408 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
410 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
728 (struct obstack *obs, const char *format, ...)
732 (struct obstack *obs, const char *format, ...));
736 (struct obstack *obs, const char *format, ...)
741 (struct obstack *obs, const char *format, ...));
749 (struct obstack *obs, const char *format, va_list args)
753 (struct obstack *obs, const char *format, va_list args));
757 (struct obstack *obs, const char *format, va_list args)
762 (struct obstack *obs, const char *format, va_list args));
832 /* Don't break __attribute__((format(printf,M,N))). */
837 (const char *format, ...)
844 (const char *format, ...)
850 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
856 (const char *format, ...)
859 _GL_CXXALIAS_RPL (printf, int, (const char *format, ...));
863 _GL_CXXALIAS_SYS (printf, int, (const char *format, ...));
995 /* Don't break __attribute__((format(scanf,M,N))). */
999 (const char *format, ...)
1004 _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...));
1010 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1013 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1016 _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...));
1027 (char *str, size_t size, const char *format, ...)
1031 (char *str, size_t size, const char *format, ...));
1035 (char *str, size_t size, const char *format, ...)
1040 (char *str, size_t size, const char *format, ...));
1065 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1068 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1070 _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...));
1110 (char **result, const char *format, ...)
1114 (char **result, const char *format, ...));
1118 (char **result, const char *format, ...)
1123 (char **result, const char *format, ...));
1131 (char **result, const char *format, va_list args)
1135 (char **result, const char *format, va_list args));
1139 (char **result, const char *format, va_list args)
1144 (char **result, const char *format, va_list args));
1154 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1157 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1160 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1167 (int fd, const char *format, va_list args));
1186 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1190 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1194 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1200 (FILE *fp, const char *format, va_list args));
1221 (FILE *stream, const char *format, va_list args)
1225 (FILE *stream, const char *format, va_list args));
1228 (FILE *stream, const char *format, va_list args));
1241 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1245 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1249 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1254 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args));
1274 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1277 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1279 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1290 (char *str, size_t size, const char *format, va_list args)
1294 (char *str, size_t size, const char *format, va_list args));
1298 (char *str, size_t size, const char *format, va_list args)
1303 (char *str, size_t size, const char *format, va_list args));
1320 (char *str, const char *format, va_list args)
1324 (char *str, const char *format, va_list args));
1330 (char *str, const char *format, va_list args));