Searched defs:match (Results 176 - 200 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c90 #define DTD_ATTR_MATCH ((const xmlChar *) "match")
972 xmlChar *match, *name, *arch, *iptype; local
991 match = xmlGetProp(node, DTD_ATTR_MATCH);
995 if ((match == NULL) || (name == NULL) || (arch == NULL) ||
1012 if ((ret = i_substitute_tokens((char *)match,
1029 if (match != NULL)
1030 xmlFree(match);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c125 struct match struct
133 int match[2*(MATCH_MAX+1)]; member in struct:match
158 struct match SH_MATCH_init;
708 * store the most recent value for use in .sh.match
710 void sh_setmatch(const char *v, int vsize, int nmatch, int match[]) argument
712 struct match *mp = (struct match*)(SH_MATCHNOD->nvfun);
716 memcpy(mp->match,match,nmatch*2*sizeof(match[
[all...]
H A Dio.c838 char *cp, *match; local
852 r = regrexec(rp,cp,m,0,(regmatch_t*)0, 0, '\n', (void*)&match, pat_seek);
854 m = match-cp;
H A Dmacro.c1675 int match[2*(MATCH_MAX+1)], nmatch, nmatch_prev, vsize_last; local
1692 nmatch=substring(v,pattern,match,flag&STR_MAXIMAL);
1694 nmatch=strgrpmatch(v,pattern,match,elementsof(match)/2,flag);
1696 sh_setmatch(v,vsize,nmatch,match);
1701 vsize = match[0];
1707 if(nmatch && replen>0 && (match[1] || !nmatch_prev))
1708 mac_substitute(mp,repstr,v,match,nmatch);
1712 v += match[1];
1716 if(nmatch && match[
2324 substring(register const char *string,const char *pat,int match[], int flag) argument
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c665 int match; local
670 match = 0;
674 match = 1;
679 if (!match) {
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc132 "Invalid Data size (does not match registry definition)",
727 const char *match; local
729 if (((match = strstr(path, searchpath)) != NULL) &&
730 ((match + strlen(searchpath)) == (path + strlen(path))) &&
731 ((match == path) || (*(match - 1) == '/')))
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h217 struct pptuple* match; /* match tuple */ member in struct:pptuple
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c463 boolean_t match; local
471 match = !KMF_CompareRDNs(&issuerDN,
474 if (!match)
485 match = !KMF_CompareRDNs(&subjectDN,
488 if (!match)
1381 int match = 0; local
1449 match = 0;
1451 * Due to bug in NSS, we have to manually match
1452 * the labels to be sure we have a match.
1456 match
2850 boolean_t match = B_FALSE; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c2211 * configuration of the MAC to match the "fc" parameter.
3083 boolean_t match = FALSE; local
3103 if(hw->phy_id == M88E1000_E_PHY_ID) match = TRUE;
3106 if(hw->phy_id == M88E1000_I_PHY_ID) match = TRUE;
3113 if(hw->phy_id == M88E1011_I_PHY_ID) match = TRUE;
3119 if(hw->phy_id == IGP01E1000_I_PHY_ID) match = TRUE;
3127 if ((match) && (phy_init_status == E1000_SUCCESS)) {
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c892 int rgent, match = 0; local
927 match = 1;
933 * No match is needed for a block device statefile,
934 * a match is needed for a regular statefile.
936 if (match == 0) {
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c234 vmusage_t *match; local
309 match = NULL;
315 match = next;
319 match = next;
323 match = next;
327 match = next;
334 if (match != NULL) {
335 id->id_size = match->vmu_swap_all / 1024;
336 id->id_rssize = match->vmu_rss_all / 1024;
337 id->id_pctmem = (100.0 * (float)match
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c962 * aliases to the target to see if they match.
2438 * for a match using spec_includes_device_name().
2487 * for a match using spec_includes_device_name_or_alias().
2509 * input device name is "c3t0d0s0", it will match "c3t0d0"
3133 * The device must match each of the ids in the spec that
3150 boolean_t match = B_FALSE; local
3160 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl) &&
3167 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl) &&
3172 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl);
3185 match
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c289 * Require exact match to delete a driver alias/permission entry.
293 match_entry(char *line, char *match) argument
322 return (strcmp(token, match) == 0);
336 * match:
345 char *match)
359 char *match2 = NULL; /* match with quotes cleaned up */
362 * if match is specified, sanity check it and clean it
364 * an exact match.
366 if (match) {
367 cp = match;
341 delete_entry( char *oldfile, char *driver_name, char *marker, char *match) argument
1400 int match = 0; local
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c723 boolean_t match = (c == '=' || local
727 * Move to the next character if there is no match and
730 if (!match && i != len - 1)
733 if (match) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c975 ** are trying to match against, and 'pvp' points to the pattern.
976 ** If pvp points to a special match value (MATCHZANY, MATCHANY,
978 ** matched is saved away in the match vector (pointed to by 'mvp').
980 ** When a match between avp & pvp does not match, we try to
982 ** we must also back out the match in mvp. If we reach a
983 ** MATCHANY or MATCHZANY we just extend the match and start
986 ** When we finally match, we rewrite the address vector
1004 struct match struct
1025 register struct match *ml
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c140 int match = 1; /* -m option default */ variable
224 match = 0;
356 if (!match) {
1134 * It is intended that "finger foo" should match "foo2", but an argument
1136 * Also, we do not want "finger foo123" to match "Mr. Foo" in the gecos.
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c243 /* the operating method for match operation of the reference object */
1222 int match = 1; local
1223 while (i < MAX_LOOKUP_CTRL && lcp->op[i] > 0 && match) {
1227 match = (strcmp((const char *)lcp->data[i].ptr,
1231 match = (lcp->data[i].ui == attr->value.ui);
1234 match = !memcmp((void *)lcp->data[i].ip,
1240 match = 0;
1246 if (i && match) {
3525 int match; local
3533 match
3568 int match; local
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c226 gettext("%s: regular expression match error - %s\n");
287 gettext("%s(%d): cannot match size tokens\n");
474 int i, match; local
479 match = (arglist->nnames) ? 0 : 1;
496 * See if we have a match.
512 * We have a match. See if it matches the whole
517 match = 1;
531 match = 1;
542 match = 1;
548 match
[all...]
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c173 * implying this entry must be a wildcard match and
1134 * UID-match is required
1552 * match CREDs as well
1612 int error = ENOENT, match = 0; local
1630 * Need to match CREDs as well
1633 match = crcmp(p->fn_cred, cred) == 0;
1639 match = 1;
1642 if (match) {
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c112 * in order and the first match prevails.
1528 int match; local
1538 match = NO;
1542 match = YES;
1546 match = (ospeed > Map->Speed);
1550 match = (ospeed >= Map->Speed);
1554 match = (ospeed == Map->Speed);
1558 match = (ospeed <= Map->Speed);
1562 match = (ospeed < Map->Speed);
1566 match
[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/libast/common/misc/
H A Doptget.c50 #define OPT_ignorecase 0x004 /* arg match ignores case */
89 const char* match; /* builtin help match name */ member in struct:Help_s
546 * match s with t
550 * otherwise prefix match
554 match(char* s, char* t, int version, const char* id, const char* catalog) function
678 if (match(s, *((char**)p), -1, NiL, NiL))
2181 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
2716 if (match(w + 1, s, version, id, catalog))
2753 if (match((cha
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c756 boolean_t match; local
771 match = negotiate_version(DS_NUM_VER, &ds_vers[0],
776 * match. The service entity can retry with a new minor
779 if (match) {
813 if (match) {
979 boolean_t match; local
1072 match = negotiate_version(svc->cap.nvers, svc->cap.vers,
1077 * match. The service entity can retry with a new minor
1080 if (match) {
2060 /* found a match */
3097 int match = 0; local
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c303 boolean_t match; local
315 match = B_FALSE;
319 match = B_TRUE;
323 if (!match)
356 boolean_t match; local
370 match = B_FALSE;
373 match = B_TRUE;
377 if (!match)
412 boolean_t match; local
426 match
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1070 boolean_t match; local
1085 match = B_FALSE;
1090 match = B_TRUE;
1094 if (!match)
1112 boolean_t match; local
1122 match = B_FALSE;
1132 match = B_TRUE;
1136 if (!match)
1646 * match unqualified winnames flapping in the wind.

Completed in 220 milliseconds

12345678910