Searched refs:dest_len (Results 1 – 2 of 2) sorted by relevance
90 char *dest, int dest_len, const char *def);
333 char *dest, int dest_len, const char *def) in video_get_option_string() argument342 if (len >= dest_len) in video_get_option_string()343 len = dest_len - 1; in video_get_option_string()