Searched refs:fmt (Results 51 - 75 of 1325) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/stdio/
H A Dfscanf.c27 fscanf(Sfio_t* f, const char* fmt, ...) argument
32 va_start(args, fmt);
34 STDIO_INT(f, "vfscanf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
36 v = sfvscanf(f, fmt, args);
H A Dfwscanf.c27 fwscanf(Sfio_t* f, const wchar_t* fmt, ...) argument
32 va_start(args, fmt);
34 STDIO_INT(f, "vfwscanf", int, (Sfio_t*, const wchar_t*, va_list), (f, fmt, args))
36 v = vfwscanf(f, fmt, args);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Derr.c33 err(int eval, const char *fmt, ...) argument
40 va_start(ap, fmt);
41 if (fmt != NULL) {
42 (void)vfprintf(stderr, fmt, ap);
51 errx(int eval, const char *fmt, ...) argument
56 va_start(ap, fmt);
57 if (fmt != NULL)
58 (void)vfprintf(stderr, fmt, ap);
65 warn(const char *fmt, ...) argument
72 va_start(ap, fmt);
82 warnx(const char *fmt, ...) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_scanw.c46 vwscanw(WINDOW *win, NCURSES_CONST char *fmt, va_list argp) argument
53 return (vsscanf(buf, fmt, argp));
57 scanw(NCURSES_CONST char *fmt,...) argument
62 T(("scanw(\"%s\",...) called", fmt));
64 va_start(ap, fmt);
65 code = vwscanw(stdscr, fmt, ap);
71 wscanw(WINDOW *win, NCURSES_CONST char *fmt,...) argument
76 T(("wscanw(%p,\"%s\",...) called", win, fmt));
78 va_start(ap, fmt);
79 code = vwscanw(win, fmt, a
85 mvscanw(int y, int x, NCURSES_CONST char *fmt,...) argument
97 mvwscanw(WINDOW *win, int y, int x, NCURSES_CONST char *fmt,...) argument
[all...]
H A Dlib_printw.c45 printw(const char *fmt,...) argument
51 va_start(argp, fmt);
53 _nc_visbuf(fmt), _nc_varargs(fmt, argp)));
57 va_start(argp, fmt);
58 code = vwprintw(stdscr, fmt, argp);
65 wprintw(WINDOW *win, const char *fmt,...) argument
71 va_start(argp, fmt);
73 win, _nc_visbuf(fmt), _nc_varargs(fmt, arg
85 mvprintw(int y, int x, const char *fmt,...) argument
106 mvwprintw(WINDOW *win, int y, int x, const char *fmt,...) argument
127 vwprintw(WINDOW *win, const char *fmt, va_list argp) argument
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_debug.h52 struct mount *mp, const char *fmt, ...) __printflike(3, 4);
53 #define ntfs_warning(mp, fmt, a...) \
54 __ntfs_warning(__FUNCTION__, mp, fmt, ##a)
57 struct mount *mp, const char *fmt, ...) __printflike(3, 4);
58 #define ntfs_error(mp, fmt, a...) \
59 __ntfs_error(__FUNCTION__, mp, fmt, ##a)
65 * @fmt: a printf format string containing the message
66 * @...: the variables to substitute into @fmt
72 const char *function, const char *fmt, ...)
74 #define ntfs_debug(fmt,
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfkeyprintf.c42 Sffmt_t fmt; member in struct:__anon9321
156 if (fp->fmt.t_str && fp->fmt.n_str > 0 && (v = fmtbuf(fp->fmt.n_str + 1)))
158 memcpy(v, fp->fmt.t_str, fp->fmt.n_str);
159 v[fp->fmt.n_str] = 0;
188 if (i == ':' && fp->fmt.fmt == 's' && strlen(a) > 4 && !isalnum(*(a + 4)))
204 t = fp->fmt
264 Fmt_t fmt; local
345 Fmt_t fmt; local
377 Fmt_t fmt; local
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dsnprintf.c16 int snprintf(char *str, size_t n, const char *fmt, ...) argument
18 int snprintf(str, n, fmt, va_alist)
21 const char *fmt;
31 va_start(ap, fmt);
36 rp = vsprintf(str, fmt, ap);
40 rval = vsprintf(str, fmt, ap);
50 const char *fmt,
55 return (strlen(vsprintf(str, fmt, ap)));
57 return (vsprintf(str, fmt, ap));
47 vsnprintf( char *str, size_t n, const char *fmt, va_list ap ) argument
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dfsutil.c91 errexit(const char *fmt, ...) argument
100 va_start(ap, fmt);
102 const char *fmt; local
105 fmt = va_arg(ap, const char *);
107 (void) vfprintf(stderr, fmt, ap);
113 vmsg(fatal, fmt, ap)
115 const char *fmt;
122 (void) vprintf(fmt, ap);
138 pfatal(const char *fmt, ...) argument
147 va_start(ap, fmt);
149 const char *fmt; local
161 pwarn(const char *fmt, ...) argument
171 const char *fmt; local
[all...]
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dasprintf.c42 asprintf(char ** __restrict s, char const * __restrict fmt, ...) argument
47 va_start(ap, fmt);
48 ret = vasprintf_l(s, __current_locale(), fmt, ap);
54 asprintf_l(char ** __restrict s, locale_t loc, char const * __restrict fmt, ...) argument
59 va_start(ap, fmt);
60 ret = vasprintf_l(s, loc, fmt, ap);
H A Ddprintf.c38 dprintf(int fd, const char * __restrict fmt, ...) argument
43 va_start(ap, fmt);
44 ret = vdprintf_l(fd, __current_locale(), fmt, ap);
50 dprintf_l(int fd, locale_t loc, const char * __restrict fmt, ...) argument
55 va_start(ap, fmt);
56 ret = vdprintf_l(fd, loc, fmt, ap);
H A Dfprintf.c45 fprintf(FILE * __restrict fp, const char * __restrict fmt, ...) argument
50 va_start(ap, fmt);
51 ret = vfprintf_l(fp, __current_locale(), fmt, ap);
57 fprintf_l(FILE * __restrict fp, locale_t loc, const char * __restrict fmt, ...) argument
63 va_start(ap, fmt);
64 ret = vfprintf_l(fp, loc, fmt, ap);
H A Dfwprintf.c37 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
42 va_start(ap, fmt);
43 ret = vfwprintf_l(fp, __current_locale(), fmt, ap);
50 fwprintf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt, ...) argument
56 va_start(ap, fmt);
57 ret = vfwprintf_l(fp, loc, fmt, ap);
H A Dfwscanf.c37 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
42 va_start(ap, fmt);
43 r = vfwscanf_l(fp, __current_locale(), fmt, ap);
50 fwscanf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt, ...) argument
56 va_start(ap, fmt);
57 r = vfwscanf_l(fp, loc, fmt, ap);
H A Dprintf.c45 printf(char const * __restrict fmt, ...) argument
50 va_start(ap, fmt);
51 ret = vfprintf_l(stdout, __current_locale(), fmt, ap);
57 printf_l(locale_t loc, char const * __restrict fmt, ...) argument
63 va_start(ap, fmt);
64 ret = vfprintf_l(stdout, loc, fmt, ap);
H A Dsprintf.c47 sprintf(char * __restrict str, char const * __restrict fmt, ...) argument
52 va_start(ap, fmt);
53 ret = vsprintf_l(str, __current_locale(), fmt, ap);
59 sprintf_l(char * __restrict str, locale_t loc, char const * __restrict fmt, ...) argument
64 va_start(ap, fmt);
65 ret = vsprintf_l(str, loc, fmt, ap);
H A Dsscanf.c47 sscanf(const char * __restrict str, char const * __restrict fmt, ...) argument
52 va_start(ap, fmt);
53 ret = vsscanf_l(str, __current_locale(), fmt, ap);
59 sscanf_l(const char * __restrict str, locale_t loc, char const * __restrict fmt, ...) argument
64 va_start(ap, fmt);
65 ret = vsscanf_l(str, loc, fmt, ap);
H A Dswscanf.c37 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) argument
42 va_start(ap, fmt);
43 r = vswscanf_l(str, __current_locale(), fmt, ap);
51 const wchar_t * __restrict fmt, ...)
57 va_start(ap, fmt);
58 r = vswscanf_l(str, loc, fmt, ap);
50 swscanf_l(const wchar_t * __restrict str, locale_t loc, const wchar_t * __restrict fmt, ...) argument
H A Dvscanf.c48 vscanf(fmt, ap)
49 const char * __restrict fmt;
55 retval = __svfscanf_l(stdin, __current_locale(), fmt, ap);
61 vscanf_l(loc, fmt, ap)
63 const char * __restrict fmt;
70 retval = __svfscanf_l(stdin, loc, fmt, ap);
H A Dwprintf.c37 wprintf(const wchar_t * __restrict fmt, ...) argument
42 va_start(ap, fmt);
43 ret = vfwprintf_l(stdout, __current_locale(), fmt, ap);
50 wprintf_l(locale_t loc, const wchar_t * __restrict fmt, ...) argument
56 va_start(ap, fmt);
57 ret = vfwprintf_l(stdout, loc, fmt, ap);
H A Dwscanf.c37 wscanf(const wchar_t * __restrict fmt, ...) argument
42 va_start(ap, fmt);
43 r = vfwscanf_l(stdin, __current_locale(), fmt, ap);
50 wscanf_l(locale_t loc, const wchar_t * __restrict fmt, ...) argument
56 va_start(ap, fmt);
57 r = vfwscanf_l(stdin, loc, fmt, ap);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dlog.h77 IDN_EXPORT void idn_log_fatal(const char *fmt, ...);
78 IDN_EXPORT void idn_log_error(const char *fmt, ...);
79 IDN_EXPORT void idn_log_warning(const char *fmt, ...);
80 IDN_EXPORT void idn_log_info(const char *fmt, ...);
81 IDN_EXPORT void idn_log_trace(const char *fmt, ...);
82 IDN_EXPORT void idn_log_dump(const char *fmt, ...);
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dprintf.c23 printf(const char *fmt, ...) argument
25 printf(fmt, va_alist)
26 const char *fmt;
35 va_start(ap, fmt);
39 len = (size_t)vsnprintf(buf, sizeof(buf), fmt, ap);
70 fprintf(FILE *fp, const char *fmt, ...) argument
72 fprintf(fp, fmt, va_alist)
74 const char *fmt;
83 va_start(ap, fmt);
87 len = vsnprintf(buf, sizeof(buf), fmt, a
[all...]
/macosx-10.10/gssd-64/
H A Dgssd.h45 #define Fatal(fmt, ...) fatal("%s: %d: " fmt, __func__, __LINE__,## __VA_ARGS__)
46 #define Debug(fmt, ...) gssd_log(ASL_LEVEL_DEBUG, "%s: %d: " fmt, __func__, __LINE__,## __VA_ARGS__)
59 #define Info(fmt, ...) do {\
61 gssd_log(ASL_LEVEL_INFO, "%s: %d: " fmt, __func__, __LINE__,## __VA_ARGS__); \
63 gssd_log(ASL_LEVEL_INFO, "%s: " fmt, __func__,## __VA_ARGS__); \
67 #define Notice(fmt, ...) do {\
69 gssd_log(ASL_LEVEL_NOTICE, "%s: %d: " fmt, __func__, __LINE__,## __VA_ARGS__); \
71 gssd_log(ASL_LEVEL_NOTICE, fmt,## __VA_ARGS_
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dverr.c40 verr(int eval, const char *fmt, va_list ap) argument
42 rk_warnerr(1, fmt, ap);

Completed in 224 milliseconds

1234567891011>>