Home
last modified time | relevance | path

Searched refs:openBracket (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c991 int openBracket = FALSE, closeBracket = FALSE; in tosunds_str() local
1003 if (openBracket == FALSE) { in tosunds_str()
1004 openBracket = TRUE; in tosunds_str()
1010 if (openBracket == FALSE) { in tosunds_str()
1014 openBracket = FALSE; in tosunds_str()
1056 int openBracket = FALSE; in tounix_str() local
1067 openBracket = TRUE; in tounix_str()
1070 if ((isupper(str[i-1])) && (openBracket == TRUE)) in tounix_str()
1072 openBracket = FALSE; in tounix_str()