Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/contrib/android/
HDsetenv_android.sh173 SUBSTR=${PATH:0:$LENGTH}
174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
/freebsd-14-stable/contrib/sendmail/cf/
HDsendmail.schema32 SUBSTR caseIgnoreIA5SubstringsMatch
40 SUBSTR caseIgnoreIA5SubstringsMatch
68 SUBSTR caseIgnoreSubstringsMatch
155 SUBSTR caseIgnoreIA5SubstringsMatch
/freebsd-14-stable/contrib/unbound/contrib/ios/
HDsetenv_ios.sh245 SUBSTR=${PATH:0:$LENGTH}
246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
/freebsd-14-stable/contrib/one-true-awk/
HDawkgram.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); }
HDmaketab.c54 { SUBSTR, "substr", "substr" },
HDlex.c93 { "substr", SUBSTR, SUBSTR },
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp1758 case SUBSTR: { in Fold()
1881 case SUBSTR: Result = "!substr"; break; in getAsString()
HDTGParser.cpp2213 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR; in ParseOperationSubstr()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h992 SUBSTR, enumerator