Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libgen/common/
H A Dgmatch.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/sys/tools/syscalls/tools/
H A Dutil.lua32 for v in s:gmatch(re) do
75 for v in str:gmatch(re) do
144 for word in type:gmatch("[^ *]+") do
H A Dgenerator.lua80 for line in str:gmatch("[^\n]*") do
/freebsd/stand/lua/
H A Dconfig.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
H A Dcore.lua221 for n in v:gmatch("([^;, ]+)[;, ]?") do
H A Ddrawer.lua397 for c in string.gmatch(console, "%w+") do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_strings.lua184 for i in string.gmatch('abcde', '()') do assert(i == a+1); a=i end
188 for w in string.gmatch("first second word", "%w+") do
194 for i in string.gmatch ("xuxx uu ppar r", "()(.)%2") do
200 for i,j in string.gmatch("13 14 10 = 11, 15= 16, 22=23", "(%d+)%s*=%s*(%d+)") do
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_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()
H A Ddt_impl.h757 extern int gmatch(const char *, const char *);
H A Ddt_subr.c812 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.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/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/tools/pkgbase/
H A Dmetalog_reader.lua204 for attrpair in rest:gmatch('[^ ]+') do
244 for seg in tagstr:gmatch('[^,]+') do
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c176 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c185 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/libexec/nuageinit/
H A Dnuage.lua71 for str in list:gmatch("([^, ]+)") do
H A Dnuageinit282 for keyname, keytype in key:gmatch("(%w+)_(%w+)") do
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/cddl/lib/libdtrace/
H A DMakefile52 gmatch.c
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c427 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/freebsd/contrib/lua/src/
H A Dlstrlib.c854 static int gmatch (lua_State *L) { in gmatch() function
1856 {"gmatch", gmatch},
/freebsd/contrib/tcsh/
H A DFixes1918 22. Fixed horrible bug in gmatch()