| /trunk/main/ |
| H A D | config.guess | 179 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 185 ldd --version 2>&1 | grep -q ^musl; then 238 | grep -q __ELF__ 447 grep IS_64BIT_ARCH >/dev/null 632 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then 652 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then 660 if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then 768 grep -q __LP64__ 905 | grep -q __ARM_PCS_VFP 1001 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'` [all …]
|
| /trunk/main/toolkit/doc/layout/ |
| H A D | TODO | 109 grep zoom.src svx/source/dialog/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\… 111 grep wordcountdialog.src sw/source/ui/dialog/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s… 113 grep sortdlg.src ../../../sc/source/ui/src/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s\t… 114 grep sortdlg.src sc/source/ui/src/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%… 116 grep instbdlg.src sc/source/ui/miscdlgs/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s\t%s\… 118 grep -E 'miscdlgs.src.*(FT_DEST|FT_INSERT|STR_NEWDOC|RID_SCDLG_MOVETAB|BTN_COPY)' sc/source/ui/src/… 120 grep srchdlg.src svx/source/dialog/localize.sdf | awk -F'\t' '{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t… 133 git diff 5db78fc5 |grep -v gitignore | grep 'git a'|grep -Ev 'a/(layout|scp2)/'|sed -e's@.*git a/@@… 134 git diff 5db78fc5 $(git diff 5db78fc5 |grep -v gitignore | grep 'git a'| grep -Ev 'a/(layout|scp2)/…
|
| /trunk/main/pyuno/ |
| H A D | Package_zipcore.mk | 39 …lib,$(shell find $(OUTDIR)/lib/python -type f | grep -v "\.pyc" | grep -v "\.py~" | grep -v .orig … 40 …$(foreach inc,$(shell find $(OUTDIR)/inc/python -type f | grep -v "\.h~" | grep -v _failed),$(subs…
|
| /trunk/main/setup_native/scripts/ |
| H A D | linuxpatchscript.sh | 34 RPMNAME=`rpm -qa | grep SEARCHPACKAGENAMEPLACEHOLDER` 64 USERINST=`grep UserInstallation ${BOOTSTRAPRC}` 67 KDERPM=`ls $BASEDIR/RPMS/*.rpm | grep kde-integration` 71 KDERPMINSTALLED=`grep kde-integration ${RPMLIST}` 95 DEFUSERINST=`grep UserInstallation ${BOOTSTRAPRC}`
|
| H A D | javaloader.sh | 394 match=`cat $setupxpdfile | grep $searchstring` 423 hotspot=`echo $javaoutput | grep $sunjavahotspot` 426 versionmatch=`echo $javaoutput | grep $i` 437 versionmatch=`echo $javaoutput | grep $i` 453 versionmatch=`echo $javaoutput | grep $i` 469 x64str=`echo $fileoutput | grep $arch64string2`
|
| H A D | uninstall_solaris.sh | 44 PKGLIST=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep -v core` 45 COREPKG=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core` 46 COREPKG01=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core01`
|
| H A D | langpackscript.sh | 72 PACKAGENAME=`pkginfo -x | grep $SEARCHPACKAGENAME | sed "s/ .*//"` 86 RPMNAME=`rpm -qa | grep $SEARCHPACKAGENAME`
|
| H A D | update.sh | 159 GREP=/usr/xpg4/bin/grep 167 GREP=grep
|
| H A D | install_linux.sh | 58 SEARCHSTRING=`head --lines=10 $FILENAME | grep "language package"` 145 if rpm --help | grep debian >/dev/null;
|
| H A D | install_solaris.sh | 55 SEARCHSTRING=`head -n 10 $FILENAME | grep "language package"` 315 …sr/sbin/patchadd -R ${INSTALL_ROOT} -M ${PATCH_PATH} ${PATCH_LIST} 2>&1 | grep -v '/var/sadm/patch…
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-update-config-sub-and-guess.patch | 119 - | grep __ELF__ >/dev/null 120 + | grep -q __ELF__ 307 + grep IS_64BIT_ARCH >/dev/null 493 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then 507 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then 517 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then 562 - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null 575 + grep -q __LP64__ 720 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 818 + objdump --private-headers /bin/sh | grep -q ld.so.1 [all …]
|
| /trunk/main/solenv/inc/ |
| H A D | _tg_shl.mk | 189 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 190 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege… 729 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 730 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege… 1269 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 1270 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege… 1809 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 1810 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege… 2349 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 2350 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege… [all …]
|
| H A D | tg_shl.mk | 194 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep -v "\*\|?" > $@.exported-… 195 …@-cat $@ | $(AWK) -f $(SOLARENV)/bin/unxmap-to-macosx-explist.awk | grep "\*\|?" > $@.symbols-rege…
|
| /trunk/main/writerfilter/source/ooxml/ |
| H A D | stage1.sh | 31 find $SEARCHIN -name "*.cxx" -exec grep -nH -A 1 "case NS_" {} \; | 32 grep -v "//.*case NS_" | 39 grep -v "^--"
|
| /trunk/main/solenv/bin/ |
| H A D | macosx-create-bundle | 77 if printf "$filetype" | grep -q 'Mach-O.* executable'; then 82 elif printf "$filetype" | grep -q 'Mach-O.* dynamically linked shared library'; then 84 if ! printf "$inputfilename" | grep -q -x -E 'lib\w+static.*\.dylib'; then
|
| H A D | makedepn | 27 i=`echo "$i" | grep -F -- "-O:" | awk -F: '{print $2}'`
|
| /trunk/main/shell/source/unix/misc/ |
| H A D | open-url.sh | 39 if file "$1" | grep "script" > /dev/null && grep "NPL" "$1" > /dev/null; then 68 if echo $1 | grep '^mailto:' > /dev/null; then
|
| H A D | senddoc.sh | 57 if file $FOPTS "$moz" | grep "script" > /dev/null && grep "[NM]PL" "$moz" > /dev/null; then
|
| H A D | kde-open-url.sh | 24 if echo $1 | grep '^mailto:' > /dev/null; then
|
| H A D | cde-open-url.sh | 27 DTTMPDIR=`xrdb -query | grep DtTmpDir`
|
| /trunk/main/sc/uiconfig/layout/ |
| H A D | makefile.mk | 51 …grep instbdlg.src $(PRJ)/source/ui/miscdlgs/localize.sdf | awk -F'\t' '{{printf "%s\t%s\t%s\t%s\t%… 52 …grep -E 'miscdlgs.src.*(FT_DEST|FT_INSERT|STR_NEWDOC|RID_SCDLG_MOVETAB|BTN_COPY)' $(PRJ)/source/ui… 53 …grep sortdlg.src $(PRJ)/source/ui/src/localize.sdf | awk -F'\t' '{{printf "%s\t%s\t%s\t%s\t%s\t%s\…
|
| /trunk/main/libtextcat/ |
| H A D | libtextcat-2.2.patch | 1759 - | grep __ELF__ >/dev/null 1760 + | grep -q __ELF__ 2046 + grep IS_64BIT_ARCH >/dev/null 2234 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then 2249 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then 2259 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then 2321 + grep -q __LP64__ 2469 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 2566 + objdump --private-headers /bin/sh | grep -q ld.so.1 2573 + | grep -q __ARM_EABI__ [all …]
|
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | test.py | 25 def grep(pattern,dirname,names): function 37 os.path.walk(directory,grep,re.compile(pattern))
|
| /trunk/main/toolkit/workben/layout/ |
| H A D | un-test.sh | 30 | grep -F '/*$*/' \
|
| /trunk/main/scripting/workben/mod/_scripting/ |
| H A D | makefile.mk | 32 JAVAFILES = $(foreach,j,$(shell @ls | grep java) $j)
|