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);
800 char numbuf[16]; in detach() local
829 slprintf(numbuf, sizeof(numbuf), "%d", getpid()); in detach()
830 script_setenv("PPPD_PID", numbuf, 1); in detach()
834 complete_read(pipefd[0], numbuf, 1); in detach()
1285 char numbuf[32]; local
[all …]
Dtty.c525 char numbuf[16]; in connect_tty() local
742 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate); in connect_tty()
743 script_setenv("SPEED", numbuf, 0); in connect_tty()
/external/mksh/src/
Dshf.c770 char numbuf[(8 * sizeof(long) + 2) / 3 + 1]; in shf_vfprintf() local
907 cp = numbuf + sizeof(numbuf); in shf_vfprintf()
958 len = numbuf + sizeof(numbuf) - (s = cp); in shf_vfprintf()
986 numbuf[0] = c; in shf_vfprintf()
987 numbuf[1] = 0; in shf_vfprintf()
988 s = numbuf; in shf_vfprintf()