Lines Matching refs:format
66 The __-protected variants of the attributes 'format' and 'printf' are
78 indicates to GCC that the function takes a format string and arguments,
79 where the format string directives are the ones standardized by ISO C99
90 except that it indicates to GCC that the supported format string directives
97 indicates to GCC that the function takes a format string and arguments,
98 where the format string directives are the ones standardized by ISO C99
109 except that it indicates to GCC that the supported format string directives
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
717 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
720 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
722 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
1040 (struct obstack *obs, const char *format, ...)
1044 (struct obstack *obs, const char *format, ...));
1048 (struct obstack *obs, const char *format, ...)
1053 (struct obstack *obs, const char *format, ...));
1061 (struct obstack *obs, const char *format, va_list args)
1065 (struct obstack *obs, const char *format, va_list args));
1069 (struct obstack *obs, const char *format, va_list args)
1074 (struct obstack *obs, const char *format, va_list args));
1144 /* Don't break __attribute__((format(printf,M,N))). */
1149 (const char *format, ...)
1156 (const char *format, ...)
1162 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
1168 (const char *format, ...)
1171 _GL_CXXALIAS_RPL (printf, int, (const char *format, ...));
1175 _GL_CXXALIAS_SYS (printf, int, (const char *format, ...));
1307 /* Don't break __attribute__((format(scanf,M,N))). */
1311 (const char *format, ...)
1316 _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...));
1322 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1325 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1328 _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...));
1339 (char *str, size_t size, const char *format, ...)
1343 (char *str, size_t size, const char *format, ...));
1347 (char *str, size_t size, const char *format, ...)
1352 (char *str, size_t size, const char *format, ...));
1377 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1380 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1382 _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...));
1422 (char **result, const char *format, ...)
1426 (char **result, const char *format, ...));
1430 (char **result, const char *format, ...)
1435 (char **result, const char *format, ...));
1443 (char **result, const char *format, va_list args)
1447 (char **result, const char *format, va_list args));
1451 (char **result, const char *format, va_list args)
1456 (char **result, const char *format, va_list args));
1466 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1469 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1472 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1479 (int fd, const char *format, va_list args));
1498 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1502 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1512 (FILE *fp, const char *format, va_list args));
1533 (FILE *stream, const char *format, va_list args)
1537 (FILE *stream, const char *format, va_list args));
1540 (FILE *stream, const char *format, va_list args));
1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args));
1586 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1589 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1591 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1602 (char *str, size_t size, const char *format, va_list args)
1606 (char *str, size_t size, const char *format, va_list args));
1610 (char *str, size_t size, const char *format, va_list args)
1615 (char *str, size_t size, const char *format, va_list args));
1632 (char *str, const char *format, va_list args)
1636 (char *str, const char *format, va_list args));
1642 (char *str, const char *format, va_list args));