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

/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh173 SUBSTR=${PATH:0:$LENGTH}
174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_pass3.c66 #define SUBSTR(off,len) strncpy(buf, &TimeStamp[off], len), buf[len] = '\0' macro
80 SUBSTR(0, 4);
82 SUBSTR(4, 2);
85 SUBSTR(6, 2);
88 SUBSTR(8, 2);
91 SUBSTR(10, 2);
94 SUBSTR(12, 2);
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh245 SUBSTR=${PATH:0:$LENGTH}
246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
/freebsd-11-stable/contrib/one-true-awk/
H A Dmaketab.c54 { SUBSTR, "substr", "substr" },
H A Dawkgram.y84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
412 | SUBSTR '(' pattern comma pattern comma pattern ')'
413 { $$ = op3(SUBSTR, $3, $5, $7); }
414 | SUBSTR '(' pattern comma pattern ')'
415 { $$ = op3(SUBSTR, $3, $5, NIL); }
H A Dlex.c85 { "substr", SUBSTR, SUBSTR },

Completed in 71 milliseconds