Searched refs:z_ (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Denum-extract.pl46 while (m/\b([a-z_][a-z0-9_]*)\b/ig) {
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l73 WORD [A-Za-z_][-A-Za-z_0-9]*
H A Daicasm_scan.l80 WORD [A-Za-z_][-A-Za-z_0-9]*
/freebsd-13-stable/usr.bin/bc/
H A Dscan.l64 ALPHA [a-z_]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc86 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
87 int z() const { return z_; }
89 int z_; member in class:testing::__anon806::Derived2
/freebsd-13-stable/contrib/openpam/misc/
H A Dgendoc.pl175 next unless (m/^ \*\t(!?PAM_[A-Z_]+|=[a-z_]+)\s*(.*?)\s*$/);
272 s/^\.It [=;]([A-Za-z][0-9A-Za-z_]+)$/.It Dv $1/gs;
300 s/\s*:([a-z][0-9a-z_]+)\b\s*/\n.Va $1\n/gs;
301 s/\s*;([a-z][0-9a-z_]+)\b\s*/\n.Dv $1\n/gs;
302 s/\s*=!([a-z][0-9a-z_]+)\b\s*/\n.Xr $1 3\n/gs;
303 while (s/\s*=([a-z][0-9a-z_]+)\b\s*/\n.Xr $1 3\n/s) {
381 } elsif (m/^=([a-z_]+)$/) {
/freebsd-13-stable/sys/tools/
H A Dmakeobjops.awk142 if (intname !~ /^[a-z_][a-z0-9_]*$/) {
144 warnsrc("Invalid interface name '" intname "', use [a-z_][a-z0-9_]*");
226 if (name !~ /^[a-z_][a-z_0-9]*$/) {
227 warnsrc("Invalid method name '" name "', use [a-z_][a-z0-9_]*");
H A Dvnode_if.awk230 $2 !~ /^[a-z_]+$/ || $3 !~ /^[a-z]+$/ ||
H A Dmakesyscalls.lua129 expr = "_Contains[a-z_]*_long_",
133 expr = "_Contains[a-z_]*_timet_/",
140 expr = "_Contains[a-z_]*_ptr_",
/freebsd-13-stable/crypto/openssl/apps/
H A Dprogs.pl18 my $cmdre = qr/^\s*int\s+([a-z_][a-z0-9_]*)_main\(\s*int\s+argc\s*,/;
/freebsd-13-stable/usr.sbin/config/
H A Dlang.l106 ID [A-Za-z_][-A-Za-z_0-9]*
/freebsd-13-stable/contrib/ncurses/
H A Dmk-1st.awk68 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ );
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc129 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
130 double z() const { return z_; }
133 double z_; member in class:foo::UnprintableInFoo
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l195 LeadNameChar [A-Za-z_]
/freebsd-13-stable/contrib/ldns/
H A Dlibdns.vim448 " egrep '^[a-z_]+ [*a-z_0-9]+\(' *.h | sed -e 's/(.*$//' | awk '{print $2}' | \
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c48 * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I
1367 "z_"__STRING(x), (uint32_t)info->z_##x, \
1368 (int32_t)info->z_##x)
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl554 local($urx) = "[-A-Za-z_.0-9+]+";
659 local($urx) = "[-A-Za-z_.0-9+]+";
1012 if (/mail exchanger = ([-A-Za-z_.0-9+]+)/) {

Completed in 273 milliseconds