Searched refs:match (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c556 c = match[tch[i]];
627 (cpackflg[st] && ach[j] != match[ach[j]]))
675 (cpackflg[st] && ach[j] != match[ach[j]])) {
893 (void) printf("match:\n");
895 allprint(match[i]);
917 match[i] = tab[cindex[i]];
1028 bprint((char *)match, "match", ncg);
1087 fbch = match[i+j];
1101 fbarr[ctable[i]] = ctable[match[
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c532 * Verify that the db_query's 'q' and 'fq' match, in the sense that if
537 int i, j, match; local
545 for (i = 0, match = 1; match && i < q->components.components_len;
564 match = 0;
570 match = 0;
593 match = 0;
603 match = 0;
609 return (match);
613 * Remove those queries in 'q' that don't match
[all...]
H A Dldap_print.c194 printMappingFormatArray(e->element.match.fmt);
195 for (i = 0; i < e->element.match.numItems; i++) {
197 printMappingItem(&e->element.match.item[i], native);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c414 * block sizes match, B_FALSE otherwise.
441 boolean_t match; local
457 match = B_TRUE;
458 while ((*curname != NULL) && (*newbiename != NULL) && match) {
459 match = (strcmp(*curname, *newbiename) == 0);
463 if (!match || (*curname != NULL) || (*newbiename != NULL))
472 /* we found an exact match */
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c647 sym_entry_t *sym, *osym, *match; local
671 match = osym = NULL;
688 match = sym;
698 if (match)
699 osym = match;
705 * Walk backwards to find the best match.
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c257 * expression match in string. Set new variables RSTART and RLENGTH
259 * Usage: pos = match(string, re)
267 REGWMATCH_T match[10]; local
273 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) {
274 pos = match[0].rm_sp-text+1;
275 length = match[0].rm_ep - match[0].rm_sp;
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c331 int match = 1; local
351 match = (strcmp(buf, suffix) == 0);
367 match = (ino == pval) && match;
370 if (match)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c154 goto notmatched; /* don't match name */
170 goto notmatched; /* don't match name */
173 goto notmatched; /* don't match name */
190 /* match the symbol to the text pattern */
210 /* match the symbol to the regular expression */
217 /* match the character to the text pattern */
221 /* match the rest of the symbol to the text pattern */
341 /* match the symbol to the text pattern */
433 skiprefchar(); /* match name to pattern */
434 if (match()) {
974 match(void) function
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1117 * USB_CHK_SERIAL: check match on device
1120 * clouds for a match.
1142 boolean_t match = B_TRUE; local
1188 match = B_FALSE;
1191 if ((match == B_TRUE) && (check_mask & USB_CHK_VIDPID)) {
1192 match = (usba_device->usb_dev_descr->idVendor ==
1198 match = B_FALSE;
1202 if ((match == B_TRUE) && ((check_mask & USB_CHK_SERIAL) != 0) &&
1208 match =
1214 if ((match
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5450 * verify that all handles match
5991 * 1) Detect patterns which match more than one FMRI, and be able to
6013 * an abbreviated FMRI, and match according to
6025 * When a match is found, we add the match to the pattern's list. We also enter
6026 * the match into a hash table, resulting in something like this:
6030 * | pattern 'foo' |----->| match |---->| match |
6042 * match was found.
6044 * Finally, we walk through all valid patterns, and for each match, i
6145 scf_match_t *match; local
6751 scf_match_t *match; local
6860 scf_match_t *match; local
6968 scf_match_t *match, *next; local
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
808 if ((match = _prefix(wcp, scp, length, length / 2, &idch)) > 0)
814 if (match >= cost) {
849 return (match);
859 if ((match = _prefix(scp, wcp, length, maxi, &idch)) <= 0)
884 if ((cost - blnk) > match)
931 return (match + idch);
935 * Find a substring of s2 that match a prefix of s1.
942 * maxs: only search for match in [1,maxs] of s2.
943 * begm: *begm returns where the match begin
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c699 int match = 1; /* 0: not match, otherwise: match */ local
705 for (i = 0; match != 0 && i < NUM_OF_ATTRS[obj->type]; i++) {
710 match = key_cmp(&lc, obj) == 0 ? 1 : 0;
715 return (match);
725 int match; /* 0: not match, otherwise: match */ local
732 match
[all...]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py258 match=matchfunc, opts=opts)
418 elif (not ManfileRE.match(f)):
451 # We don't want to match unless these things occur in final path segment
464 elif (not MapfileRE.match(f)) or NotMapSuffixRE.match(f):
1396 match = wslist[repo].matcher(pats=pats, opts=opts)
1397 for abso in repo.walk(match):
1412 match.rel(abso))
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c500 regmatch_t match[10]; local
527 if (!(i1 = regexec(&map->re, p, elementsof(match), match, 0)))
529 if ((c = match[0].rm_eo - match[0].rm_so) > n)
551 if (!(i0 = regexec(&edit->re, p, elementsof(match), match, 0)))
554 if (i0 = regsubexec(&edit->re, p, elementsof(match), match))
1360 tp = tp->match;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1650 globerr = "No match";
1883 int i, toks[9], toknum, match = 1; local
1890 while (match && *cp1 && *cp2) {
1910 match = 0;
1947 match = 0;
1956 match = 0;
1979 match = 1;
1986 match = 1;
2028 match = 1;
2030 if (match) {
[all...]
H A Dglob.c100 static int match(char *s, char *p);
283 if (match(dp->d_name, pattern)) {
396 match(char *s, char *p) function
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c102 int match = 0; local
132 match = 1;
136 if (match) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c109 static int match(const char *, char *);
375 if (match(fmtptr, ptr) && !feof(fpin)
470 match(const char *str, char *outstr) function
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c478 * scans cp, looking for a match with any character
479 * in match. Returns pointer to place in cp that matched
480 * (or NULL if no match)
486 * We don't count it as a character match if
491 any(cp, match, num_del_to_match, count_esp)
493 char *match;
503 for (mp = match; *mp; mp++) {
H A Drpc_bootstrap.c483 any(cp, match)
485 char *match;
490 for (mp = match; *mp; mp++)
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c95 "match",
376 match(char *s, char *p) function
575 r1 = match(r1, expres(pri[op1-OR], 0));
624 r1 = match(rb, ra);
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c164 int i = 0, len = 0, match = 0; local
174 match = 1;
179 if (match == 1) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c747 int match = 0; local
761 match++;
766 if (nitems == match)
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c47 static char **match(CKMENU *, char *, int);
57 #define MESG0 "Entry does not match available menu selection. "
176 list = match(menup, strval, (int)max);
232 match(CKMENU *menup, char *strval, int max) function
/illumos-gate/usr/src/lib/libresolv/
H A Dres_gethost.c424 any(cp, match)
426 char *match;
431 for (mp = match; *mp; mp++)

Completed in 99 milliseconds

1234567891011>>