Home
last modified time | relevance | path

Searched refs:numbuf (Results 1 – 4 of 4) sorted by relevance

/external/embunit/src/
DAssertImpl.c42 char numbuf[12]; /*32bit int decimal maximum column is 11 (-2147483647~2147483647)*/ in assertImplementationInt() local
46 { stdimpl_itoa(expected, numbuf, 10); in assertImplementationInt()
47 stdimpl_strncat(buffer, numbuf, 11); } in assertImplementationInt()
51 { stdimpl_itoa(actual, numbuf, 10); in assertImplementationInt()
52 stdimpl_strncat(buffer, numbuf, 11); } in assertImplementationInt()
/external/ppp/pppd/
Dmain.c320 char numbuf[16]; local
341 slprintf(numbuf, sizeof(numbuf), "%d", uid);
342 script_setenv("ORIG_UID", numbuf, 0);
515 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
516 script_setenv("PPPD_PID", numbuf, 1);
797 char numbuf[16]; in detach() local
826 slprintf(numbuf, sizeof(numbuf), "%d", getpid()); in detach()
827 script_setenv("PPPD_PID", numbuf, 1); in detach()
831 complete_read(pipefd[0], numbuf, 1); in detach()
1218 char numbuf[32]; local
[all …]
Dtty.c520 char numbuf[16]; in connect_tty() local
734 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate); in connect_tty()
735 script_setenv("SPEED", numbuf, 0); in connect_tty()
/external/mksh/src/
Dshf.c767 char numbuf[(8 * sizeof(long) + 2) / 3 + 1 in shf_vfprintf() local
909 cp = numbuf + sizeof(numbuf); in shf_vfprintf()
970 len = numbuf + sizeof(numbuf) - (s = cp); in shf_vfprintf()
998 numbuf[0] = c; in shf_vfprintf()
999 numbuf[1] = 0; in shf_vfprintf()
1000 s = numbuf; in shf_vfprintf()