Searched refs:match (Results 101 - 125 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh515 # pass two: match by file content via /usr/bin/file
875 typeset match=false
879 match=true
883 match=false
886 if "${match}" ; then
894 printf "## no match found in '%s'," "${node.filename}"
935 typeset match=false
939 match=true
943 match=false
947 if "${match}" ; the
[all...]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl29 puts stderr "Recompile using a TCL library and header file that match"
40 puts stderr "Recompile using a TCL library and header file that match"
94 if {[string match $pattern $name]} {
133 if {[string match $pattern $name]} {
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.h79 * String match/print descriptor
85 * single Represents a single-character match such as '[a-bTe-w]',
93 * range of the wild-card match.
114 * String match/print types and descriptor
116 * Used to describe print or match conversions. The 'match' field has
140 __nis_mapping_match_t match; member in struct:__anon3596
382 * element.match Assignment of item values by matching to a format
424 * element.match
458 } match; member in union:__nis_mapping_element_struct::__anon3609
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c117 if (match("error(")) {
128 match(ocp) function
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile42 fwalk.o fwrite.o get.o heap.o ldap.o makebuf.o match.o mbdb.o \
51 TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c77 if (match(cstore, "T{")) /* text follows */
199 return(match(s, SPAN));
H A Dtg.c62 if (match("T}", line)) break;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c178 iitype_t match = (iitype_t)private; local
180 return (ii->ii_type == match);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregrexec.c36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument
109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py68 def match(self, filename): member in class:ExceptionList
80 return self.match(elt)
H A Dmapfilechk.py68 def match(self, filename): member in class:ExceptionList
80 return self.match(elt)
/illumos-gate/usr/src/lib/libshell/common/tests/
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" "${output_format}"), got $(printf "%q\n" "${out}")"
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c321 int match; local
325 match = 0;
329 match = 1;
334 if (!match) {
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c94 int match; local
123 match = 0;
126 match = 1;
131 if (!match) {
145 "doesn't match path\n", fullpath);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h144 CHR match[MAXNCG]; variable
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl77 * is easy to do, but when the sizes do not match, it can be tedious
84 * to ensure they match:
89 * #error "CONV_DYN_FLAG_BUFSIZE does not match FLAGSZ"
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c82 * match
88 * Return: 1 on match, 0 on no match.
92 match(const char *pc, char *pcrule) function
150 * Return: 1 if there is a match, 0 otherwise.
190 if (match(pcpath, ppcSC[*piX]))
196 int x = match(pcpath, ppcSC[*piX]);
202 if (match(pcpath, ppcSC[*piX]))
374 * individual ppcfextra items match special contents rules.
423 * Compare a path to a cfent. It will match eithe
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h63 int match; member in struct:__anon2637
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c162 valA = matchMappingItem(sf->e[i].element.match.fmt,
165 /* The format didn't match. Try the next one */
170 * If we are here means we had a match.
171 * Each new set of values obtained from the match is
190 sf->e[i].element.match.item[j].name,
210 * Since we had a match, break out of this loop
216 /* Didn't find any match, so get out of the loop */
366 /* Perform namefield match */
367 valA = matchMappingItem(t->e->element.match.fmt, val,
391 t->e->element.match
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c62 static int match(char *line, char *name);
286 if (err < 0 && match(line, name)) {
339 match(char *line, char *name) function
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c71 static int match(char *ocp);
150 if (match("error(")) {
162 match(char *ocp) function
/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...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c630 * If there was no match, insert the property into
631 * the tree. If we do get a match, there is
686 composed_pg_t *match; local
698 match = uu_avl_find(tree, cpg, NULL, &marker);
699 /* Since we do the instance first, there should be no match. */
700 assert(match == NULL);
716 match = uu_avl_find(tree, cpg, NULL, &marker);
717 if (match == NULL) {
727 match->cpg_service_pg = pg;
728 compose_props(match);
2021 composed_pg_t *match; local
2100 ptrn_info_t *match; local
2780 ptrn_info_t *match; local
3335 composed_pg_t *match; local
[all...]
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c124 * Convert a string into its bit representation. If match is set, only
125 * look at those options with the match bit set in its opt_flags
129 str2bit(optvect_t *options, int match, const char *str, int len) argument
132 if (match && (options->opt_flags & match) == 0)
149 opt2bits(optvect_t *options, int match, const char *str, uint_t *bits, char c) argument
171 bit = str2bit(options, match, str, len);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c475 boolean_t match; local
485 match = (smb_strcasecmp(name, fq_name, 0) == 0);
486 if (!match) {
490 match = (smb_strcasecmp(name, fq_name, 0) == 0);
494 return (match);

Completed in 104 milliseconds

1234567891011>>