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