Home
last modified time | relevance | path

Searched refs:oldformat (Results 1 – 2 of 2) sorted by relevance

/src/bin/date/
H A Ddate.c383 char *oldformat; in strftime_ns() local
414 oldformat = newformat; in strftime_ns()
415 prefix = oldformat; in strftime_ns()
457 free(oldformat); in strftime_ns()
/src/sys/dev/sound/pcm/
H A Dchannel.c2070 uint32_t oldformat, oldspeed; in chn_setspeed() local
2073 oldformat = c->format; in chn_setspeed()
2086 chn_setparam(c, oldformat, oldspeed); in chn_setspeed()
2095 uint32_t oldformat, oldspeed, x; in chn_setformat() local
2118 oldformat = c->format; in chn_setformat()
2130 __func__, format, oldformat); in chn_setformat()
2131 chn_setparam(c, oldformat, oldspeed); in chn_setformat()