#include <stdio.h>#include <stdarg.h>#include <limits.h>#include "loc_incl.h"Include dependency graph for sprintf.c:

Go to the source code of this file.
Functions | |
| int | sprintf (char *s, const char *format,...) |
| int | snprintf (char *s, size_t n, const char *format,...) |
|
||||||||||||||||||||
|
Definition at line 27 of file sprintf.c. References retval, va_end, va_start, and vsnprintf(). Referenced by copydir(), expand(), find_device(), gzprintf(), main(), name_gid(), name_uid(), process(), SimpleFileOpen(), and stat_all(). |
|
||||||||||||||||
|
Definition at line 12 of file sprintf.c. References retval, va_end, va_start, and vsnprintf(). |
1.4.6