/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppprintf.c | 31 ppprintf(char* format, ...) argument 38 va_start(ap, format); 39 sfvprintf(sp, format, ap);
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmform.c | 36 * format date given clock 41 tmform(char* buf, const char* format, time_t* clock) argument 43 return tmfmt(buf, 256, format, clock);
|
H A D | tmfmt.c | 33 * format date given clock into buf of length len 38 tmfmt(char* buf, size_t len, const char* format, time_t* clock) argument 40 return tmxfmt(buf, len, format, tmxclock(clock));
|
H A D | tmscan.c | 33 * scan date expression in s using format 38 tmscan(const char* s, char** e, const char* format, char** f, time_t* clock, long flags) argument 40 return tmxsec(tmxscan(s, e, format, f, tmxclock(clock), flags));
|
H A D | tmdata.c | 34 * default format strings -- must agree with TM_* indices 37 static char* format[] = variable 101 * format[] lex type classes 163 * output format digits 282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | globals.c | 20 Perl_fprintf_nocontext(PerlIO *stream, const char *format, ...) argument 24 va_start(arglist, format); 25 return PerlIO_vprintf(stream, format, arglist); 29 Perl_printf_nocontext(const char *format, ...) argument 33 va_start(arglist, format); 34 return PerlIO_vprintf(PerlIO_stdout(), format, arglist);
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | fmttime.c | 33 fmttime(const char* format, time_t clock) argument 39 tmfmt(buf, z, format, &clock);
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | vprintf.c | 56 _vprintf_c89(const char *format, va_list ap) argument 58 vprintf(const char *format, va_list ap) 82 count = _ndoprnt(format, ap, stdout, _F_INTMAX32); 84 count = _ndoprnt(format, ap, stdout, 0);
|
H A D | printf.c | 44 printf(const char *format, ...) argument 50 va_start(ap, format); 69 count = _ndoprnt(format, ap, stdout, 0); 102 _printf_c89(const char *format, ...) argument 107 va_start(ap, format); 108 count = _vprintf_c89(format, ap);
|
H A D | sprintf.c | 45 sprintf(char *string, const char *format, ...) argument 54 va_start(ap, format); 56 count = _ndoprnt(format, ap, &siop, 0); 85 _sprintf_c89(char *string, const char *format, ...) argument 90 va_start(ap, format); 91 count = _vsprintf_c89(string, format, ap);
|
H A D | vfprintf.c | 55 _vfprintf_c89(FILE *iop, const char *format, va_list ap) argument 57 vfprintf(FILE *iop, const char *format, va_list ap) 81 count = _ndoprnt(format, ap, iop, _F_INTMAX32); 83 count = _ndoprnt(format, ap, iop, 0);
|
H A D | vsprintf.c | 56 _vsprintf_c89(char *string, const char *format, va_list ap) argument 58 vsprintf(char *string, const char *format, va_list ap) 68 count = _ndoprnt(format, ap, &siop, _F_INTMAX32); 70 count = _ndoprnt(format, ap, &siop, 0);
|
H A D | asprintf.c | 37 vasprintf(char **str, const char *format, va_list ap) argument 45 ret = vsnprintf(string, INIT_SZ, format, ap); 69 ret = vsnprintf(newstr, len, format, ap); 83 asprintf(char **str, const char *format, ...) argument 89 va_start(ap, format); 90 ret = vasprintf(str, format, ap);
|
H A D | fprintf.c | 50 fprintf(FILE *iop, const char *format, ...) argument 56 va_start(ap, format); 75 count = _ndoprnt(format, ap, iop, 0); 106 _fprintf_c89(FILE *iop, const char *format, ...) argument 111 va_start(ap, format); 112 count = _vfprintf_c89(iop, format, ap);
|
H A D | snprintf.c | 45 snprintf(char *string, size_t n, const char *format, ...) argument 81 va_start(ap, format); 82 count = _ndoprnt(format, ap, &siop, 0); 112 _snprintf_c89(char *string, size_t n, const char *format, ...) argument 117 va_start(ap, format); 118 count = _vsnprintf_c89(string, n, format, ap);
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | asnprintf.c | 26 asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) argument 31 va_start (args, format); 32 result = vasnprintf (resultbuf, lengthp, format, args);
|
H A D | vsnprintf.c | 40 vsnprintf (char *str, size_t size, const char *format, va_list args) argument 46 output = vasnprintf (str, &lenbuf, format, args);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | pfmt.c | 41 /* pfmt() - format and print */ 44 pfmt(FILE *stream, long flag, const char *format, ...) argument 48 va_start(args, format); 49 return (__pfmt_print(stream, flag, format, NULL, NULL, args));
|
H A D | vpfmt.c | 33 * vpfmt() - format and print (variable argument list) 49 vpfmt(FILE *stream, long flag, const char *format, va_list args) argument 51 return (__pfmt_print(stream, flag, format, NULL, NULL, args));
|
H A D | cftime.c | 51 * ascftime(buf, format, t) -> where t is produced by localtime 54 * the format specified by the format 55 * argument (see date(1) for format 58 * cftime(buf, format, t) -> just calls ascftime. 74 cftime(char *buf, char *format, const time_t *t) argument 85 return (ascftime(buf, format, p)); 89 ascftime(char *buf, const char *format, const struct tm *tm) argument 91 /* Set format string, if not already set */ 92 if (format [all...] |
H A D | lfmt.c | 32 /* lfmt() - format, print and log */ 47 lfmt(FILE *stream, long flag, const char *format, ...) argument 52 va_start(args, format); 54 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0)
|
H A D | vlfmt.c | 32 /* vlfmt() - format, print and log (variable arguments) */ 47 vlfmt(FILE *stream, long flag, const char *format, va_list args) argument 52 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0)
|
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | debug_subr.c | 32 sunFm_vpanic(const char *format, va_list ap) argument 34 (void) snmp_vlog(LOG_ERR, format, ap); 43 sunFm_panic(const char *format, ...) argument 47 va_start(ap, format); 48 sunFm_vpanic(format, ap);
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 27 * if format==0 then verify that interaction is possible 43 astquery(int quit, const char* format, ...) argument 54 va_start(ap, format); 55 if (!format) 82 sfvprintf(op, format, ap);
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | wsscanf.c | 44 * wchar_t string according to the conversion format. 54 wsscanf(wchar_t *string, const char *format, ...) argument 78 va_start(ap, format); 79 j = vsscanf(tempstring, format, ap);
|