Searched refs:intbuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dcomconsole.c83 char intbuf[16]; local
107 sprintf(intbuf, "%d", comc_curspeed);
109 env_setenv("comconsole_speed", EV_VOLATILE, intbuf, comc_speed_set,
119 sprintf(intbuf, "%d", comc_port);
121 env_setenv("comconsole_port", EV_VOLATILE, intbuf, comc_port_set,
255 char intbuf[64]; local
269 sprintf(intbuf, "%d", port);
271 env_setenv("comconsole_port", EV_VOLATILE, intbuf,
304 char intbuf[64]; local
326 sprintf(intbuf, "i
[all...]
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c83 char intbuf[16]; local
107 sprintf(intbuf, "%d", comc_curspeed);
109 env_setenv("comconsole_speed", EV_VOLATILE, intbuf, comc_speed_set,
119 sprintf(intbuf, "%d", comc_port);
121 env_setenv("comconsole_port", EV_VOLATILE, intbuf, comc_port_set,
255 char intbuf[64]; local
269 sprintf(intbuf, "%d", port);
271 env_setenv("comconsole_port", EV_VOLATILE, intbuf,
304 char intbuf[64]; local
326 sprintf(intbuf, "i
[all...]
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmds.c131 static jmp_buf intbuf; variable
169 (void) setjmp(intbuf);
692 longjmp(intbuf, 1);
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1109 char intbuf[sizeof (int)]; member in union:__anon901
1121 intp = u.intbuf;

Completed in 102 milliseconds