HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 1 - 16 of 16) sorted by null

  /nv-g11n/g11n/src/uts/
Makefile.uts 59 LGREP = grep -v "pointer cast may result in improper alignment"
61 LGREP.2 = grep -v '_init ' | \
62 grep -v '_fini ' | \
63 grep -v '_info ' | \
64 grep -v '_depends_on '
  /nv-g11n/inputmethod/iiim/build/
etc_iiim_xsession 19 /usr/xpg4/bin/grep -e "Hidden=true" -e "X-GNOME-Autostart-enabled=false" $XDG_CONFIG_FILE > /dev/null 2>&1 \
  /nv-g11n/g11n/src/cmd/localeadm/
localeadm 25 grep=/usr/xpg4/bin/grep
551 regionPackages=`$grep $region $CONFIGFILE | $grep -v "locname" | wc -l`
759 cdcheck=`grep "SOL_[0-9]*_.*"$CDLABEL"_*"$cdNum"\"" $cdpath/.volume.inf`
762 cdcheck=`grep "SOL_[0-9]*.*LANG_"$CDLABEL"_*"$cdNum"\"" $cdpath/.volume.inf`
774 arch=`grep "SOL_[0-9]*.*"$cdNum $cdpath/.volume.inf | sed -e "s/.*_\([^_]*\)\"/\1/"`
854 $grep -q $pkg $disk/.order
936 # probably not able to handle those SUNW_LOCs. See also following sed + grep
946 typeset -i loc_count=`$grep locname $CONFIGFILE | sed -e 's/locname//g' | $grep -i " $locale" | wc -l` # MP the grep should no (…)
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/
config.rpath 176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
280 strings "$collect2name" | grep resolve_lib_name >/dev/null
416 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  /nv-g11n/g11n/src/xorg/keytables/
ntestsun.pl 52 @missingsemicolonerrors=`grep -n '}' $file|grep -v ';'`;
  /nv-g11n/inputmethod/sunpinyin/
build-sunpinyin.sh 76 elif ! echo $CXX | grep g++ >/dev/null 2>&1; then
  /nv-g11n/g11n/tools/
create_links.sh 78 echo "$file" | /usr/xpg4/bin/grep -q "="
83 ## use 'grep /$locale/' to avoid special case, e.g.:
86 echo "$file" | awk -F"=" '{print $2}' | /usr/xpg4/bin/grep /$locale/
  /nv-g11n/g11n/src/openwin/lib/locale/ja_JP.UTF-8/conv_tables/
Makefile 100 grep -v '^#' $@ > $(@:%.txt=$(TARGETDIR)/%.txt)
  /nv-g11n/g11n/src/cmd/fsexam/
autogen.sh 94 automake_version=`$AUTOMAKE --version | grep 'automake (GNU automake)' | sed 's/^[^0-9]*\(.*\)/\1/'`
  /nv-g11n/g11n-spec/cmdassist/
autogen.sh 94 automake_version=`$AUTOMAKE --version | grep 'automake (GNU automake)' | sed 's/^[^0-9]*\(.*\)/\1/'`
  /nv-g11n/messages/messages/
Makefile.trans 82 GREP= /usr/bin/grep
107 STRIPCOMMENT_POUND= $(GREP) -v "^$(POUND_SIGN)"
  /nv-g11n/g11n/src/locale_cldr/
Makefile.orig 94 LOCALE_SH = cat "spec/$*"| grep -v '^\#' | grep -v '^[ \t]*$$' |head -n 1
Makefile 94 LOCALE_SH = cat "spec/$*"| grep -v '^\#' | grep -v '^[ \t]*$$' |head -n 1
  /nv-g11n/locale/tools/
convert-svr4-to-ips.ksh 38 GREP=grep
72 if ${ECHO} ${PKGBASEDIR} | ${GREP} -q "^/"
77 ${CAT} ${INFILE} | ${GREP} -v "^#" | while read FTYPE CLASS PATHNAME MODE OWNER GROUP
79 if ${ECHO} ${PATHNAME} | ${GREP} -q "="
201 PKGARCH=$(${CAT} ${INFILE} | ${GREP} "^ARCH=" | ${AWK} -F= '{print $2}')
202 PKGCAT=$(${CAT} ${INFILE} | ${GREP} "^CATEGORY=" | ${AWK} -F= '{print $2}')
203 PKGDESC=$(${CAT} ${INFILE} | ${GREP} "^DESC=" | ${AWK} -F= '{print $2}')
204 PKGHOT=$(${CAT} ${INFILE} | ${GREP} "^HOTLINE=" | ${AWK} -F= '{print $2}')
205 PKGNAME=$(${CAT} ${INFILE} | ${GREP} "^NAME=" | ${AWK} -F= '{print $2}'
    [all...]
  /nv-g11n/g11n/
Makefile.master 95 GREP= /usr/bin/grep
  /nv-g11n/messages/
Makefile.master 95 GREP= /usr/bin/grep

Completed in 540 milliseconds