Home | History | Annotate | Download | only in libipsec

Lines Matching full:strlen

192 	buflen = strlen(ipsp_dir_strs[xpl->sadb_x_policy_dir])
195 + strlen(priority_str)
197 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
199 + strlen(ipsp_policy_strs[xpl->sadb_x_policy_type])
213 else if (strlen (priority_str) != 0)
260 offset = strlen(buf);
261 buflen = offset + strlen(delimiter) + strlen(isrbuf) + 1;
391 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)