Home
last modified time | relevance | path

Searched refs:z_ (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Druby26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'
51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
H A Dperl37 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*; …
41 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*;
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l71 WORD [A-Za-z_][-A-Za-z_0-9]*
H A Daicasm_scan.l78 WORD [A-Za-z_][-A-Za-z_0-9]*
/freebsd/sys/tools/
H A Dmakeobjops.awk137 if (intname !~ /^[a-z_][a-z0-9_]*$/) {
221 if (name !~ /^[a-z_][a-z_0-9]*$/) {
H A Dvnode_if.awk225 $2 !~ /^[a-z_]+$/ || $3 !~ /^[a-z]+$/ ||
/freebsd/usr.sbin/config/
H A Dlang.l102 ID [A-Za-z_][-A-Za-z_0-9]*
/freebsd/usr.sbin/jail/
H A Djaillex.l113 <_,DQ>$[A-Za-z_][A-Za-z_0-9]* {
/freebsd/contrib/ncurses/
H A Dmk-1st.awk70 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ );
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc156 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); } in UnprintableInFoo()
157 double z() const { return z_; } in z()
161 double z_; member in foo::UnprintableInFoo
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l195 LeadNameChar [A-Za-z_]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dbasic.dat154 BE [A-Za-z_][A-Za-z0-9_]* alpha (0,5)
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1317 "z_"__STRING(x), (uint32_t)info->z_##x, \ in z_resampler_setup()
1318 (int32_t)info->z_##x) in z_resampler_setup()
/freebsd/contrib/ldns/
H A Dlibdns.vim448 " egrep '^[a-z_]+ [*a-z_0-9]+\(' *.h | sed -e 's/(.*$//' | awk '{print $2}' | \
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr244 case "$__setvar_var_to_set" in *[!0-9A-Za-z_]*)
/freebsd/sys/contrib/zlib/
H A DChangeLog196 - Fix *Init macros to use z_ prefix when requested
628 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
1497 - prefix all global functions and types with z_ with -DZ_PREFIX