/freebsd/cddl/contrib/opensolaris/lib/libgen/common/ |
H A D | gmatch.c | 33 #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 D | util.lua | 32 for v in s:gmatch(re) do 75 for v in str:gmatch(re) do 144 for word in type:gmatch("[^ *]+") do
|
H A D | generator.lua | 80 for line in str:gmatch("[^\n]*") do
|
/freebsd/stand/lua/ |
H A D | config.lua | 371 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 D | core.lua | 221 for n in v:gmatch("([^;, ]+)[;, ]?") do
|
H A D | drawer.lua | 397 for c in string.gmatch(console, "%w+") do
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_strings.lua | 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/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pid.c | 157 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 D | dt_impl.h | 757 extern int gmatch(const char *, const char *);
|
H A D | dt_subr.c | 812 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 897 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 D | dt_isadep.c | 127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ |
H A D | dt_isadep.c | 127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/tools/pkgbase/ |
H A D | metalog_reader.lua | 204 for attrpair in rest:gmatch('[^ ]+') do 244 for seg in tagstr:gmatch('[^,]+') do
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
H A D | dt_isadep.c | 176 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ |
H A D | dt_isadep.c | 185 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/libexec/nuageinit/ |
H A D | nuage.lua | 71 for str in list:gmatch("([^, ]+)") do
|
H A D | nuageinit | 282 for keyname, keytype in key:gmatch("(%w+)_(%w+)") do
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | Makefile | 52 gmatch.c
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 427 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 854 static int gmatch (lua_State *L) { in gmatch() function 1856 {"gmatch", gmatch},
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1918 22. Fixed horrible bug in gmatch()
|