Home
last modified time | relevance | path

Searched refs:SUBSTR (Results 1 – 9 of 9) 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/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