Home
last modified time | relevance | path

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

/freebsd/bin/date/
H A Ddate.c378 char *oldformat; in strftime_ns() local
402 oldformat = newformat; in strftime_ns()
403 prefix = oldformat; in strftime_ns()
404 prefixlen = tok - oldformat - 1; in strftime_ns()
420 free(oldformat); in strftime_ns()
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c2091 uint32_t oldformat, oldspeed; in chn_setspeed() local
2094 oldformat = c->format; in chn_setspeed()
2107 chn_setparam(c, oldformat, oldspeed); in chn_setspeed()
2116 uint32_t oldformat, oldspeed; in chn_setformat() local
2125 oldformat = c->format; in chn_setformat()
2137 __func__, format, oldformat); in chn_setformat()
2138 chn_setparam(c, oldformat, oldspeed); in chn_setformat()