Home | History | Annotate | Download | only in common

Lines Matching defs:const

49 #if !defined(__STDC__) && !defined(const)
50 #define const
53 extern const char *const __progname;
97 xvsnprintf(char *buf, size_t len, const char *fmt, va_list ap)
100 const char *s;
201 xsnprintf(char *buf, size_t len, const char *fmt, ...)
207 const char *fmt;
222 xvfdprintf(int fd, const char *fmt, va_list ap)
236 xprintf(const char *fmt, ...)
240 const char *fmt;
256 xerrprintf(const char *fmt, ...)
260 const char *fmt;
276 xerr(int eval, const char *fmt, ...)
280 const char *fmt;
300 xerrx(int eval, const char *fmt, ...)
304 const char *fmt;
322 xwarn(const char *fmt, ...)
325 const char *fmt;
344 xwarnx(const char *fmt, ...)
347 const char *fmt;