Searched defs:fmt (Results 1 - 6 of 6) sorted by relevance
/solaris-userland-s11u3/components/openssh/sources/ |
H A D | audit-solaris.c | 140 __auditd_debug(char *fmt, ...) argument
|
/solaris-userland-s11u3/components/apache2/mod_auth_gss/ |
H A D | mod_auth_gss.c | 179 const request_rec *r, const char *fmt, ...) 184 va_start(ap, fmt); 185 vsnprintf(errstr, sizeof(errstr), fmt, ap); 178 log_rerror(const char *file, int line, int level, int status, const request_rec *r, const char *fmt, ...) argument
|
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | sed0.c | 44 void command_errf(sed_commands_t *commands, const char *fmt, ...) argument 49 va_start(args, fmt); 50 error = apr_pvsprintf(commands->pool, fmt, args);
|
H A D | sed1.c | 77 static void eval_errf(sed_eval_t *eval, const char *fmt, ...) argument 82 va_start(args, fmt); 83 error = apr_pvsprintf(eval->pool, fmt, args);
|
/solaris-userland-s11u3/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 139 const request_rec *r, const char *fmt, ...) 144 va_start(ap, fmt); 145 vsnprintf(errstr, sizeof(errstr), fmt, ap); 138 log_rerror(const char *file, int line, int level, int status, const request_rec *r, const char *fmt, ...) argument
|
/solaris-userland-s11u3/components/libusb/ugen/src/ |
H A D | libusbugen.c | 2570 int fmt; local 2582 while ((fmt = *format) != '\0') { 2594 if (fmt == 'c') { 2611 } else if (fmt == 's') { 2630 } else if (fmt == 'l') { 2651 } else if (fmt == 'L') { 2674 } else if (isdigit(fmt)) { 2675 multiplier = (multiplier * 10) + (fmt - '0');
|
Completed in 268 milliseconds