Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh173 SUBSTR=${PATH:0:$LENGTH}
174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
/freebsd/contrib/sendmail/cf/
H A Dsendmail.schema32 SUBSTR caseIgnoreIA5SubstringsMatch
40 SUBSTR caseIgnoreIA5SubstringsMatch
68 SUBSTR caseIgnoreSubstringsMatch
155 SUBSTR caseIgnoreIA5SubstringsMatch
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh245 SUBSTR=${PATH:0:$LENGTH}
246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.openldap.ldif8 ….1.113719.1.301.4.1.1 NAME 'krbPrincipalName' EQUALITY caseExactIA5Match SUBSTR caseExactSubstring…
9 ….840.113554.1.4.1.6.1 NAME 'krbCanonicalName' EQUALITY caseExactIA5Match SUBSTR caseExactSubstring…
56 …4.1.5322.21.2.4 NAME 'krbAllowedToDelegateTo' EQUALITY caseExactIA5Match SUBSTR caseExactSubstring…
H A Dkerberos.schema45 SUBSTR caseExactSubstringsMatch
56 SUBSTR caseExactSubstringsMatch
595 SUBSTR caseExactSubstringsMatch
H A Dkerberos.ldif48 SUBSTR caseExactSubstringsMatch
63 SUBSTR caseExactSubstringsMatch
745 SUBSTR caseExactSubstringsMatch
/freebsd/contrib/one-true-awk/
H A Dawkgram.y85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
441 | SUBSTR '(' pattern comma pattern comma pattern ')'
442 { $$ = op3(SUBSTR, $3, $5, $7); }
443 | SUBSTR '(' pattern comma pattern ')'
444 { $$ = op3(SUBSTR, $3, $5, NIL); }
H A Dmaketab.c54 { SUBSTR, "substr", "substr" },
H A Dlex.c93 { "substr", SUBSTR, SUBSTR },
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1758 case SUBSTR: { in Fold()
1881 case SUBSTR: Result = "!substr"; break; in getAsString()
H A DTGParser.cpp2213 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h992 SUBSTR, enumerator