Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 457) sorted by path

12345678910>>...19

/illumos-gate/exception_lists/
H A Dcheck_rtime41 # name of a 64-bit architecture. For example, MACH(lib) will match
H A Dinterface_check35 # name of a 64-bit architecture. For example, MACH(lib) will match
H A Dinterface_cmp35 # name of a 64-bit architecture. For example, MACH(lib) will match
H A Dmapfilechk35 # that match this pattern that should be skipped.
/illumos-gate/usr/src/
H A DTargetdirs580 # These permissions must match those set
589 # These permissions must match the ones set
/illumos-gate/usr/src/boot/common/
H A Dmerge_help.awk25 match($0, " T[[:graph:]]+");
27 match($0, " S[[:graph:]]+");
30 match($0, " D[[:graph:]][[:print:]]*$");
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch34 # modify the criteria used to determine a match. By default,
35 # an exact match requires that the major/minor device number
37 # the inode number (the I flag) all match. Normally, a partial
38 # match on the major/minor device and the file system identifier
40 # By specifying only the M and F flags, an exact match will
43 # devices, which generally will not match inode numbers.
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in31 # comma separated list match.
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y888 int match; in lookahead() local
890 if (!(match = (ch == c))) in lookahead()
893 return (match); in lookahead()
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate54 <match key="info.capabilities" contains="volume">
55 <match key="@block.storage_device:storage.removable" bool="true">
57 </match>
58 <match key="@block.storage_device:storage.hotpluggable" bool="true">
60 </match>
61 </match>
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh153 …[[ "${out}" == ${tc.output_pattern} ]] || err_exit "${testname}: Expected match for $(printf "%q\n…
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh148 …[[ "${out}" == ${output_format} ]] || err_exit "${testname}: Expected match for $(printf "%q\n" "$…
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh142 …[[ "${out}" == ${output_format} ]] || err_exit "${testname}: Expected match for $(printf "%q\n" "$…
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt651 # does not match old BSM manual
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h332 extern int match(fa *, const char *);
H A Db.c556 match(fa *f, const char *p0) /* shortest match ? */ in match() function
H A Drun.c670 int (*mf)(fa *, const char *) = match, mode = 0; in matchop()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c355 static REGWMATCH_T match[10]; in refield() local
360 match[0].rm_ep = NULL; in refield()
363 if (match[0].rm_ep != NULL) { in refield()
365 cp = (wchar_t *)match[0].rm_ep; in refield()
370 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()
376 if (match[0].rm_sp == match[0].rm_ep) { in refield()
377 cp = (wchar_t *)match[0].rm_sp; in refield()
382 *endpp = (wchar_t *)match[0].rm_sp; in refield()
385 match[0].rm_ep = NULL; in refield()
H A Dawk4.c265 REGWMATCH_T match[10]; in f_match() local
271 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) { in f_match()
272 pos = match[0].rm_sp-text+1; in f_match()
273 length = match[0].rm_ep - match[0].rm_sp; in f_match()
/illumos-gate/usr/src/cmd/bart/
H A Drules.c1045 int match, num_rule_slash; in match_subtree() local
1076 match = fnmatch(rule, fname_cp, FNM_PATHNAME); in match_subtree()
1079 if (match != 0) in match_subtree()
/illumos-gate/usr/src/cmd/bnu/
H A DLimits35 # match in the file wins.
H A Dsetmode.c283 int match; local
297 match = 0;
300 match++;
307 match++;
314 match++;
321 match++;
326 if (!match) {
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c708 int match = 0; in add_all_dev_node() local
714 match = 1; in add_all_dev_node()
719 if (match == 0) { in add_all_dev_node()
1055 int match = 0; in read_r_evt_node() local
1102 match = TRUE; in read_r_evt_node()
1110 if (match) { in read_r_evt_node()
1275 int match = 0; in check_dr_ops() local
1300 match = 1; in check_dr_ops()
1304 if (match == 0) { in check_dr_ops()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c446 boolean_t match = B_FALSE; in check_ipaddr() local
461 match = prefixmatch(addr1, addr2, wa->prefixlen); in check_ipaddr()
463 nlog(LOG_DEBUG, "check_ipaddr: match %d\n", match); in check_ipaddr()
467 wa->res = match; in check_ipaddr()
468 if (match) in check_ipaddr()
473 wa->res = !match; in check_ipaddr()
H A Dncu_ip.c662 ipadm_addr_info_t *match = ainfop; in addrinfo_for_ipaddr() local
666 last->ia_ifa.ifa_next = match->ia_ifa.ifa_next; in addrinfo_for_ipaddr()
670 match->ia_ifa.ifa_next = NULL; in addrinfo_for_ipaddr()
672 match->ia_ifa.ifa_next = &(*ainfo)->ia_ifa; in addrinfo_for_ipaddr()
673 *ainfo = match; in addrinfo_for_ipaddr()

12345678910>>...19