Searched refs:gmatch (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libgen/common/ |
| 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/usr.bin/make/unit-tests/ |
| D | check-expect.lua | 115 for text in mk_line:gmatch("#%s*expect%-not:%s*(.*)") do 126 for text in mk_line:gmatch("#%s*expect%-not%-matches:%s*(.*)") do 137 for text in mk_line:gmatch("#%s*expect:%s*(.*)") do 158 for offset, text in mk_line:gmatch("#%s*expect([+%-]%d+):%s*(.*)") do
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| 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()
|
| D | dt_impl.h | 748 extern int gmatch(const char *, const char *);
|
| D | dt_subr.c | 828 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| 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/bin/ksh/ |
| D | eval.c | 915 if (gmatch(str, pat, false)) { 925 if (gmatch(str, pat, false)) { 934 if (gmatch(p, pat, false)) 940 if (gmatch(p, pat, false)) 1111 || !gmatch(name, sp, true))
|
| D | c_test.c | 355 return gmatch(opnd1, opnd2, false); 359 return !gmatch(opnd1, opnd2, false);
|
| D | proto.h | 190 int gmatch ARGS((const char *, const char *, int));
|
| D | edit.c | 942 if (gmatch(te->name, pat, false))
|
| D | misc.c | 525 gmatch(s, p, isfile) in gmatch() function
|
| D | exec.c | 386 && gmatch(cp, s, false))
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/arm/ |
| D | dt_isadep.c | 177 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
| /netbsd/src/external/cddl/osnet/lib/libdtrace/ |
| D | Makefile | 51 gmatch.c
|
| D | dtrace.common.expsym | 396 gmatch
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lstrlib.c | 862 static int gmatch (lua_State *L) { in gmatch() function 1866 {"gmatch", gmatch},
|