Searched defs:ematch (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 68 static int ematch(char *, char *); 178 if (ematch(r1, "-\\{0,1\\}[0-9]*$") && 179 ematch(r2, "-\\{0,1\\}[0-9]*$")) { 251 if (!(ematch(r1, "-\\{0,1\\}[0-9]*$") && 252 ematch(r2, "-\\{0,1\\}[0-9]*$"))) 381 (void) strcpy(rv = exprmalloc(8), ltoa(val = (long)ematch(s, p))); 391 * ematch - XCU4 mods involve calling compile/advance which simulate 395 ematch(char *s, char *p) function
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1113 ematch(const char *ev, const char *match) function 1132 if ((ename = ematch(ev, match)) != NULL) {
|
Completed in 56 milliseconds