/netbsd-src/external/cddl/osnet/dist/lib/libgen/common/ |
H A D | gmatch.c | 35 #pragma weak gmatch = _gmatch macro 65 int gmatch(const char *, const char *); 67 gmatch(const char *s, const char *p) in gmatch() function 146 return (ok ? gmatch(s, p) : 0); in gmatch() 159 return (scc > 0 ? gmatch(s, p) : 0); in gmatch() 169 if (gmatch(s, p)) in gmatch()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_pid.c | 158 if (!isdash && gmatch("return", pp->dpp_name)) { in dt_pid_per_sym() 170 if (!isdash && gmatch("entry", pp->dpp_name)) { in dt_pid_per_sym() 258 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) { in dt_pid_sym_filt() 410 if (gmatch(obj, pp->dpp_mod)) in dt_pid_mod_filt() 424 if (gmatch(pp->dpp_obj, pp->dpp_mod)) in dt_pid_mod_filt() 433 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 | 748 extern int gmatch(const char *, const char *);
|
H A D | dt_subr.c | 828 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | check-expect.lua | 112 for text in mk_line:gmatch("#%s*expect%-not:%s*(.*)") do 123 for text in mk_line:gmatch("#%s*expect:%s*(.*)") do 144 for offset, text in mk_line:gmatch("#%s*expect([+%-]%d+):%s*(.*)") do
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | check-expect.lua | 91 for offset, comment in line:gmatch("/%* expect([+%-]%d+): (.-) %*/") do 135 for location, message in line:gmatch("(.+%(%d+%)): (.+)$") do
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/riscv/ |
H A D | dt_isadep.c | 127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/aarch64/ |
H A D | dt_isadep.c | 129 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/arm/ |
H A D | dt_isadep.c | 177 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/powerpc/ |
H A D | dt_isadep.c | 185 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/bin/ksh/ |
H A D | c_test.c | 355 return gmatch(opnd1, opnd2, false); 359 return !gmatch(opnd1, opnd2, false);
|
H A D | proto.h | 190 int gmatch ARGS((const char *, const char *, int));
|
H A D | exec.c | 386 && gmatch(cp, s, false))
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 428 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lstrlib.c | 862 static int gmatch (lua_State *L) { in gmatch() function 1866 {"gmatch", gmatch},
|