|
| __CPROVER_bool | __VERIFIER_nondet___CPROVER_bool (void) |
| |
| int | putchar (int c) |
| |
| int | __VERIFIER_nondet_int (void) |
| |
| int | puts (const char *s) |
| |
| void | fclose_cleanup (void *stream) |
| |
| FILE * | fopen64 (const char *filename, const char *mode) |
| |
| FILE * | fopen (const char *filename, const char *mode) |
| |
| FILE * | freopen64 (const char *filename, const char *mode, FILE *f) |
| |
| FILE * | freopen (const char *filename, const char *mode, FILE *f) |
| |
| int | fclose (FILE *stream) |
| |
| FILE * | fdopen (int handle, const char *mode) |
| |
| char * | fgets (char *str, int size, FILE *stream) |
| |
| char * | __fgets_chk (char *str, __CPROVER_size_t bufsize, int size, FILE *stream) |
| |
| char | __VERIFIER_nondet_char (void) |
| |
| size_t | __VERIFIER_nondet_size_t (void) |
| |
| size_t | fread (void *ptr, size_t size, size_t nitems, FILE *stream) |
| |
| size_t | __fread_chk (void *ptr, size_t ptrlen, size_t size, size_t nitems, FILE *stream) |
| |
| int | feof (FILE *stream) |
| |
| int | ferror (FILE *stream) |
| |
| int | fileno (FILE *stream) |
| |
| int | fputs (const char *s, FILE *stream) |
| |
| int | fflush (FILE *stream) |
| |
| int | fpurge (FILE *stream) |
| |
| int | fgetc (FILE *stream) |
| |
| int | getc (FILE *stream) |
| |
| int | getchar (void) |
| |
| int | getw (FILE *stream) |
| |
| int | fseek (FILE *stream, long offset, int whence) |
| |
| long | __VERIFIER_nondet_long (void) |
| |
| long | ftell (FILE *stream) |
| |
| void | rewind (FILE *stream) |
| |
| size_t | fwrite (const void *ptr, size_t size, size_t nitems, FILE *stream) |
| |
| void | perror (const char *s) |
| |
| int | fscanf (FILE *restrict stream, const char *restrict format,...) |
| |
| int | __isoc99_fscanf (FILE *restrict stream, const char *restrict format,...) |
| |
| int | scanf (const char *restrict format,...) |
| |
| int | __isoc99_scanf (const char *restrict format,...) |
| |
| int | sscanf (const char *restrict s, const char *restrict format,...) |
| |
| int | __isoc99_sscanf (const char *restrict s, const char *restrict format,...) |
| |
| int | vfscanf (FILE *restrict stream, const char *restrict format, va_list arg) |
| |
| int | __isoc99_vfscanf (FILE *restrict stream, const char *restrict format, va_list arg) |
| |
| int | vscanf (const char *restrict format, va_list arg) |
| |
| int | __isoc99_vscanf (const char *restrict format, va_list arg) |
| |
| int | vsscanf (const char *restrict s, const char *restrict format, va_list arg) |
| |
| int | __isoc99_vsscanf (const char *restrict s, const char *restrict format, va_list arg) |
| |
| int | printf (const char *format,...) |
| |
| int | __printf_chk (int flag, const char *format,...) |
| |
| int | fprintf (FILE *stream, const char *restrict format,...) |
| |
| int | __fprintf_chk (FILE *stream, int flag, const char *restrict format,...) |
| |
| int | vfprintf (FILE *stream, const char *restrict format, va_list arg) |
| |
| int | __vfprintf_chk (FILE *stream, int flag, const char *restrict format, va_list arg) |
| |
| int | vasprintf (char **ptr, const char *fmt, va_list ap) |
| |
| int | asprintf (char **ptr, const char *fmt,...) |
| |
| int | dprintf (int fd, const char *restrict format,...) |
| |
| int | vdprintf (int fd, const char *restrict format, va_list arg) |
| |
| int | snprintf (char *str, size_t size, const char *fmt,...) |
| |
| int | __builtin___vsnprintf_chk (char *str, size_t size, int flag, size_t bufsize, const char *fmt, va_list ap) |
| |
| int | __builtin___snprintf_chk (char *str, size_t size, int flag, size_t bufsize, const char *fmt,...) |
| |
| int | vsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
| |