Lines Matching refs:sep
444 const char *sep;449 sep = os_strchr(imsi, '-');450 if (sep == NULL || (sep - imsi != 5 && sep - imsi != 6))456 if (sep - imsi == 6)510 const char *sep, *msin;525 sep = os_strchr(imsi, '-');526 if (sep == NULL)528 plmn_len = sep - imsi;531 msin = sep + 1;