Searched refs:vsnprintf (Results 1 - 25 of 30) sorted by last modified time

12

/barrelfish-2018-10-04/usr/tests/rpc_cap_test/
H A Drpc_cap_test.c50 vsnprintf(str + len, sizeof(str) - len, fmt, argptr);
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure6974 for ac_func in vsprintf vsnprintf
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dio.c2395 res = vsnprintf(ibuf, BUFSIZE, fmt, args);
H A Ddlfcn_simple.c61 vsnprintf(errstr + 10, ERR_STR_LEN - 10, str, arg);
/barrelfish-2018-10-04/usr/bench/
H A Dbench.c66 ret = vsnprintf(str, sizeof(str), fmt, argptr);
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c78 vsnprintf(s, 1024, fmt, ap);
/barrelfish-2018-10-04/tools/usbboot/libc/
H A Dprintf.c34 err = vsnprintf(buf, sizeof(buf), fmt, ap);
47 err = vsnprintf(str, len, fmt, ap);
120 return vsnprintf(str, INT_MAX, fmt, ap);
123 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap) function
/barrelfish-2018-10-04/tools/usbboot/include/aboot/
H A Daboot.h45 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap);
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c99 vsnprintf(s, 1024, fmt, ap);
/barrelfish-2018-10-04/lib/zlib/
H A Dzutil.h190 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
198 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
199 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
200 # define vsnprintf _vsnprintf macro
H A Dgzio.c623 (void)vsnprintf(buf, sizeof(buf), format, va);
627 len = vsnprintf(buf, sizeof(buf), format, va);
/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c44 * The original code assumed that both snprintf() and vsnprintf() were
45 * missing. Some systems only have snprintf() but not vsnprintf(), so
912 ret = vsnprintf(str, count, fmt, ap);
H A Dskb_functions.c118 len = vsnprintf(buffer2, BUFFER_SIZE, fmt, va_l);
123 printf("%s:%s:%d: vsnprintf: %s\n", __FILE__, __FUNCTION__, __LINE__, buffer2);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c323 r = vsnprintf(errbuf + errbuf_i, n, fmt, args);
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dtest_parser.c78 int append_len = vsnprintf(NULL, 0, format, args);
88 int bytes_written = vsnprintf(w->output+w->pos, append_len+1, format, args);
/barrelfish-2018-10-04/lib/octopus/client/
H A Dcommon.h46 size_t bytes_written = vsnprintf(buf, length+1, query, args); \
54 *length = vsnprintf(NULL, 0, fmt, args);
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dprintfloat_test.c72 vsnprintf(s, sizeof(s), fmt, ap);
H A Dprintbasic_test.c80 vsnprintf(s, sizeof(s), fmt, ap);
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dvsnprintf.c39 static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93";
84 vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt, function
H A DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
70 printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \
/barrelfish-2018-10-04/lib/libc/gen/
H A Dsetproctitle.c109 (void) vsnprintf(buf + len, SPT_BUFSIZE - len, fmt, ap);
/barrelfish-2018-10-04/lib/gdtoa/
H A Dstdio1.h93 #undef vsnprintf /* for MacOSX */ macro
98 #define vsnprintf Vsnprintf macro
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c112 len = vsnprintf(&dummy, 0, fmt, tmp_va);
126 vsnprintf(name, len, fmt, args);
742 len = vsnprintf(NULL, 0, fmt, aq);
747 vsnprintf(p, len + 1, fmt, ap);
/barrelfish-2018-10-04/lib/debug_log/
H A Ddebug_log.c29 len += vsnprintf(str + len, sizeof(log[0]) - len, fmt, argptr);
53 len += vsnprintf(str + len, sizeof(log[0]) - len, format, argptr);
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c45 vsnprintf(msg_str, sizeof(msg_str), msg, ap);
126 vsnprintf(str + len, sizeof(str) - len, fmt, argptr);
510 vsnprintf(str, sizeof(str), msg, ap);

Completed in 399 milliseconds

12