Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c2056 uint32_t oldformat, oldspeed; in chn_setspeed() local
2059 oldformat = c->format; in chn_setspeed()
2072 chn_setparam(c, oldformat, oldspeed); in chn_setspeed()
2081 uint32_t oldformat, oldspeed, x; in chn_setformat() local
2104 oldformat = c->format; in chn_setformat()
2116 __func__, format, oldformat); in chn_setformat()
2117 chn_setparam(c, oldformat, oldspeed); in chn_setformat()