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

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuOidParser.cpp166 char *nextNl; // next NL if any local
226 nextNl = strchr(descStart, '\n');
228 if((nextNl == NULL) && (nextCr == NULL)) {
233 eol = nextNl;
235 else if(nextNl == NULL) {
238 else if(nextNl < nextCr) {
240 eol = nextNl;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuOidParser.cpp166 char *nextNl; // next NL if any local
226 nextNl = strchr(descStart, '\n');
228 if((nextNl == NULL) && (nextCr == NULL)) {
233 eol = nextNl;
235 else if(nextNl == NULL) {
238 else if(nextNl < nextCr) {
240 eol = nextNl;

Completed in 112 milliseconds