Searched refs:SUBSTR (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/contrib/android/
H A Dsetenv_android.sh173 SUBSTR=${PATH:0:$LENGTH}
174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Drx-asm-bad.s41 .byte .SUBSTR {"albert",3,3}
/netbsd-current/external/historical/nawk/dist/
H A Dytab.h137 SUBSTR = 343, enumerator in enum:yytokentype
H A Dmaketab.c58 { SUBSTR, "substr", "substr" },
H A Dawkgram.y89 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
438 | SUBSTR '(' pattern comma pattern comma pattern ')'
439 { $$ = op3(SUBSTR, $3, $5, $7); }
440 | SUBSTR '(' pattern comma pattern ')'
441 { $$ = op3(SUBSTR, $3, $5, NIL); }
H A Dlex.c96 { "substr", SUBSTR, SUBSTR },
H A Dytab.c213 SUBSTR = 343, enumerator in enum:yytokentype
593 "'?'", "':'", "GETLINE", "RETURN", "SPLIT", "SUBSTR", "WHILE", "CAT",
3442 { (yyval.p) = op3(SUBSTR, (yyvsp[-5].p), (yyvsp[-3].p), (yyvsp[-1].p)); }
3448 { (yyval.p) = op3(SUBSTR, (yyvsp[-3].p), (yyvsp[-1].p), NIL); }
/netbsd-current/external/bsd/unbound/dist/contrib/ios/
H A Dsetenv_ios.sh245 SUBSTR=${PATH:0:$LENGTH}
246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/ldap/
H A Dsamba.schema306 SUBSTR caseExactIA5SubstringsMatch
363 SUBSTR caseIgnoreSubstringsMatch
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Diwmmxt.c36 #define SUBSTR(w,t,m,n) ((t)(w << ((sizeof (t) * 8 - 1) - (n))) \ macro
38 #define wCBITS(w,x,y) SUBSTR (wC[w], ARMword, x, y)
39 #define wRBITS(w,x,y) SUBSTR (wR[w], ARMdword, x, y)
995 a = SUBSTR (Rs, ARMword, 16, 31);
996 b = SUBSTR (Rm, ARMword, 16, 31);
1008 a = SUBSTR (Rs, ARMword, 0, 15);
1009 b = SUBSTR (Rm, ARMword, 0, 15);
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Diwmmxt.c40 #define SUBSTR(w,t,m,n) ((t)(w << ((sizeof (t) * 8 - 1) - (n))) \ macro
42 #define wCBITS(w,x,y) SUBSTR (wC[w], ARMword, x, y)
43 #define wRBITS(w,x,y) SUBSTR (wR[w], ARMdword, x, y)
999 a = SUBSTR (Rs, ARMword, 16, 31);
1000 b = SUBSTR (Rm, ARMword, 16, 31);
1012 a = SUBSTR (Rs, ARMword, 0, 15);
1013 b = SUBSTR (Rm, ARMword, 0, 15);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1381 case SUBSTR: {
1465 case SUBSTR: Result = "!substr"; break;
H A DTGParser.cpp1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND };

Completed in 319 milliseconds