Home | History | Annotate | Download | only in libipsec

Lines Matching refs:strlen

187 	buflen = strlen(ipsp_dir_strs[xpl->sadb_x_policy_dir])
190 + strlen(priority_str)
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
194 + strlen(ipsp_policy_strs[xpl->sadb_x_policy_type])
208 else if (strlen (priority_str) != 0)
255 offset = strlen(buf);
256 buflen = offset + strlen(delimiter) + strlen(isrbuf) + 1;
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)