Home
last modified time | relevance | path

Searched refs:egrep (Results 1 – 25 of 103) sorted by relevance

12345

/external/libcxx/test/std/re/re.const/re.synopt/
Dsyntax_option_type.pass.cpp46 assert(std::regex_constants::egrep != 0); in main()
56 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main()
65 assert((std::regex_constants::nosubs & std::regex_constants::egrep) == 0); in main()
73 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0); in main()
80 assert((std::regex_constants::collate & std::regex_constants::egrep) == 0); in main()
86 assert((std::regex_constants::ECMAScript & std::regex_constants::egrep) == 0); in main()
91 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main()
95 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0); in main()
98 assert((std::regex_constants::awk & std::regex_constants::egrep) == 0); in main()
100 assert((std::regex_constants::grep & std::regex_constants::egrep) == 0); in main()
/external/libcxx/test/std/re/re.regex/re.regex.construct/
Dptr_flg.pass.cpp55 test("\\(a\\)", std::regex_constants::egrep, 0); in main()
56 test("\\(a[bc]\\)", std::regex_constants::egrep, 0); in main()
57 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0); in main()
58 test("(a([bc]))", std::regex_constants::egrep, 2); in main()
Dptr_size_flg.pass.cpp56 test("\\(a\\)", 5, std::regex_constants::egrep, 0); in main()
57 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0); in main()
58 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0); in main()
59 test("(a([bc]))", 9, std::regex_constants::egrep, 2); in main()
Dil_flg.pass.cpp65 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::egrep, 0); in main()
66 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::egrep, 0); in main()
67 …', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::egrep, 0); in main()
68 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::egrep, 2); in main()
Dstring_flg.pass.cpp57 test(std::string("\\(a\\)"), std::regex_constants::egrep, 0); in main()
58 test(std::string("\\(a[bc]\\)"), std::regex_constants::egrep, 0); in main()
59 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::egrep, 0); in main()
60 test(std::string("(a([bc]))"), std::regex_constants::egrep, 2); in main()
Diter_iter_flg.pass.cpp65 test(F(s1.begin()), F(s1.end()), std::regex_constants::egrep, 0); in main()
66 test(F(s2.begin()), F(s2.end()), std::regex_constants::egrep, 0); in main()
67 test(F(s3.begin()), F(s3.end()), std::regex_constants::egrep, 0); in main()
68 test(F(s4.begin()), F(s4.end()), std::regex_constants::egrep, 2); in main()
/external/libcxx/test/std/re/re.alg/re.alg.match/
Degrep.pass.cpp30 std::regex_constants::egrep))); in main()
46 std::regex_constants::egrep))); in main()
53 std::regex_constants::egrep))); in main()
69 std::regex_constants::egrep))); in main()
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer223 if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
336 elif echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
375 if echo "$proxy" | egrep -i "(repeater|vencrypt)://" > /dev/null; then
404 if uname -sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then
470 if echo "$proxy" | egrep "^sslrepeater://" > /dev/null; then
480 if echo "$proxy" | egrep "vencrypt://" > /dev/null; then
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '…
731 elif uname | egrep -i 'bsd|darwin' > /dev/null; then
732 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\…
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dss_vncviewer223 if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
336 elif echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then
375 if echo "$proxy" | egrep -i "(repeater|vencrypt)://" > /dev/null; then
404 if uname -sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then
470 if echo "$proxy" | egrep "^sslrepeater://" > /dev/null; then
480 if echo "$proxy" | egrep "vencrypt://" > /dev/null; then
725 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
727 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '…
728 elif uname | egrep -i 'bsd|darwin' > /dev/null; then
729 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\…
[all …]
/external/bzip2/
Dbzgrep13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
Dbzgrep.139 .I egrep
56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
/external/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp48 static_assert((BR::egrep == std::regex_constants::egrep), ""); in test()
58 where(BR::egrep); in test()
/external/libcxx/test/std/re/re.alg/re.alg.search/
Degrep.pass.cpp30 std::regex_constants::egrep))); in main()
46 std::regex_constants::egrep))); in main()
62 std::regex_constants::egrep))); in main()
78 std::regex_constants::egrep))); in main()
/external/selinux/policycoreutils/scripts/
Dfixfiles46 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
48 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x…
56 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
63 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
172 egrep -v '(^/home|^/root|^/tmp|^/dev)' |\
/external/openssh/contrib/aix/
Dbuildbff.sh29 if echo $0 | egrep '^/'
39 if pwd | egrep 'contrib/aix$'
207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
224 if egrep '^[ \t]*UsePrivilegeSeparation[ \t]+no' $sysconfdir/sshd_config >/dev/null
276 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
/external/compiler-rt/lib/tsan/
Dcheck_memcpy.sh20 NCALL=$(objdump -d $EXE | egrep "callq .*<__interceptor_mem(cpy|set)>" | wc -l)
27 NCALL=$(objdump -d $EXE | egrep "jmpq .*<__interceptor_mem(cpy|set)>" | wc -l)
Danalyze_libtsan.sh35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
/external/openssh/
Dbuildpkg.sh.in136 if egrep "^#define USE_SOLARIS_PROCESS_CONTRACTS" config.h > /dev/null 2>&1
379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
390 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'\$SSH_PRIVSEP_GROUP'\$' >/dev/null
400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null
413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null
542 /usr/bin/svcs -H $OPENSSH_FMRI 2>&1 | egrep "^online" > /dev/null 2>&1
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
/external/libpcap/
Drunlex.sh83 if flex --help | egrep noFUNCTION >/dev/null
96 if flex --help | egrep reentrant >/dev/null
/external/jpeg/
Dltconfig657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
904 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
949 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
990 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
/external/vboot_reference/tests/futility/
Dtest_sign_firmware.sh90 | egrep 'Firmware version: +14$|Preamble flags: +8$' | wc -l)
156 | egrep 'Firmware version: +1$|Preamble flags: +8$' | wc -l)
174 | egrep 'Firmware version: +1$|Preamble flags: +0$' | wc -l)
/external/e2fsprogs/config/
Dconfig.rpath128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
/external/toybox/scripts/
Druntest.sh53 option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"`
137 mkchroot "$dest" $(ldd "$i" | egrep -o '/.* ')
/external/elfutils/src/tests/
Dbacktrace-subr.sh49 …if [ $(egrep -v <$1 'dwfl_thread_getframes: (No DWARF information found|no matching address range)…
90 if egrep 'dwfl_thread_getframes(.*)No DWARF information found' $err; then
/external/smali/
Dgradlew133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 … CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option

12345