Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c317 char numbuf[16]; local
338 slprintf(numbuf, sizeof(numbuf), "%d", uid);
339 script_setenv("ORIG_UID", numbuf, 0);
489 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
490 script_setenv("PPPD_PID", numbuf, 1);
774 char numbuf[16]; in detach() local
803 slprintf(numbuf, sizeof(numbuf), "%d", getpid()); in detach()
804 script_setenv("PPPD_PID", numbuf, 1); in detach()
808 complete_read(pipefd[0], numbuf, 1); in detach()
1259 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/curl/src/
Dtool_urlglob.c605 char numbuf[18]; in glob_match_url() local
650 numbuf[0] = pat->content.CharRange.ptr_c; in glob_match_url()
651 numbuf[1] = 0; in glob_match_url()
652 appendthis = numbuf; in glob_match_url()
656 msnprintf(numbuf, sizeof(numbuf), "%0*lu", in glob_match_url()
659 appendthis = numbuf; in glob_match_url()
660 appendlen = strlen(numbuf); in glob_match_url()
/external/mksh/src/
Dshf.c797 char numbuf[(8 * sizeof(long) + 2) / 3 + 1 + /* NUL */ 1]; in shf_vfprintf() local
936 cp = numbuf + sizeof(numbuf); in shf_vfprintf()
988 len = numbuf + sizeof(numbuf) - 1 - (s = cp); in shf_vfprintf()
1016 numbuf[0] = c; in shf_vfprintf()
1017 numbuf[1] = 0; in shf_vfprintf()
1018 s = numbuf; in shf_vfprintf()