Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtest_time.c28 struct tm tbuf; in main() local
50 tbuf.tm_year = 72; in main()
51 tbuf.tm_mon = 0; in main()
52 tbuf.tm_mday = 31; in main()
53 tbuf.tm_hour = 6; in main()
54 tbuf.tm_min = 14; in main()
55 tbuf.tm_sec = 50; in main()
56 tbuf.tm_isdst = -1; in main()
58 t = mktime(&tbuf); in main()
79 tbuf.tm_year = 97; in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/syslog/
A Dsyslog.c195 char tbuf[1024]; /* syslogd is unable to handle longer messages */ in __vsyslog() local
220 stdp = p = tbuf + sprintf(tbuf, "<%d>%.15s ", pri, ctime(&now) + 4); in __vsyslog()
222 if (strlen(LogTag) < sizeof(tbuf) - 64) in __vsyslog()
240 end = tbuf + sizeof(tbuf) - 1; in __vsyslog()
267 p = tbuf; in __vsyslog()
297 p = strchr(tbuf, '>') + 1; in __vsyslog()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument
69 buf = tbuf; in dialog_textbox()
A Ddialog.h238 int dialog_textbox(const char *title, char *tbuf, int initial_height,

Completed in 10 milliseconds