Home
last modified time | relevance | path

Searched refs:gmatch (Results 1 – 24 of 24) sorted by relevance

/freebsd-head/cddl/contrib/opensolaris/lib/libgen/common/
HDgmatch.c33 #pragma weak gmatch = _gmatch macro
62 gmatch(const char *s, const char *p) in gmatch() function
141 return (ok ? gmatch(s, p) : 0); in gmatch()
154 return (scc > 0 ? gmatch(s, p) : 0); in gmatch()
164 if (gmatch(s, p)) in gmatch()
/freebsd-head/sys/tools/syscalls/tools/
HDutil.lua32 for v in s:gmatch(re) do
75 for v in str:gmatch(re) do
144 for word in type:gmatch("[^ *]+") do
HDgenerator.lua80 for line in str:gmatch("[^\n]*") do
/freebsd-head/stand/lua/
HDconfig.lua371 for mod in blacklist_str:gmatch("[;, ]?([-%w_]+)[;, ]?") do
589 for line in text:gmatch("([^\n]+)") do
653 for name in loader_conf_files:gmatch("[%w%p]+") do
670 for var in product_vars:gmatch("%S+") do
686 for name in loader_conf_dirs:gmatch("[%w%p]+") do
708 for name in local_loader_conf_files:gmatch("[%w%p]+") do
722 for name in names:gmatch("([^;]+)%s*;?") do
HDcore.lua221 for n in v:gmatch("([^;, ]+)[;, ]?") do
HDdrawer.lua405 for c in string.gmatch(console, "%w+") do
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
HDtst.lib_strings.lua185 for i in string.gmatch('abcde', '()') do assert(i == a+1); a=i end
189 for w in string.gmatch("first second word", "%w+") do
195 for i in string.gmatch ("xuxx uu ppar r", "()(.)%2") do
201 for i,j in string.gmatch("13 14 10 = 11, 15= 16, 22=23", "(%d+)%s*=%s*(%d+)") do
/freebsd-head/usr.sbin/bsdinstall/scripts/
HDpkgbase.in52 for compat in all_libcompats:gmatch("%S+") do
58 for package in rquery:gmatch("[^\n]+") do
74 for compat in all_libcompats:gmatch("%S+") do
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_pid.c157 if (!isdash && gmatch("return", pp->dpp_name)) { in dt_pid_per_sym()
169 if (!isdash && gmatch("entry", pp->dpp_name)) { in dt_pid_per_sym()
257 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) { in dt_pid_sym_filt()
409 if (gmatch(obj, pp->dpp_mod)) in dt_pid_mod_filt()
423 if (gmatch(pp->dpp_obj, pp->dpp_mod)) in dt_pid_mod_filt()
432 if (gmatch(name, pp->dpp_mod)) in dt_pid_mod_filt()
731 if (gmatch(provname, pdp->dtpd_provider) != 0) { in dt_pid_create_probes()
815 if (gmatch(provname, pdp->dtpd_provider) != 0 && in dt_pid_create_probes_module()
HDdt_impl.h757 extern int gmatch(const char *, const char *);
HDdt_subr.c812 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
/freebsd-head/usr.sbin/newsyslog/
HDnewsyslog.c897 int gmatch, fnres; in get_worklist() local
985 gmatch = 0; in get_worklist()
988 gmatch++; in get_worklist()
993 if (gmatch) { in get_worklist()
1003 gmatch = 0; in get_worklist()
1012 gmatch++; in get_worklist()
1021 if (gmatch) { in get_worklist()
1060 int gmatch, gres; in expand_globs() local
1089 gmatch = 0; in expand_globs()
1092 gmatch++; in expand_globs()
[all …]
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
HDdt_isadep.c127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/riscv/
HDdt_isadep.c127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/libexec/nuageinit/
HDnuage.lua71 for str in list:gmatch("([^, ]+)") do
353 for line in obj.list:gmatch("[^\n]+") do
HDnuageinit282 for keyname, keytype in key:gmatch("(%w+)_(%w+)") do
/freebsd-head/tools/pkgbase/
HDmetalog_reader.lua204 for attrpair in rest:gmatch('[^ ]+') do
244 for seg in tagstr:gmatch('[^,]+') do
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/arm/
HDdt_isadep.c176 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
HDdt_isadep.c185 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/sparc/
HDdt_isadep.c326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/cddl/lib/libdtrace/
HDMakefile52 gmatch.c
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/i386/
HDdt_isadep.c427 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd-head/contrib/lua/src/
HDlstrlib.c854 static int gmatch (lua_State *L) { in gmatch() function
1856 {"gmatch", gmatch},
/freebsd-head/contrib/tcsh/
HDFixes1918 22. Fixed horrible bug in gmatch()