Home
last modified time | relevance | path

Searched refs:match (Results 201 – 225 of 457) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java92 public boolean match(AttributeString str) { in match() method in AttributeString
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c500 regmatch_t match[10]; in ppcontrol() local
527 if (!(i1 = regexec(&map->re, p, elementsof(match), match, 0))) in ppcontrol()
529 if ((c = match[0].rm_eo - match[0].rm_so) > n) in ppcontrol()
551 if (!(i0 = regexec(&edit->re, p, elementsof(match), match, 0))) in ppcontrol()
554 if (i0 = regsubexec(&edit->re, p, elementsof(match), match)) in ppcontrol()
1360 tp = tp->match; in ppcontrol()
1385 tp->match = rp->match; in ppcontrol()
1386 rp->match = tp; in ppcontrol()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h113 extern boolean_t match(char *, char *);
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc38 # enable globstar mode (match subdirs with **/)
50 # containing *.UTF-8, allowing to match either LC_ALL or
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c159 goto match;
246 match: *exactp = 1;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c1564 boolean_t match = B_TRUE; in usbskel_check_same_device() local
1606 match = B_FALSE; in usbskel_check_same_device()
1611 match = B_FALSE; in usbskel_check_same_device()
1615 if ((match == B_TRUE) && in usbskel_check_same_device()
1621 match = in usbskel_check_same_device()
1628 if (match == B_FALSE) { in usbskel_check_same_device()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c47 static char **match(CKMENU *, char *, int);
176 list = match(menup, strval, (int)max); in ckitem()
232 match(CKMENU *menup, char *strval, int max) function
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c275 collate_large_t *match; in _collate_lookup() local
327 ((match = largesearch(lcc, *t)) != NULL)) { in _collate_lookup()
332 *pri = match->pri.pri[which]; in _collate_lookup()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c102 int match = 0; in extdimmslot_to_dimmslot() local
156 match = 1; in extdimmslot_to_dimmslot()
160 if (match) { in extdimmslot_to_dimmslot()
/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…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfindlib.h63 int match; member
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c325 char *match; /* Character String to match against */ member
410 while (matches->match) { in getaction()
419 if ((((int)strlen(matches->match)) >= actlen) && in getaction()
423 (strncmp(matches->match, cmd, actlen) == 0)) { in getaction()
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dcdoc.py121 m = re.match(r"^///\s+(.+)$", l) # /// ...
146 m = re.match(r"^@([\w-]*)(:?\s*)(.*)", l)
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c541 int pg_done, match, all = strcmp(group, ALL) == 0; in print_all_props() local
552 pg_done = match = 0; in print_all_props()
562 match = strcmp(group, pgn) == 0; in print_all_props()
587 if ((match || all) && !pg_done) { in print_all_props()
599 if ((match || all) && pg_done) { in print_all_props()
606 if (match && !all) in print_all_props()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c98 static int match(char *s, char *p);
281 if (match(dp->d_name, pattern)) { in matchdir()
394 match(char *s, char *p) in match() function
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_print.c192 printMappingFormatArray(e->element.match.fmt); in printMappingElement()
193 for (i = 0; i < e->element.match.numItems; i++) { in printMappingElement()
195 printMappingItem(&e->element.match.item[i], native); in printMappingElement()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c766 struct mtab_entry *match, *tmatch; in path_mount_entry() local
783 match = NULL; in path_mount_entry()
833 match = &mount_table[best_index]; in path_mount_entry()
843 match = tmatch; in path_mount_entry()
844 if (!EQ(match->mte_mount->mnt_fstype, in path_mount_entry()
851 if (! match) { in path_mount_entry()
856 dfrp->dfr_mte = match; in path_mount_entry()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DRELEASE2 09-09-28 sumlib.c: use simple (faster) method name match function
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c414 static int match(char *s);
678 if (match("nsect=")) { in main()
694 } else if (match("free=")) { in main()
705 } else if (match("rps=")) { in main()
708 } else if (match("nbpi=")) { in main()
711 } else if (match("opt=")) { in main()
713 } else if (match("mtb=")) { in main()
715 } else if (match("apc=")) { in main()
718 } else if (match("gap=")) { in main()
724 } else if (match("N")) { in main()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME71 reexec match string using compiled re
84 strmatch Korn shell file pattern match
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnrform46 integer verif(Sverif), advan(Sadvan),stoff(Sstoff),match(Smatch)
106 t = r + match(ich)
/illumos-gate/usr/src/cmd/tbl/
H A Dtg.c60 if (match("T}", line)) break; in get_text()
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat4 # single-element sets to an exact match with a single codepoint.
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c305 match_entry(char *line, char *match) in match_entry() argument
334 return (strcmp(token, match) == 0); in match_entry()
357 char *match) in delete_entry() argument
378 if (match) { in delete_entry()
379 cp = match; in delete_entry()
1420 int match = 0; in update_minor_entry() local
1548 match = 1; in update_minor_entry()
1560 if (!match) { in update_minor_entry()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1094 int c, match, reserve; in gettok() local
1145 match = c; in gettok()
1158 } else if (c == match) break; in gettok()
1435 int brac, c, match, i, t, j, s, tok, argument, m; in cpyact() local
1644 match = c; in cpyact()
1652 } else if (c == match) in cpyact()

12345678910>>...19