Searched refs:PAT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.bin/cleantags/
H A Dcleantags.sh6 PAT='\$(Author|Date|CVSHeader|Header|Id|LocalId|Locker|Log|Name|RCSfile|Revision|Source|State|NetBSD)'
58 find "$i" -type f -print0 | xargs -0 egrep -l "$PAT" |
63 elif egrep -qs "$PAT" "$i"
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-unused-errs18 PAT='_F_'
22 PAT='_R_'
26 PAT='_[FR]_'
36 grep "$PAT" * | grep -v ERR_FATAL_ERROR | awk '{print $3;}' | sort -u >$X1
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dfind-unused-errs18 PAT='_F_'
22 PAT='_R_'
26 PAT='_[FR]_'
36 grep "$PAT" * | grep -v ERR_FATAL_ERROR | awk '{print $3;}' | sort -u >$X1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dsparc64-adi.c43 #define PAT 0xdeadbeaf macro
86 if (memory_fill (shmaddr, SHMSIZE, PAT) != 0) /* line breakpoint here */
109 if (memory_fill (maddr, MAPSIZE, PAT) != 0)
122 if (memory_fill (haddr, MAPSIZE, PAT) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dsparc64-adi.c43 #define PAT 0xdeadbeaf macro
86 if (memory_fill (shmaddr, SHMSIZE, PAT) != 0) /* line breakpoint here */
109 if (memory_fill (maddr, MAPSIZE, PAT) != 0)
122 if (memory_fill (haddr, MAPSIZE, PAT) != 0)
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dcpufeatureset.h108 XEN_CPUFEATURE(PAT, 0*32+16) /*A Page Attribute Table */
/netbsd-current/sbin/routed/
H A Dtable.c698 # define PAT " %-10s %s metric=%d flags=%#x" macro
740 trace_act("route disappeared before" PAT, ARGS);
747 msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno));
750 msglog("write(rt_sock) wrote %ld instead of %d for" PAT,
756 trace_misc("write kernel" PAT, ARGS);
757 #undef PAT macro
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-edge.mk122 PAT.M-128= ${:U\\:Q:Q:Q:Q:Q:Q:Q:S,\\,*,g}
123 MOD.M-128= ${INP.M-128:M${PAT.M-128}}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h1691 #define PAT_VAR_LOCATION_DECL(PAT) (XCTREE ((PAT), 0, VAR_LOCATION))
1692 #define PAT_VAR_LOCATION_LOC(PAT) (XCEXP ((PAT), 1, VAR_LOCATION))
1697 #define PAT_VAR_LOCATION_STATUS(PAT) \
1698 (RTL_FLAG_CHECK1 ("PAT_VAR_LOCATION_STATUS", PAT, VAR_LOCATION) \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.h1699 #define PAT_VAR_LOCATION_DECL(PAT) (XCTREE ((PAT), 0, VAR_LOCATION))
1700 #define PAT_VAR_LOCATION_LOC(PAT) (XCEXP ((PAT), 1, VAR_LOCATION))
1705 #define PAT_VAR_LOCATION_STATUS(PAT) \
1706 (RTL_FLAG_CHECK1 ("PAT_VAR_LOCATION_STATUS", PAT, VAR_LOCATION) \

Completed in 148 milliseconds