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

/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dslam.c253 uint8_t *nul; local
295 nul = iob_put ( iobuf, 1 );
296 *nul = 0;
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dsettings_ui.c63 char nul; member in struct:setting_row_text
196 text.nul = '\0';
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c999 * length, or the point that a nul byte is encountered. The src is assumed to
2262 int nul; local
2271 for (nul = 0; i < limit; i++) {
2272 if (nul) {
2280 nul = 1;

Completed in 71 milliseconds