Searched refs:gmatch (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/cddl/contrib/opensolaris/lib/libgen/common/
H A Dgmatch.c33 #pragma weak gmatch = _gmatch macro
62 gmatch(const char *s, const char *p) function
141 return (ok ? gmatch(s, p) : 0);
154 return (scc > 0 ? gmatch(s, p) : 0);
164 if (gmatch(s, p))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_strings.lua182 -- tests for gmatch
184 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-current/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c127 if (gmatch(name, pattern))
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c127 if (gmatch(name, pattern))
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c157 if (!isdash && gmatch("return", pp->dpp_name)) {
169 if (!isdash && gmatch("entry", pp->dpp_name)) {
257 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
409 if (gmatch(obj, pp->dpp_mod))
423 if (gmatch(pp->dpp_obj, pp->dpp_mod))
432 if (gmatch(name, pp->dpp_mod))
731 if (gmatch(provname, pdp->dtpd_provider) != 0) {
815 if (gmatch(provname, pdp->dtpd_provider) != 0 &&
H A Ddt_impl.h756 extern int gmatch(const char *, const char *);
H A Ddt_subr.c792 * dt_gmatch() is similar to gmatch(3GEN) and dtrace(7D) globbing, but also
798 return (p == NULL || *p == '\0' || gmatch(s, p));
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c176 if (gmatch(name, pattern))
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c185 if (gmatch(name, pattern))
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c896 int gmatch, fnres; local
984 gmatch = 0;
987 gmatch++;
992 if (gmatch) {
1002 gmatch = 0;
1011 gmatch++;
1020 if (gmatch) {
1059 int gmatch, gres; local
1088 gmatch = 0;
1091 gmatch
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c326 if (gmatch(name, pattern))
/freebsd-current/cddl/lib/libdtrace/
H A DMakefile53 gmatch.c
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua387 for txtflag in flags:gmatch("([^|]+)") do
400 for syscall in obsol:gmatch("([^ ]+)") do
407 for syscall in unimpl:gmatch("([^ ]+)") do
414 for syscall in changes_abi:gmatch("([^ ]+)") do
419 for syscall in no_changes:gmatch("([^ ]+)") do
675 for arg in args:gmatch("([^,]+)") do
963 for word in argtype:gmatch("[^ *]+") do
1151 for flag in allflags:gmatch("([^|]+)") do
1195 for _ in orig:gmatch("[^%s]+") do
1434 for sysc in config.capenabled:gmatch("([
[all...]
/freebsd-current/stand/lua/
H A Dconfig.lua371 for mod in blacklist_str:gmatch("[;, ]?([-%w_]+)[;, ]?") do
584 for line in text:gmatch("([^\n]+)") do
648 for name in loader_conf_files:gmatch("[%w%p]+") do
665 for var in product_vars:gmatch("%S+") do
681 for name in loader_conf_dirs:gmatch("[%w%p]+") do
703 for name in local_loader_conf_files:gmatch("[%w%p]+") do
717 for name in names:gmatch("([^;]+)%s*;?") do
H A Ddrawer.lua397 for c in string.gmatch(console, "%w+") do
H A Dcore.lua213 for n in v:gmatch("([^;, ]+)[;, ]?") do
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua204 for attrpair in rest:gmatch('[^ ]+') do
244 for seg in tagstr:gmatch('[^,]+') do
/freebsd-current/libexec/nuageinit/
H A Dnuage.lua59 for str in list:gmatch("([^, ]+)") do
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c427 if (gmatch(name, pattern))
/freebsd-current/contrib/lua/src/
H A Dlstrlib.c829 /* state for 'gmatch' */
854 static int gmatch (lua_State *L) { function
1856 {"gmatch", gmatch},

Completed in 258 milliseconds