OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
1 - 25
of
683
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/xorg-server/dist/doc/
filter-xmlto.sh
15
grep
-v overflows |
16
grep
-v 'Making' |
17
grep
-v 'hyphenation' |
18
grep
-v 'Font.*not found' |
19
grep
-v '/tmp/xml' |
20
grep
-v Rendered >&4) 3>&1) |
/xsrc/external/mit/xkeyboard-config/dist/scripts/
extract-group-names-from-symbols.sh
18
grep
'name\[Group1\]' * | sed 's/[[:space:]]*name\[Group1\].*=[[:space:]]*//;s/;[[:space:]]*$//' | sort
/xsrc/external/mit/MesaLib.old/dist/bin/
get-extra-pick-list.sh
15
#
Grep
for commits with "cherry picked from commit" in the commit message.
16
git log --reverse --
grep
="cherry picked from commit" $latest_branchpoint..HEAD |\
17
grep
"cherry picked from commit" |\
25
git log -n1 --pretty=oneline --
grep
=$sha $latest_branchpoint..origin/master |\
30
if
grep
-q ^$candidate already_picked ; then
35
if
grep
-q ^$candidate bin/.cherry-ignore ; then
get-pick-list.sh
16
git show --pretty=medium --summary "$1" |
grep
-q -i -o "CC:.*mesa-stable"
21
git show --pretty=medium --summary "$1" |
grep
-q -i -o "CC:.*mesa-dev"
35
grep
-Eo 'fixes:[a-f0-9]{8,40}'`
37
fixes_count=`echo "$fixes" |
grep
"fixes:" | wc -l`
59
fixes_count=`echo "$fixes" |
grep
"fixes:" | wc -l`
67
if
grep
-q ^$id already_picked ||
68
grep
-q ^$id already_landed ; then
101
git log --reverse --pretty=medium --
grep
="cherry picked from commit" $latest_branchpoint..HEAD |\
102
grep
"cherry picked from commit" |\
105
#
Grep
for potential candidate
[
all
...]
bugzilla_mesa.sh
26
git log --pretty=medium $* |
grep
'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
30
summary=$(wget --quiet -O - $url |
grep
-e '<title>.*</title>' | sed -e 's/ *<title>[0-9]\+ – \(.*\)<\/title>/\1/')
/xsrc/external/mit/xterm/dist/unicode/
make-precompose.sh
12
grep
";[0-9,A-F]" |
grep
" " |
/xsrc/external/mit/fontconfig/dist/doc/
check-missing-doc
7
cat $top_srcdir/fontconfig/*.h |
grep
'^Fc' |
8
grep
-v FcPublic | sed 's/[^a-zA-Z0-9].*//';
13
grep
'@FUNC[+]*@' $top_srcdir/doc/*.fncs |
23
diff -y $header $doc |
grep
'[<>]'
/xsrc/external/mit/MesaLib.old/dist/src/egl/
egl-entrypoint-check
9
entrypoints=$(
grep
EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h)
egl-symbols-check
16
FUNCS=$($NM -D --defined-only $LIB |
grep
-o "T .*" | cut -c 3- | while read func; do
17
(
grep
-q "^$func$" || echo $func ) <<EOF
/xsrc/external/mit/fontconfig/dist/test/
wrapper-script.sh
6
cd $(IFS=:;for i in $PATH; do echo $i|
grep
mingw> /dev/null; [ $? -eq 0 ] && echo $i; done)
/xsrc/external/mit/xorg-server/dist/test/scripts/
run-piglit.sh
58
if
grep
"^ *pass: *0$" $SHORT_SUMMARY > /dev/null; then
62
if !
grep
"^ *fail: *0$" $SHORT_SUMMARY > /dev/null; then
65
if !
grep
"^ *crash: *0$" $SHORT_SUMMARY > /dev/null; then
/xsrc/external/mit/freetype/dist/src/tools/
update-copyright
11
|
grep
-vFf $toolsdir/no-copyright \
/xsrc/external/mit/xkeyboard-config/dist/tests/
testShortDescriptions
5
diff -u iso.sd xml.sd |
grep
'+'
genLists4Comparison.sh
19
xsltproc reg2ll.xsl $ROOT/rules/base.extras.xml |
grep
-v sun_type > $registry_names_extras
24
grep
-v -e '^$' \
/xsrc/external/mit/fontconfig/dist/src/
makealias
10
cat "$@" |
grep
'^Fc[^ ]* *(' | sed -e 's/ *(.*$//' |
20
ifdef=`
grep
-l '^'$name'[ (]' "$SRCDIR"/*.c | sed -n 1p | sed -e 's/^.*\/\([^.]*\)\.c/__\1__/'`
/xsrc/external/mit/libxcb/dist/
check-pc-requires
23
included=`
grep
'# *include' $inc |
25
grep
-v 'xcb.h\|xproto.h'`
26
requires=`
grep
'^Requires.private:' $pcin`
/xsrc/external/mit/MesaLib.old/dist/src/gbm/
gbm-symbols-check
11
FUNCS=$($NM -D --defined-only $LIB |
grep
-o "T .*" | cut -c 3- | while read func; do
12
(
grep
-q "^$func$" || echo $func ) <<EOF
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
init-stage2.sh
30
DEVFREQ_GOVERNOR=`find /sys/devices -name governor |
grep
gpu || true`
37
GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms |
grep
gpu | head -1`
71
MINIO=$(cat /proc/cmdline | tr ' ' '\n' |
grep
minio_results | cut -d '=' -f 2 || true)
/xsrc/external/mit/freetype/dist/builds/unix/
freetype-config.in
182
major=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
183
|
grep
FREETYPE_MAJOR \
185
minor=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
186
|
grep
FREETYPE_MINOR \
188
patch=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
189
|
grep
FREETYPE_PATCH \
config.guess
161
eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null |
grep
'^LIBC' | sed 's, ,,g'`"
206
|
grep
-q __ELF__
408
grep
IS_64BIT_ARCH >/dev/null
589
if
grep
bos325 /usr/include/stdio.h >/dev/null 2>&1; then
608
elif
grep
bos324 /usr/include/stdio.h >/dev/null 2>&1; then
616
if /usr/sbin/lsattr -El "$IBM_CPU_ID" |
grep
' POWER' >/dev/null 2>&1; then
723
grep
-q __LP64__
855
|
grep
-q __ARM_PCS_VFP
936
objdump --private-headers /bin/sh |
grep
-q ld.so.1
946
|
grep
-q __ARM_EABI_
[
all
...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
Makefile.sgi
137
grep
-v CENTRY $$i |
grep
-v INDENT- > hardcopy/$$i; \
172
-nm -Bo libglut.a |
grep
-v ' d ' |
grep
-v ' T glut' |
grep
-v ' D glut' |
grep
-v ' U ' |
grep
-v ' T __glut' |
grep
-v ' t ' |
grep
-v ' b ' |
grep
-v ' D __glut' | grep -v ' B __glut
[
all
...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
container_pre_build.sh
24
grep
-v mingw | \
/xsrc/external/mit/makedepend/dist/tests/1/
makedep.sh
35
$MAKEDEPEND -f- -I. one/one.cpp two/two.cpp |
grep
"two/two.o: one/def.h" && false
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
deqp-runner.sh
20
./deqp-gles2 --deqp-runmode=stdout-caselist |
grep
dEQP-GLES2 | cut -d ' ' -f 2 > /tmp/case-list.txt
44
crashed_test=$(
grep
"Test case" /tmp/result.txt | tail -1 | sed "s/Test case '\(.*\)'\.\./\1/")
/xsrc/external/mit/xinit/dist/
config.guess
161
eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null |
grep
'^LIBC' | sed 's, ,,g')"
207
|
grep
-q __ELF__
409
grep
IS_64BIT_ARCH >/dev/null
590
if
grep
bos325 /usr/include/stdio.h >/dev/null 2>&1; then
609
elif
grep
bos324 /usr/include/stdio.h >/dev/null 2>&1; then
617
if /usr/sbin/lsattr -El "$IBM_CPU_ID" |
grep
' POWER' >/dev/null 2>&1; then
724
grep
-q __LP64__
856
|
grep
-q __ARM_PCS_VFP
937
objdump --private-headers /bin/sh |
grep
-q ld.so.1
947
|
grep
-q __ARM_EABI_
[
all
...]
Completed in 13 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Apr 02 00:23:07 UTC 2026