Home | History | Annotate | Download | only in libalsa-intf

Lines Matching defs:strlcat

38 #define strlcat g_strlcat
1012 strlcat(use_case, current_device, sizeof(use_case));
1080 strlcat(use_case, device, sizeof(use_case));
1136 strlcat(use_case, device, sizeof(use_case));
1207 strlcat(use_case, device, sizeof(use_case));
1325 strlcat(use_case, device, sizeof(use_case));
1946 strlcat(uc_mgr_ptr->card_ctxt_ptr->control_device, tmp,
2129 strlcat(path, (*uc_mgr)->card_ctxt_ptr->card_name, sizeof(path));
2288 strlcat(path, (*uc_mgr)->card_ctxt_ptr->card_name, sizeof(path));
2882 strlcat(path, file_name, sizeof(path));
3445 strlcat(name, p, (strlen(p)+strlen(dev_pre)+1)*sizeof(char));