Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox.c181 char const * slash_pos = LAST_SLASH(filename); in sox_basename() local
182 char const * base_name = slash_pos ? slash_pos + 1 : filename; in sox_basename()
H A Dformats.c1137 char * slash_pos = LAST_SLASH(dirname); in sox_parse_playlist() local
1143 if (!slash_pos) in sox_parse_playlist()
1146 *slash_pos = '\0'; in sox_parse_playlist()