Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dntpd.c2705 char tbuf[80];
2718 snprintf(tbuf, sizeof(tbuf), "kernel %.3f PPM", drift_comp * 1e6);
2719 report_event(EVNT_FSET, NULL, tbuf);
2721 snprintf(tbuf, sizeof(tbuf), "ntpd %.3f PPM", drift_comp * 1e6);
2722 report_event(EVNT_FSET, NULL, tbuf);
2725 snprintf(tbuf, sizeof(tbuf), "ntpd %.3f PPM", drift_comp * 1e6);
2726 report_event(EVNT_FSET, NULL, tbuf);
/busybox-1.35.0/libbb/
Dunicode.c158 char tbuf[MB_CUR_MAX]; in wcstombs() local
160 size_t len = wcrtomb_internal(tbuf, wc); in wcstombs()
164 memcpy(dest, tbuf, len); in wcstombs()
Dlineedit.c1409 char tbuf[MAX_LINELEN]; in save_command_ps_at_cur_history() local
1410 save_string(tbuf, sizeof(tbuf)); in save_command_ps_at_cur_history()
1411 state->history[cur] = xstrdup(tbuf); in save_command_ps_at_cur_history()