Searched refs:match (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c265 if (match(curdir_, pattern, &slproc)) {
363 match(tchar *s, tchar *p, int *slproc) function
370 tprintf("TRACE- match()\n");
664 bferr("No match");
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c579 next(char *cp, char *match) argument
584 for (dp = match; dp && *dp; dp++)
/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/sys/usb/
H A Dusbai.h140 USB_CR_DATA_TOGGLE_MM = 3, /* d/t PID did not match */
698 #error USBA and driver major versions do not match
701 #error USBA and driver minor versions do not match
789 * skip - number of endpoints which match the requested type and
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt96 If the words [54]*[55]*[56] don't match [57:58] then the drive is
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c730 elmnt[numSplits].element.match.numItems = nElements;
731 elmnt[numSplits].element.match.item = item;
732 elmnt[numSplits].element.match.fmt = base;
742 match.item[itm_count].name) {
745 match.item[itm_count].name))
1330 e->element.match.numItems = nElements;
1331 e->element.match.item = item;
1332 e->element.match.fmt = base;
H A Dldap_map.c1085 * To match the selector index, all fieldspecs in the indexlist should match
1087 * the same fieldname then only one of them needs to match (OR).
1097 * Return 1 in case of a match, 0 otherwise.
1102 int i, j, k, match = 1; local
1116 /* Trivial match */
1196 * format. If no value found or no match, this
1203 match = 0;
1215 match = 0;
1223 return (match);
[all...]
H A Dldap_ruleval.c220 /* Should we match the 'inName' value case sensitive or not ? */
506 tmp = matchMappingItem(e->element.match.fmt, r, &nv,
529 for (n = 0; n < e->element.match.numItems;
533 &e->element.match.item[n]);
1061 /* if no match, then add it to the rulevalue array */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c429 int match; local
458 match = 0;
465 match = 1;
470 if (match)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java94 * Evaluate the query, storing away the services that match.
193 // been precharged with ones that must match
356 boolean match;
/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/libsqlite/src/
H A Dbtree_rb.c756 int match; local
774 * exists in the table, then (match == 0). In this case we can just replace
777 * If there is no exact match, then the cursor points at what would be either
778 * the predecessor (match == -1) or successor (match == 1) of the
784 memRbtreeMoveto( pCur, pKey, nKey, &match);
785 if( match ){
795 switch( match ){
897 /* If (pCur->pNode == NULL), then we have failed to find a match. Set
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s159 bz,pn %xcc, .done ! yup, strings match
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c1979 * is the best match that we have.
1989 * is not going to be a better match.
1996 DCS_DBG(DBG_SES, "requested ver: %d.%d, closest match: %d.%d",
2133 cfga_list_data_t *match; local
2170 match = bsearch(&datalp[curr_ap].ap_id_info, sortlp,
2173 /* found a match */
2174 if (match != NULL) {
2175 datalp[curr_ap].sort_order = match - sortlp;
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h269 extern int match(fa *, uchar *);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c1045 int match = 0; local
1064 match++;
1074 match++;
1096 return (match);
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c203 static int match(wcat_t *, wcat_t *, wcat_t *, int);
684 * If there was no match we are going to append the pattern
933 if (!match(pathend, pattern, restpattern, GLOB_LIMIT_RECUR)) {
1092 match(wcat_t *name, wcat_t *pat, wcat_t *patend, int recur) function
1116 if (match(name, pat, patend, recur))
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c1026 boolean_t match = (c == '=' || c == ','); local
1028 if (!match && i != len - 1)
1031 if (match) {
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c232 /* read timezones to match continents, and get countries */
288 /* If continents match, allocate a country struct */
318 /* Read country list, match country codes to process entry */
452 int match = 0, ncount = 0, sav_errno = 0, status; local
462 /* Read through zone.tab until countries match */
495 match = 1;
615 if (match == 1) {
841 * If no match, check for zoneinfo timezone below
/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/ps/
H A Ducbps.c877 int match = 0; local
881 * Look for a name match
884 match = 1;
894 if (!match) {
/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/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/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/lib/libbe/common/
H A Dbe_activate.c855 int match = 0; local
864 match++;
866 if (match == 0)
1616 * don't match.

Completed in 155 milliseconds

1234567891011>>