Searched defs:amatch (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/make/bin/ |
| H A D | files.cc | 67 static Boolean amatch(register wchar_t *string, register wchar_t *pattern); 357 if ((pattern != NULL) && amatch(tmp_wcs_buffer, pattern)) { 398 amatch(tmp_wcs_buffer, pattern)) { 533 amatch(tmp_wcs_buffer, pattern)) { 625 if (amatch(string++, pattern)) { 634 amatch(string, pattern)) { 644 * amatch(string, pattern) 658 amatch(register wchar_t *string, register wchar_t *pattern) function
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| H A D | expand.c | 414 } else if (amatch(s, restbuf)) 442 c = amatch(s, p); 449 amatch(s, p) function 496 if (amatch(s, p))
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | domain.c | 806 bool amatch; local 1005 amatch = false; 1053 amatch = true; 1062 amatch = true; 1109 if (amatch)
|
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | sh.glob.c | 346 } else if (amatch(s, restbuf, &slproc)) 376 c = amatch(s, p, slproc); 383 amatch(tchar *s, tchar *p, int *slproc) function 392 tprintf("TRACE- amatch()\n"); 448 if (amatch(s, p, slproc))
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | glob.c | 101 static int amatch(char *s, char *p); 371 } else if (amatch(s, restbuf)) 406 c = amatch(s, p); 413 amatch(char *s, char *p) function 483 if (amatch(s, p))
|
| /illumos-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_state.c | 1077 int amatch; local 1085 amatch = fr_match_addresses(is1, is2); 1087 * If addresses match (amatch != 0), then 'match levels' 1088 * must be same for matching entries. If amatch and pmatch 1092 rv = (amatch != 0) && (amatch == pmatch);
|
Completed in 100 milliseconds