]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/stdio.h
Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 15105,...
[thirdparty/glibc.git] / include / stdio.h
CommitLineData
6796bc80 1#ifndef _STDIO_H
a4fea3f2
ZW
2# if !defined _ISOMAC && defined _IO_MTSAFE_IO
3# include <stdio-lock.h>
4# endif
199fc19d
ZW
5# include <libio/stdio.h>
6# ifndef _ISOMAC
a4fea3f2 7# define _LIBC_STDIO_H 1
6c6c962a 8# include <libio/libio.h>
bdbf022d
UD
9
10/* Now define the internal interfaces. */
b15549e6 11
2e0a6909 12extern int __fcloseall (void) attribute_hidden;
aaa8d85c 13extern int __snprintf (char *__restrict __s, size_t __maxlen,
a784e502 14 const char *__restrict __format, ...)
bdbf022d 15 __attribute__ ((__format__ (__printf__, 3, 4)));
61158ffa 16libc_hidden_proto (__snprintf)
bd7f30a9 17extern int __vsnprintf (char *__restrict __s, size_t __maxlen,
63fb8f9a 18 const char *__restrict __format, __gnuc_va_list __arg)
bd7f30a9 19 __attribute__ ((__format__ (__printf__, 3, 0)));
aaa8d85c 20extern int __vfscanf (FILE *__restrict __s,
a784e502 21 const char *__restrict __format,
63fb8f9a 22 __gnuc_va_list __arg)
bdbf022d 23 __attribute__ ((__format__ (__scanf__, 2, 0)));
a20d8dbe 24libc_hidden_proto (__vfscanf)
a784e502 25extern int __vscanf (const char *__restrict __format,
63fb8f9a 26 __gnuc_va_list __arg)
bdbf022d 27 __attribute__ ((__format__ (__scanf__, 1, 0)));
aaa8d85c 28extern _IO_ssize_t __getline (char **__lineptr, size_t *__n,
2e0a6909 29 FILE *__stream) attribute_hidden;
a784e502
UD
30extern int __vsscanf (const char *__restrict __s,
31 const char *__restrict __format,
63fb8f9a 32 __gnuc_va_list __arg)
bfce746a 33 __attribute__ ((__format__ (__scanf__, 2, 0)));
bdbf022d 34
b5cc329c
UD
35extern int __sprintf_chk (char *, int, size_t, const char *, ...) __THROW;
36extern int __snprintf_chk (char *, size_t, int, size_t, const char *, ...)
37 __THROW;
38extern int __vsprintf_chk (char *, int, size_t, const char *,
63fb8f9a 39 __gnuc_va_list) __THROW;
b5cc329c 40extern int __vsnprintf_chk (char *, size_t, int, size_t, const char *,
63fb8f9a 41 __gnuc_va_list) __THROW;
b5cc329c
UD
42extern int __printf_chk (int, const char *, ...);
43extern int __fprintf_chk (FILE *, int, const char *, ...);
63fb8f9a
ZW
44extern int __vprintf_chk (int, const char *, __gnuc_va_list);
45extern int __vfprintf_chk (FILE *, int, const char *, __gnuc_va_list);
553cc5f9
UD
46extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp);
47extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp);
dff37515 48extern int __asprintf_chk (char **, int, const char *, ...) __THROW;
63fb8f9a 49extern int __vasprintf_chk (char **, int, const char *, __gnuc_va_list) __THROW;
dff37515 50extern int __dprintf_chk (int, int, const char *, ...);
63fb8f9a 51extern int __vdprintf_chk (int, int, const char *, __gnuc_va_list);
dff37515
UD
52extern int __obstack_printf_chk (struct obstack *, int, const char *, ...)
53 __THROW;
54extern int __obstack_vprintf_chk (struct obstack *, int, const char *,
63fb8f9a 55 __gnuc_va_list) __THROW;
b5cc329c 56
874aa523 57extern int __isoc99_fscanf (FILE *__restrict __stream,
a784e502
UD
58 const char *__restrict __format, ...) __wur;
59extern int __isoc99_scanf (const char *__restrict __format, ...) __wur;
60extern int __isoc99_sscanf (const char *__restrict __s,
61 const char *__restrict __format, ...) __THROW;
874aa523 62extern int __isoc99_vfscanf (FILE *__restrict __s,
a784e502 63 const char *__restrict __format,
63fb8f9a 64 __gnuc_va_list __arg) __wur;
a784e502 65extern int __isoc99_vscanf (const char *__restrict __format,
63fb8f9a 66 __gnuc_va_list __arg) __wur;
a784e502
UD
67extern int __isoc99_vsscanf (const char *__restrict __s,
68 const char *__restrict __format,
63fb8f9a 69 __gnuc_va_list __arg) __THROW;
874aa523
UD
70libc_hidden_proto (__isoc99_vsscanf)
71libc_hidden_proto (__isoc99_vfscanf)
72
ed073f0e
AJ
73/* Prototypes for compatibility functions. */
74extern FILE *__new_tmpfile (void);
75extern FILE *__old_tmpfile (void);
76
ab58d620
UD
77# define __need_size_t
78# include <stddef.h>
199fc19d
ZW
79
80# include <bits/types/wint_t.h>
81
992af677 82/* Generate a unique file name (and possibly open it). */
aaa8d85c 83extern int __path_search (char *__tmpl, size_t __tmpl_len,
a784e502 84 const char *__dir, const char *__pfx,
2e0a6909 85 int __try_tempdir) attribute_hidden;
992af677 86
7f3146e7 87extern int __gen_tempname (char *__tmpl, int __suffixlen, int __flags,
2e0a6909 88 int __kind) attribute_hidden;
2e65ca2b 89/* The __kind argument to __gen_tempname may be one of: */
ab58d620 90# define __GT_FILE 0 /* create a file */
d7e23b02
UD
91# define __GT_DIR 1 /* create a directory */
92# define __GT_NOCREATE 2 /* just find a name not currently in use */
992af677 93
ed421fca
L
94enum __libc_message_action
95{
96 do_message = 0, /* Print message. */
97 do_abort = 1 << 0, /* Abort. */
98 do_backtrace = 1 << 1 /* Backtrace. */
99};
100
992af677 101/* Print out MESSAGE on the error output and abort. */
a784e502 102extern void __libc_fatal (const char *__message)
992af677 103 __attribute__ ((__noreturn__));
ed421fca 104extern void __libc_message (enum __libc_message_action action,
2e0a6909 105 const char *__fnt, ...) attribute_hidden;
1b0bfc69 106extern void __fortify_fail (const char *msg) __attribute__ ((__noreturn__));
ed421fca 107extern void __fortify_fail_abort (_Bool, const char *msg)
8bcdb7e0 108 __attribute__ ((__noreturn__)) attribute_hidden;
3a50811c 109libc_hidden_proto (__fortify_fail)
ed421fca 110libc_hidden_proto (__fortify_fail_abort)
992af677 111
d4b0774f 112/* Acquire ownership of STREAM. */
2e0a6909 113extern void __flockfile (FILE *__stream) attribute_hidden;
d4b0774f
AJ
114
115/* Relinquish the ownership granted for STREAM. */
2e0a6909 116extern void __funlockfile (FILE *__stream) attribute_hidden;
d1646309 117
dd040747
AJ
118/* Try to acquire ownership of STREAM but do not block if it is not
119 possible. */
120extern int __ftrylockfile (FILE *__stream);
121
30ac923d 122extern int __getc_unlocked (FILE *__fp) attribute_hidden;
03bac9ac
AJ
123extern wint_t __getwc_unlocked (FILE *__fp);
124
8a259a23 125extern int __fxprintf (FILE *__fp, const char *__fmt, ...)
2e0a6909 126 __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden;
544ce845 127extern int __fxprintf_nocancel (FILE *__fp, const char *__fmt, ...)
2e0a6909 128 __attribute__ ((__format__ (__printf__, 2, 3))) attribute_hidden;
03bac9ac 129
a784e502 130extern const char *const _sys_errlist_internal[] attribute_hidden;
1897bc3f 131extern int _sys_nerr_internal attribute_hidden;
77fe0b9c 132
d18ea0c5 133libc_hidden_proto (__asprintf)
4f41c682 134# if IS_IN (libc)
79937577 135extern _IO_FILE *_IO_new_fopen (const char*, const char*);
3ba06713 136# define fopen(fname, mode) _IO_new_fopen (fname, mode)
79937577 137extern _IO_FILE *_IO_new_fdopen (int, const char*);
3ba06713 138# define fdopen(fd, mode) _IO_new_fdopen (fd, mode)
79937577 139extern int _IO_new_fclose (_IO_FILE*);
3ba06713 140# define fclose(fp) _IO_new_fclose (fp)
79937577 141extern int _IO_fputs (const char*, _IO_FILE*);
3ba06713 142libc_hidden_proto (_IO_fputs)
499b3153
JM
143/* The compiler may optimize calls to fprintf into calls to fputs.
144 Use libc_hidden_proto to ensure that those calls, not redirected by
145 the fputs macro, also do not go through the PLT. */
146libc_hidden_proto (fputs)
3ba06713 147# define fputs(str, fp) _IO_fputs (str, fp)
79937577 148extern int _IO_new_fsetpos (_IO_FILE *, const _IO_fpos_t *);
3ba06713 149# define fsetpos(fp, posp) _IO_new_fsetpos (fp, posp)
79937577 150extern int _IO_new_fgetpos (_IO_FILE *, _IO_fpos_t *);
3ba06713 151# define fgetpos(fp, posp) _IO_new_fgetpos (fp, posp)
6b87a564
UD
152# endif
153
b9b91868 154libc_hidden_proto (dprintf)
be7dc2b7
JM
155extern __typeof (dprintf) __dprintf
156 __attribute__ ((__format__ (__printf__, 2, 3)));
157libc_hidden_proto (__dprintf)
b9b91868
RM
158libc_hidden_proto (fprintf)
159libc_hidden_proto (vfprintf)
160libc_hidden_proto (sprintf)
161libc_hidden_proto (sscanf)
162libc_hidden_proto (fwrite)
163libc_hidden_proto (perror)
164libc_hidden_proto (remove)
165libc_hidden_proto (rewind)
3ba06713 166libc_hidden_proto (fileno)
5a6fa4d7
JM
167extern __typeof (fileno) __fileno;
168libc_hidden_proto (__fileno)
3ba06713
UD
169libc_hidden_proto (fwrite)
170libc_hidden_proto (fseek)
5a6fa4d7
JM
171extern __typeof (ftello) __ftello;
172libc_hidden_proto (__ftello)
5182cbc5 173libc_hidden_proto (fflush)
3ba06713 174libc_hidden_proto (fflush_unlocked)
eb1fae6a
JM
175extern __typeof (fflush_unlocked) __fflush_unlocked;
176libc_hidden_proto (__fflush_unlocked)
5a6fa4d7
JM
177extern __typeof (fread_unlocked) __fread_unlocked;
178libc_hidden_proto (__fread_unlocked)
3ba06713
UD
179libc_hidden_proto (fwrite_unlocked)
180libc_hidden_proto (fgets_unlocked)
c4eae752
JM
181extern __typeof (fgets_unlocked) __fgets_unlocked;
182libc_hidden_proto (__fgets_unlocked)
3ba06713 183libc_hidden_proto (fputs_unlocked)
3164bf09
JM
184extern __typeof (fputs_unlocked) __fputs_unlocked;
185libc_hidden_proto (__fputs_unlocked)
7fc03cf3
JM
186libc_hidden_proto (feof_unlocked)
187extern __typeof (feof_unlocked) __feof_unlocked attribute_hidden;
ec481ad8
JM
188libc_hidden_proto (ferror_unlocked)
189extern __typeof (ferror_unlocked) __ferror_unlocked attribute_hidden;
30ac923d 190libc_hidden_proto (getc_unlocked)
039c721a
JM
191libc_hidden_proto (fputc_unlocked)
192libc_hidden_proto (putc_unlocked)
193extern __typeof (putc_unlocked) __putc_unlocked attribute_hidden;
a99e59d7 194libc_hidden_proto (fmemopen)
711f67a7 195/* The prototype needs repeating instead of using __typeof to use
3ac3ff32 196 __THROW in C++ tests. */
711f67a7
JM
197extern FILE *__open_memstream (char **, size_t *) __THROW __wur;
198libc_hidden_proto (__open_memstream)
9d79e037 199libc_hidden_proto (__libc_fatal)
2193ce87 200rtld_hidden_proto (__libc_fatal)
b5cc329c
UD
201libc_hidden_proto (__vsprintf_chk)
202libc_hidden_proto (__vsnprintf_chk)
a7c684a2 203libc_hidden_proto (__vfprintf_chk)
dff37515
UD
204libc_hidden_proto (__vasprintf_chk)
205libc_hidden_proto (__vdprintf_chk)
206libc_hidden_proto (__obstack_vprintf_chk)
b15549e6 207
fdb7d390
AZ
208extern FILE * __fmemopen (void *buf, size_t len, const char *mode);
209libc_hidden_proto (__fmemopen)
210
e0d2eb5a
AZ
211extern int __gen_tempfd (int flags);
212libc_hidden_proto (__gen_tempfd)
213
7fc03cf3
JM
214# ifdef __USE_EXTERN_INLINES
215__extern_inline int
216__NTH (__feof_unlocked (FILE *__stream))
217{
218 return __feof_unlocked_body (__stream);
219}
ec481ad8
JM
220
221__extern_inline int
222__NTH (__ferror_unlocked (FILE *__stream))
223{
224 return __ferror_unlocked_body (__stream);
225}
30ac923d
JM
226
227__extern_inline int
228__getc_unlocked (FILE *__fp)
229{
230 return __getc_unlocked_body (__fp);
231}
039c721a
JM
232
233__extern_inline int
234__putc_unlocked (int __c, FILE *__stream)
235{
236 return __putc_unlocked_body (__c, __stream);
237}
7fc03cf3
JM
238# endif
239
199fc19d
ZW
240# endif /* not _ISOMAC */
241#endif /* stdio.h */