Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.re31 /dev/rrp3: matches /dev/rrp3:
2 17379 mel matches 17379
3 16693 bwk me matches 16693
5 15713 srb matches 15713
6 11895 lem matches 11895
7 10409 scj matches 10409
8 10252 rhm matches 10252
10 9748 a68 matches 9748
11 9492 sif matches 9492
12 9190 pjw matches 9190
[all …]
H A Dt.re11 /dev/rrp3: matches /[a-cg-j1-3]/
2 /dev/rrp3: matches /[^aeiou]/
3 17379 mel matches /[a-cg-j1-3]/
4 17379 mel matches /[^aeiou]/
6 16693 bwk me matches /[^aeiou]/
10 15713 srb matches /[^aeiou]/
12 11895 lem matches /[^aeiou]/
14 10409 scj matches /[^aeiou]/
16 10252 rhm matches /[^aeiou]/
20 9748 a68 matches /[^aeiou]/
[all …]
H A Dt.re1a1 /dev/rrp3: matches /[a-cg-j1-3]/
2 /dev/rrp3: matches /[^aeiou]/
3 17379 mel matches /[a-cg-j1-3]/
4 17379 mel matches /[^aeiou]/
6 16693 bwk me matches /[^aeiou]/
10 15713 srb matches /[^aeiou]/
12 11895 lem matches /[^aeiou]/
14 10409 scj matches /[^aeiou]/
16 10252 rhm matches /[^aeiou]/
20 9748 a68 matches /[^aeiou]/
[all …]
H A Dt.re41 9748 a68 matches a
2 8491 cda matches a
3 7360 ava matches a
4 5671 dave matches a
5 5220 agf matches a
7 3963 jca matches a
8 3481 xchar matches a
9 1933 eag matches a
10 1316 avg matches a
11 1194 jam matches a
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c186 cpl->result.matches = NULL; in new_WordCompletion()
213 cpl->result.matches = (CplMatch *) malloc(sizeof(cpl->result.matches[0]) * in new_WordCompletion()
215 if(!cpl->result.matches) { in new_WordCompletion()
243 if(cpl->result.matches) { in del_WordCompletion()
244 free(cpl->result.matches); in del_WordCompletion()
245 cpl->result.matches = NULL; in del_WordCompletion()
316 CplMatch *matches = (CplMatch *) realloc(cpl->result.matches, in cpl_add_completion() local
318 if(!matches) { in cpl_add_completion()
324 cpl->result.matches = matches; in cpl_add_completion()
983 matches = cpl->result.matches; in cpl_zap_duplicates()
[all …]
H A Dkeytab.c481 int nc, KeySym **matches, int *nmatch) in _kt_lookup_keybinding() argument
489 if(!kt || !binary_keyseq || !matches || !nmatch || nc < 0) { in _kt_lookup_keybinding()
507 *matches = kt->table + first; in _kt_lookup_keybinding()
511 *matches = NULL; in _kt_lookup_keybinding()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c154 regmatch_t matches[10]; in parse_lpd_job() local
177 if ((s = regvalue(matches[1], line)) == NULL) in parse_lpd_job()
182 if ((s = regvalue(matches[4], line)) == NULL) in parse_lpd_job()
189 if ((s = regvalue(matches[7], line)) == NULL) in parse_lpd_job()
194 if ((s = regvalue(matches[8], line)) == NULL) in parse_lpd_job()
208 if ((s = regvalue(matches[1], line)) == NULL) in parse_lpd_job()
213 if ((s = regvalue(matches[2], line)) == NULL) in parse_lpd_job()
218 if ((s = regvalue(matches[3], line)) == NULL) in parse_lpd_job()
223 if ((s = regvalue(matches[4], line)) == NULL) in parse_lpd_job()
240 if ((s = regvalue(matches[1], line)) == NULL) in parse_lpd_job()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.re47 $0 ~ r1 { print $0 " matches " r1 }
8 $0 ~ r2 { print $0 " matches " r2 }
9 $0 ~ r3 { print $0 " matches " r3 }
10 $0 ~ r4 { print $0 " matches " r4 }
H A Dt.re11 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
2 /[^aeiou]/ { print $0 " matches /[^aeiou]/" }
H A Dt.re35 length(r1) && $0 ~ r1 { print $0 " matches " r1 }
6 length(r1) && $0 ~ r2 { print $0 " matches " r2 }
H A Dt.re1a5 $0 ~ r1 { print $0 " matches /[a-cg-j1-3]/" }
6 $0 ~ r2 { print $0 " matches /[^aeiou]/" }
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c159 static int matches(char *, char *, int);
879 failed = !matches(ent->alias, p->cmp, p->fcn); in matchallcriteria()
883 failed = !matches(ent->cdevice, p->cmp, p->fcn); in matchallcriteria()
887 failed = !matches(ent->bdevice, p->cmp, p->fcn); in matchallcriteria()
891 failed = !matches(ent->pathname, p->cmp, p->fcn); in matchallcriteria()
900 if (!matches(q->val, p->cmp, p->fcn)) in matchallcriteria()
979 matched = matches(ent->alias, p->cmp, p->fcn); in matchanycriteria()
983 matched = matches(ent->cdevice, p->cmp, p->fcn); in matchanycriteria()
987 matched = matches(ent->bdevice, p->cmp, p->fcn); in matchanycriteria()
999 matched = matches(q->val, p->cmp, p->fcn); in matchanycriteria()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dwidesub3.ok1 substr matches
3 substr matches
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c847 printf("%2d %6d | ", p->matches[i], p->matches[i + 1]); in ReadMatchDistances()
852 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances()
954 UInt32 *matches; in GetOptimum() local
1011 matches = p->matches; in GetOptimum()
1098 while (len > matches[offs]) in GetOptimum()
1123 if (len == matches[offs]) in GetOptimum()
1414 matches[numPairs] = newLen; in GetOptimum()
1428 curBack = matches[offs + 1]; in GetOptimum()
1513 const UInt32 *matches; in GetOptimumFast() local
1552 matches = p->matches; in GetOptimumFast()
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c400 getaction(char *cmd, struct keyword *matches, int *retval) in getaction() argument
405 if (! cmd || ! matches || ! retval || in getaction()
410 while (matches->match) { in getaction()
419 if ((((int)strlen(matches->match)) >= actlen) && in getaction()
420 (actlen >= matches->num_match) && in getaction()
423 (strncmp(matches->match, cmd, actlen) == 0)) { in getaction()
424 *retval = matches->ret_code; /* Found our match */ in getaction()
427 matches++; /* Next match string/struct */ in getaction()
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c930 long long matches = 0; /* Number of matching lines */ in grep() local
1011 matches); in grep()
1353 matches++; in grep()
1546 (void) printf("%lld\n", matches); in grep()
1555 if (matches == 0) { in grep()
1557 matches = 1; in grep()
1559 matches = 0; in grep()
1563 return (matches != 0); in grep()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java255 if (m.matches()) { in valueOf()
431 if (m.matches()) { in valueOf()
582 if (m.matches()) { in valueOf()
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c343 GSList *matches = NULL; in hal_device_store_match_multiple_key_value_string() local
362 matches = g_slist_prepend (matches, d); in hal_device_store_match_multiple_key_value_string()
365 return matches; in hal_device_store_match_multiple_key_value_string()
/illumos-gate/usr/src/pkg/transforms/
H A Dpublish33 # if the "name" property matches the regex "variant.arch",
37 # ...in other words, if *any* occurrence of "value" matches $(ARCH),
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh.out1 dtrace: failed to match test_prov*:::: No probe matches description
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.S50 ! see if key matches: if not, structure value not expected,
75 ! see if key matches: if not, structure value not expected,
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.c295 regmatch_t matches[REGEX_ZFS_NAME_NGROUPS]; in set_name_in_DatasetBean() local
298 regexec(&re, name, REGEX_ZFS_NAME_NGROUPS, matches, 0) != 0) { in set_name_in_DatasetBean()
308 env, name, matches + REGEX_ZFS_NAME_POOL_GROUP); in set_name_in_DatasetBean()
310 env, name, matches + REGEX_ZFS_NAME_PARENT_GROUP); in set_name_in_DatasetBean()
312 env, name, matches + REGEX_ZFS_NAME_BASE_GROUP); in set_name_in_DatasetBean()
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c338 match_ppt(list_t *matches, nvlist_t *nvl) in match_ppt() argument
349 for (ppt_match_t *pm = list_head(matches); pm != NULL; in match_ppt()
350 pm = list_next(matches, pm)) { in match_ppt()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c399 size_t matches, index; in mdb_tab_insert() local
415 matches = mdb_tab_size(mcp); in mdb_tab_insert()
416 if (matches == 1) { in mdb_tab_insert()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c424 int matches; in _findRegions() local
436 matches = 0; in _findRegions()
441 matches++; in _findRegions()
445 if (matches > bestFit) { in _findRegions()
446 bestFit = matches; in _findRegions()

1234