Home
last modified time | relevance | path

Searched refs:match (Results 226 – 250 of 457) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h142 CHR match[MAXNCG]; variable
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
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/geniconvtbl/samples/
H A DISO646_to_ISO8859-1.src34 // if no input sequence match, it occur EILSEQ.
/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/lib/libdladm/common/
H A Dpropfuncs.c312 boolean_t match = (c == '=' || c == ',' || c == ';'); in parse_props() local
318 if (!match && i != len - 1) in parse_props()
321 if (match) { in parse_props()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
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()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme.c1131 goto match; in nvme_ns_init_by_name_cb()
1137 goto match; in nvme_ns_init_by_name_cb()
1142 goto match; in nvme_ns_init_by_name_cb()
1146 match: in nvme_ns_init_by_name_cb()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c251 goto match; in FASTLZ_COMPRESSOR()
287 match: in FASTLZ_COMPRESSOR()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h396 uint32_t match:1; member
402 uint32_t match:1;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dccode.h43 const char* match; /* strmatch() pattern */ member
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3i.h122 uint64_t match; /* Physic Address is located at this bank. */ member
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DBADNAME.dict28 # to open the filename ("BADNAME") does not match the name contained
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c848 mdeg_match_str(mdeg_node_match_t *match, char *buf, int len) in mdeg_match_str() argument
855 offset = snprintf(buf, len, "%s:{", match->namep); in mdeg_match_str()
862 prop = match->matchp; in mdeg_match_str()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c449 match(match_flags_t match_flags, const char *name, uint_t ndx, uint_t type) in match() function
574 match(MATCH_F_NAME, MSG_ORIG(MSG_ELF_ARSYM), 0, 0)) { in archive()
674 match(MATCH_F_STRICT | MATCH_F_NAME, in archive()
H A D_elfdump.h158 extern int match(match_flags_t, const char *, uint_t, uint_t);
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c485 int match; in acl_removeentries() local
512 match = acl_match(acl_entry, remove_entry); in acl_removeentries()
513 if (match == 0) { in acl_removeentries()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile18 SHOPT_2DMATCH == 1 /* two dimensional .sh.match for ${var//pat/str} */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c349 boolean_t match = bcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match() local
352 return (match); in zap_leaf_array_match()
361 boolean_t match = zap_match(zn, thisname); in zap_leaf_array_match() local
363 return (match); in zap_leaf_array_match()
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c342 match(const char *needobj, const char *version, int ndx) in match() function
603 if (!match(needobj, dep, vnap->vna_other)) in gvers_need()
902 if (!match(NULL, vdp->vd_name, vdp->vd_ndx)) in gvers_def()
991 !match(NULL, bvdp->vd_name, bvdp->vd_ndx)) { in gvers_def()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l253 <TSTATE>match { return MATCH; }
254 <CSTATE>match { return MATCH; }
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h198 int match; /* match level */ member
214 int match; /* match level */ member
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-usb.usbtopo22 enable-acpi-match
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR36L/
H A DSSG-6049P-E1CR36L-usb.usbtopo22 enable-acpi-match
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dnullsubexpr.dat47 {E a+? aaaaaa (0,1) no *? +? mimimal match ops

12345678910>>...19