Searched defs:tmp_buf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgethost.c279 char tmp_buf[256]; local
286 PR_NetAddrToString(&addr, tmp_buf, 256);
287 printf("IPv4-mapped IPv6 LOOPBACK: %s\n", tmp_buf);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dentropy.h135 uint8_t tmp_buf[ tmp_len ]; local
136 uint8_t *tmp = ( ( tmp_len > max_len ) ? tmp_buf : data );
213 linker_assert ( ( tmp == tmp_buf ), data_inplace );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dvsprintf.c186 char tmp_buf[32]; /* 32 is enough for all numerical formats. local
235 ptr = tmp_buf + sizeof ( tmp_buf ) - 1;

Completed in 341 milliseconds