Searched refs:id_str (Results 1 – 1 of 1) sorted by relevance
140 char id_str[256], cmd[300]; in eap_user_sqlite_get() local144 if (identity_len >= sizeof(id_str)) { in eap_user_sqlite_get()147 (int) (sizeof(id_str))); in eap_user_sqlite_get()150 os_memcpy(id_str, identity, identity_len); in eap_user_sqlite_get()151 id_str[identity_len] = '\0'; in eap_user_sqlite_get()153 if (id_str[i] >= 'a' && id_str[i] <= 'z') in eap_user_sqlite_get()155 if (id_str[i] >= 'A' && id_str[i] <= 'Z') in eap_user_sqlite_get()157 if (id_str[i] >= '0' && id_str[i] <= '9') in eap_user_sqlite_get()159 if (id_str[i] == '-' || id_str[i] == '_' || id_str[i] == '.' || in eap_user_sqlite_get()160 id_str[i] == ',' || id_str[i] == '@' || id_str[i] == '\\' || in eap_user_sqlite_get()[all …]