Home
last modified time | relevance | path

Searched refs:va_list (Results 101 – 125 of 1181) sorted by relevance

12345678910>>...48

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpfmt_data.h49 const char **, const char **, va_list);
50 extern int __lfmt_log(const char *, const char *, va_list, long, int);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c96 msg(si_msg_type_t type, const char *format, va_list ap) in msg()
128 va_list ap; in warn_msg()
144 va_list ap; in debug_msg()
154 va_list ap; in error_msg()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfprintf.c29 va_list args; in fprintf()
34 STDIO_INT(f, "vfprintf", int, (Sfio_t*, const char*, va_list), (f, fmt, args)) in fprintf()
H A Dfscanf.c29 va_list args; in fscanf()
34 STDIO_INT(f, "vfscanf", int, (Sfio_t*, const char*, va_list), (f, fmt, args)) in fscanf()
H A Dfwscanf.c29 va_list args; in fwscanf()
34 STDIO_INT(f, "vfwscanf", int, (Sfio_t*, const wchar_t*, va_list), (f, fmt, args)) in fwscanf()
/illumos-gate/usr/src/head/iso/
H A Dstdarg_iso.h65 typedef __va_list va_list; typedef
69 typedef __va_list va_list;
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c37 sunFm_vpanic(const char *format, va_list ap) in sunFm_vpanic()
48 va_list ap; in sunFm_panic()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext37 extern int _sprintw(WINDOW *, char *, va_list);
39 extern int _sscans(WINDOW *, char *, va_list);
59 extern int _doscan(FILE *, const char *, va_list);
H A Dmvprintw.c33 va_list ap; in mvprintw()
42 va_list ap; in mvwprintw()
H A Dmvscanw.c33 va_list ap; in mvscanw()
42 va_list ap; in mvwscanw()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvw_scanw.c52 extern int _vsscanf(char *, char *, va_list);
55 vw_scanw(WINDOW *w, char *fmt, va_list ap) in vw_scanw()
H A Dvwscanw.c57 extern int _vsscanf(char *, char *, va_list);
60 vwscanw(WINDOW *w, char *fmt, va_list ap) in vwscanw()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_vsscan.c45 extern int mks_vfscanf ANSI((FILE *, char *, va_list));
50 va_list vp;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c136 vlog(const char *fmt, va_list ap) in vlog()
186 va_list ap; in log()
201 va_list ap; in fatal()
261 va_list ap; in debug()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dcom_err.c44 const char *fmt, va_list ap);
148 const char *fmt, va_list ap) in default_com_err_proc()
220 va_list ap) in com_err_va()
256 va_list ap; in com_err()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c76 topo_hdl_vasprintf(topo_hdl_t *thp, char **str, const char *fmt, va_list ap) in topo_hdl_vasprintf()
117 va_list ap; in topo_hdl_asprintf()
126 topo_mod_vasprintf(topo_mod_t *mod, char **str, const char *fmt, va_list ap) in topo_mod_vasprintf()
135 va_list ap; in topo_mod_asprintf()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvw_print.c51 va_list ap;
68 (void) vsprintf(buffer, fmt, (va_list) ap);
H A Dvw_scanw.c51 va_list ap;
67 (void) m_vsscanf(buffer, fmt, (va_list) ap);
H A Dvwprintw.c60 va_list ap;
77 (void) vsprintf(buffer, fmt, (va_list) ap);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcom_err.h33 const char *, va_list ap);
50 va_list ap);
/illumos-gate/usr/src/cmd/modload/
H A Dmodsubr.c36 va_list args; in error()
58 va_list args; in fatal()
/illumos-gate/usr/src/head/
H A Dpfmt.h69 int vpfmt(FILE *, long, const char *, va_list);
70 int vlfmt(FILE *, long, const char *, va_list);
/illumos-gate/usr/src/common/acpica/utilities/
H A Duterror.c195 va_list ArgList; in AcpiUtPredefinedWarning()
244 va_list ArgList; in AcpiUtPredefinedInfo()
293 va_list ArgList; in AcpiUtPredefinedBiosError()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c36 static int sm_bprintf __P((SM_FILE_T *, const char *, va_list));
37 static void sm_find_arguments __P((const char *, va_list , va_list **));
201 va_list *argtable; /* args, built due to positional arg */
202 va_list statargtable[STATIC_ARG_TBL_SIZE];
204 va_list orgap; /* original argument pointer */
830 va_list **argtable;
1020 *argtable = (va_list *)
1021 sm_malloc(sizeof(va_list) * (tablemax + 1));
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvcex.h186 typedef char *va_list; typedef
198 #define va_end(ap) (ap = (va_list) NULL)

12345678910>>...48