OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/tprof/
tprof_top.c
545
static struct tprof_stat
tsbuf
[2], *ts0, *ts;
local
551
ts0 = &
tsbuf
[ts_i++ & 1];
552
ts = &
tsbuf
[ts_i & 1];
/src/usr.sbin/syslogd/
syslogd.c
1839
char
tsbuf
[MAX_TIMESTAMPLEN];
local
1845
tsbuf
[i] = from_buf[i]; /* copy date & time */
1853
tsbuf
[j] = from_buf[i]; /* copy TZ */
1857
tsbuf
[j] = from_buf[i]; /* copy TZ */
1860
(void)strptime(
tsbuf
, "%FT%T%z", &parsed);
/src/tests/dev/audio/
audiotest.c
1176
char
tsbuf
[32];
local
1179
snprintf(
tsbuf
, sizeof(
tsbuf
), "NULL");
1181
snprintf(
tsbuf
, sizeof(
tsbuf
), "0.0");
1183
snprintf(
tsbuf
, sizeof(
tsbuf
), "%d.%09ld",
1186
DPRINTFF(line, "kevent_poll(%d, %p, %zd, %s)", kq, kev, nev,
tsbuf
);
Completed in 24 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026