Home
last modified time | relevance | path

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

/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dqueue.c189 const char *whence_s = mpd_position_whence_char(whence); in mpd_send_add_whence() local
192 snprintf(to_str, 64, "%s%u", whence_s, to); in mpd_send_add_whence()
223 const char *whence_s = mpd_position_whence_char(whence); in mpd_send_add_id_whence() local
226 snprintf(to_str, 64, "%s%u", whence_s, to); in mpd_send_add_id_whence()
H A Dcplaylist.c216 const char *whence_s = mpd_position_whence_char(whence); in mpd_send_load_range_to() local
218 snprintf(to_str, 64, "%s%u", whence_s, to); in mpd_send_load_range_to()
H A Dsearch.c370 const char *whence_s = mpd_position_whence_char(whence); in mpd_search_add_position() local
372 snprintf(dest, size, " position %s%u", whence_s, position); in mpd_search_add_position()