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

/external/mksh/src/
H A Dshf.c770 char numbuf[(8 * sizeof(long) + 2) / 3 + 1 local
912 cp = numbuf + sizeof(numbuf);
973 len = numbuf + sizeof(numbuf) - (s = cp);
1005 numbuf[0] = c;
1006 numbuf[1] = 0;
1007 s = numbuf;
/external/ppp/pppd/
H A Dtty.c520 char numbuf[16]; local
734 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate);
735 script_setenv("SPEED", numbuf, 0);
H A 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]; local
826 slprintf(numbuf, sizeof(numbuf), "
1218 char numbuf[32]; local
[all...]

Completed in 127 milliseconds