Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfade.c48 char t_char[2]; in sox_fade_getopts() local
61 if (sscanf(argv[0], "%1[qhltp]", t_char)) in sox_fade_getopts()
63 fade->in_fadetype = *t_char; in sox_fade_getopts()
64 fade->out_fadetype = *t_char; in sox_fade_getopts()