Searched refs:SUBSTR (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/unbound/contrib/android/ |
| H A D | setenv_android.sh | 173 SUBSTR=${PATH:0:$LENGTH} 174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | sendmail.schema | 32 SUBSTR caseIgnoreIA5SubstringsMatch 40 SUBSTR caseIgnoreIA5SubstringsMatch 68 SUBSTR caseIgnoreSubstringsMatch 155 SUBSTR caseIgnoreIA5SubstringsMatch
|
| /freebsd/contrib/unbound/contrib/ios/ |
| H A D | setenv_ios.sh | 245 SUBSTR=${PATH:0:$LENGTH} 246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kerberos.openldap.ldif | 8 ….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 D | kerberos.schema | 45 SUBSTR caseExactSubstringsMatch 56 SUBSTR caseExactSubstringsMatch 595 SUBSTR caseExactSubstringsMatch
|
| H A D | kerberos.ldif | 48 SUBSTR caseExactSubstringsMatch 63 SUBSTR caseExactSubstringsMatch 745 SUBSTR caseExactSubstringsMatch
|
| /freebsd/contrib/one-true-awk/ |
| H A D | awkgram.y | 85 %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 D | maketab.c | 54 { SUBSTR, "substr", "substr" },
|
| H A D | lex.c | 93 { "substr", SUBSTR, SUBSTR },
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1758 case SUBSTR: { in Fold() 1881 case SUBSTR: Result = "!substr"; break; in getAsString()
|
| H A D | TGParser.cpp | 2213 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 992 SUBSTR, enumerator
|