Searched refs:TEAM_ID_MAX (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcodesign.cpp114 static const int TEAM_ID_MAX = 100; variable
344 fail("TeamIdentifier must be at least 1 and no more than %d alphanumeric characters", TEAM_ID_MAX);
549 size_t id_len = strnlen(teamID, TEAM_ID_MAX+1);
550 if (id_len > TEAM_ID_MAX || id_len < 1)

Completed in 160 milliseconds