Home
last modified time | relevance | path

Searched refs:FIND (Results 201 – 225 of 5496) sorted by relevance

12345678910>>...220

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/lib/
H A Dgen-classlist.sh.in25 @FIND@ java javax gnu org sun -follow -name '*.java' -print |
41 @FIND@ $subdir -follow -name '*.java' -print |
59 @FIND@ $subdir -name '*.java' -print
72 (cd ${top_builddir}; @FIND@ gnu -follow -name '*.java' -print) |
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CPackNSISGenerator/
H A DRunCPackVerifyResult.cmake42 string(FIND "${line}" "header-image.bmp" output_index)
49 string(FIND "${line}" "true" output_index)
57 string(FIND "${line}" "TRIMRIGHT" output_index)
66 string(FIND "${line}" "MUI_PAGE_LICENSE" output_index)
/dports/devel/cmake/cmake-3.22.1/Tests/CPackNSISGenerator/
H A DRunCPackVerifyResult.cmake42 string(FIND "${line}" "header-image.bmp" output_index)
49 string(FIND "${line}" "true" output_index)
57 string(FIND "${line}" "TRIMRIGHT" output_index)
66 string(FIND "${line}" "MUI_PAGE_LICENSE" output_index)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CPackNSISGenerator/
H A DRunCPackVerifyResult.cmake42 string(FIND "${line}" "header-image.bmp" output_index)
49 string(FIND "${line}" "true" output_index)
57 string(FIND "${line}" "TRIMRIGHT" output_index)
66 string(FIND "${line}" "MUI_PAGE_LICENSE" output_index)
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/cmake/
H A DColorMessage.cmake14 string(FIND ${STDOUT} "tty" isTTYstdout)
15 string(FIND ${STDERR} "tty" isTTYstderr)
16 string(FIND ${STDOUT} "pts" isPTSstdout)
17 string(FIND ${STDERR} "pts" isPTSstderr)
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/lib/
H A Dgen-classlist.sh.in25 @FIND@ java javax gnu org sun -follow -name '*.java' -print |
41 @FIND@ $subdir -follow -name '*.java' -print |
59 @FIND@ $subdir -name '*.java' -print
72 (cd ${top_builddir}; @FIND@ gnu -follow -name '*.java' -print) |
/dports/security/lynis/lynis/include/
H A Dtests_usb55 FIND=$(${LSBINARY} ${ROOTDIR}etc/modprobe.d/* 2> /dev/null)
56 if [ -n "${FIND}" ]; then
57FIND=$(${EGREPBINARY} -r "install usb[-_]storage /bin/(false|true)" ${ROOTDIR}etc/modprobe.d/* | $…
59 if [ -n "${FIND}" -o -n "${FIND2}" ]; then
68FIND=$(${EGREPBINARY} "install usb[-_]storage /bin/(false|true)" ${ROOTDIR}etc/modprobe.conf | ${G…
69 if [ -n "${FIND}" ]; then
/dports/math/blis/blis-0.8.1/
H A DMakefile1083 - $(FIND) $(CONFIG_FRAG_PATH) -name "$(FRAGMENT_MK)" | $(XARGS) $(RM_F)
1084 - $(FIND) $(FRAME_FRAG_PATH) -name "$(FRAGMENT_MK)" | $(XARGS) $(RM_F)
1094 @- $(FIND) $(FRAME_FRAG_PATH) -name "$(FRAGMENT_MK)" | $(XARGS) $(RM_F)
1121 - $(FIND) $(BASE_OBJ_PATH) -name "*.o" | $(XARGS) $(RM_F)
1126 @- $(FIND) $(BASE_OBJ_PATH) -name "*.o" | $(XARGS) $(RM_F)
1163 - $(FIND) $(BLASTEST_DIR)/$(OBJ_DIR) -name "*.o" | $(XARGS) $(RM_F)
1164 - $(FIND) $(BLASTEST_DIR) -name "*.x" | $(XARGS) $(RM_F)
1169 @- $(FIND) $(BLASTEST_DIR)/$(OBJ_DIR) -name "*.o" | $(XARGS) $(RM_F)
1173 @- $(FIND) $(BLASTEST_DIR) -name "*.x" | $(XARGS) $(RM_F)
1204 - $(FIND) $(TESTSUITE_DIR)/$(OBJ_DIR) -name "*.o" | $(XARGS) $(RM_F)
[all …]
/dports/textproc/re-flex/RE-flex-3.1.0/include/reflex/
H A Dpcre2matcher.h333 if (method == Const::FIND) in match()
340 DBGCHK(len_ != 0 || method == Const::MATCH || (method == Const::FIND && opt_.N)); in match()
373 if (method == Const::SCAN || (method == Const::FIND && !opt_.N)) in next_match()
375 else if (method == Const::FIND || method == Const::SPLIT) in next_match()
389 if (method == Const::FIND || method == Const::SPLIT || pos_ == cur_) in next_match()
392 if (cur_ == pos_ && (method == Const::FIND || method == Const::SPLIT)) in next_match()
404 if (method == Const::FIND) in next_match()
411 else if (rc == PCRE2_ERROR_NOMATCH && (method == Const::FIND || method == Const::SPLIT)) in next_match()
421 if (method == Const::FIND) in next_match()
/dports/textproc/ugrep/ugrep-3.4.0/include/reflex/
H A Dpcre2matcher.h333 if (method == Const::FIND) in match()
340 DBGCHK(len_ != 0 || method == Const::MATCH || (method == Const::FIND && opt_.N)); in match()
373 if (method == Const::SCAN || (method == Const::FIND && !opt_.N)) in next_match()
375 else if (method == Const::FIND || method == Const::SPLIT) in next_match()
389 if (method == Const::FIND || method == Const::SPLIT || pos_ == cur_) in next_match()
392 if (cur_ == pos_ && (method == Const::FIND || method == Const::SPLIT)) in next_match()
404 if (method == Const::FIND) in next_match()
411 else if (rc == PCRE2_ERROR_NOMATCH && (method == Const::FIND || method == Const::SPLIT)) in next_match()
421 if (method == Const::FIND) in next_match()
/dports/misc/findutils/findutils-4.8.0/locate/testsuite/config/
H A Dunix.exp51 global FIND
57 set FIND [findfile $base_dir/../../find/find $base_dir/../../find/find [transform find ]]
61 verbose "FIND is $FIND" 1
64 foreach exe "$UPDATEDB $FRCODE $LOCATE $FIND" {
75 set env(find) "$FIND"
/dports/java/mmake/mmake-2.3/tildeslash/
H A DMakefile14 FIND = find macro
147 PACKAGE_SRC = $(shell $(FIND) $(PACKAGE_DIR) \( -name '*.java' -or -name '*.xjava' \) )
200 $(FIND) $(TOPLEVEL) $(JAR_OBJS) -print | $(XARGS) \
262 $(FIND) $(TOPLEVEL) $(JAR_OBJS: .class=.java) -print | $(XARGS) \
383 $(FIND) . \( -name '*~' -o -name '*.class' \) -print | \
385 $(FIND) . -name '*.u' -print | $(XARGS) $(RM)
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/
H A DProgTrans.pl29 open FIND, ($cFindCmd . "|")
33 $cFile = <FIND>;
34 close FIND;
/dports/devel/cdk/cdk-5.0-20161210/package/freebsd/
H A DMakefile51 ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/cli
54 ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/demos
57 ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/examples
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/tests/expect/fingerprints/
H A Dfind_empty_3.6.23 "Operation": "FIND",
7 "Fingerprint": "FIND coll"
H A Dfind_empty_2.6.123 "Operation": "FIND",
7 "Fingerprint": "FIND coll"
H A Dfind_empty_3.0.153 "Operation": "FIND",
7 "Fingerprint": "FIND coll"
H A Dfind_empty_3.2.193 "Operation": "FIND",
7 "Fingerprint": "FIND coll"
H A Dfind_empty_3.4.123 "Operation": "FIND",
7 "Fingerprint": "FIND coll"
/dports/net-mgmt/torrus/torrus-2.09/bin/
H A Dcleanup.in27 @FIND@ @sesstordir@ -type f -mtime +$EXPIRE -exec @RM@ '{}' ';'
28 @FIND@ @seslockdir@ -type f -mtime +$EXPIRE -exec @RM@ '{}' ';'
/dports/devel/radare2/radare2-5.1.1/
H A Dconfigure427 FIND=${PATCH}
429 FIND=""
433 FIND="${A}/patch"
439 if [ -n "${FIND}" ]; then
440 ocho ${FIND};
442 PATCH=${FIND}
455 FIND=${GIT}
457 FIND=""
461 FIND="${A}/git"
468 ocho ${FIND};
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dsetup.sh90 echo ${DEBUG_PREFIX} FIND=${FIND}
105 FIND=`which find`
122 echo ${DEBUG_PREFIX} FIND=${FIND}
470 ${FIND} ${DEFAULT_DIR} -name "*.php" -exec ${CHMOD} o-r {} \;
471 ${FIND} ${DEFAULT_DIR} -type d -exec ${CHMOD} o-r {} \;
941 … echo ${DEBUG_PREFIX} "${FIND} ${WRITABLE} -type f -exec ${CHMOD} ${MODEL_PERMS_WRITE_FILES} {} \;"
943 ${FIND} ${WRITABLE} -type f -exec ${CHMOD} ${MODEL_PERMS_WRITE_FILES} {} \;
953 …echo ${DEBUG_PREFIX} "${FIND} ${WRITABLE} -type d -exec ${CHMOD} ${MODEL_PERMS_WRITE_SUBDIRS} {} \…
955 ${FIND} ${WRITABLE} -type d -exec ${CHMOD} ${MODEL_PERMS_WRITE_SUBDIRS} {} \;
/dports/dns/kadnode/KadNode-2.3.0/windows/
H A Ddns_setup.bat9 FOR /F "tokens=* delims=:" %%a IN ('IPCONFIG ^| FIND /I "ETHERNET ADAPTER"') DO (
22 ECHO.!adapterName!| FIND /I "vpn">Nul && ( set skip=1 )
23 ECHO.!adapterName!| FIND /I "virtual">Nul && ( set skip=1 )
/dports/sysutils/webmin/webmin-1.981/lpadmin/
H A Dsolaris-driver.pl93 open(FIND, "find ".quotemeta($config{'model_path'})." -type f -print |");
94 while(<FIND>) {
100 close(FIND);
/dports/audio/csound/csound-6.15.0/util/
H A Dxtrct.c42 #define FIND(MSG) if (*s == '\0') \ macro
123 FIND(Str("no outfilename")) in xtrct()
130 FIND(Str("no start sample")); in xtrct()
140 FIND(Str("no start time")); in xtrct()
150 FIND(Str("no end sample")); in xtrct()
170 FIND(Str("no end time")); in xtrct()
190 FIND(Str("no duration")); in xtrct()
210 FIND(Str("no sample count")); in xtrct()

12345678910>>...220