Searched refs:asprintf (Results 1 - 19 of 19) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 # define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 # define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 # define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 #define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 #define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 #define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 #define asprintf Xasprintf macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | Xprintf.h | 44 * yet universal) asprintf & vasprintf routines to allocate a buffer big 65 #define asprintf Xasprintf macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | asprintf.c | 41 int asprintf ( char **strp, const char *fmt, ... ) { function
|
H A D | uri.c | 352 if ( asprintf ( &resolved, "%s%s%s", base_tmp,
|
H A D | settings.c | 1815 new_len = asprintf ( &expstr, "%s%s%s",
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdio.h | 20 asprintf ( char **strp, const char *fmt, ... );
|
/vbox/src/VBox/Devices/Audio/ |
H A D | audio_int.h | 44 #define asprintf RTStrAPrintf macro
|
H A D | audio.c | 857 asprintf (&sw->name, "for %p %d,%d,%d",
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | trio.h | 204 #define asprintf trio_asprintf macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/ |
H A D | dns.c | 211 asprintf ( &fqdn, "%s.%s", string, localdomain );
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | iscsi.c | 1989 len = asprintf ( &iscsi->initiator_iqn, 2005 if ( ( len = asprintf ( &iscsi->initiator_iqn,
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | namespace.h | 156 #define asprintf _asprintf
|
/vbox/src/recompiler/ |
H A D | exec.c | 3033 if (asprintf(&filename, "%s/qemu_back_mem.XXXXXX", path) == -1) {
|
Completed in 1130 milliseconds