| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| putenv.c | 49 static int match(char *, char *); 100 if (match(environ[ct], str) != 0) 109 * if names match, return value of 1, 114 match(char *s1, char *s2) function
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
| kt_findrealm.c | 29 * the components of a principal (princ) but match on any realm. When a 40 krb5_boolean match; local 55 match = krb5_principal_compare(context, ent.principal, princ); 60 if (match) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/ |
| regex.c | 41 ** match() - TEST MATCH OF TEMPLATE/PATTERN WITH PARAMETER 46 match ( function 51 match (re, value) 60 * was ^...$, to explicitly match the beginning and end of line. 62 * checking where the match left off takes care of the $. 73 ** replace() - REPLACE TEMPLATE WITH EXPANDED REGULAR EXPRESSION MATCH
|
| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| ts.c | 19 match(char *s1, char *s2) function
|
| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| ckkeywd.c | 41 match(char *strval, char *set[]) function 110 valid = !match(input, keyword);
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| HandleNPIVPort.cc | 102 * @return FALSE if the argument does not match this port 106 bool HandleNPIVPort::match(uint64_t portWWN) { function in class:HandleNPIVPort 107 Trace log("HandleNPIVPort::match(wwn)"); 116 * @return FALSE if the argument does not match this port 120 bool HandleNPIVPort::match(int index) { function in class:HandleNPIVPort 121 Trace log("HandleNPIVPort::match(index)");
|
| HandlePort.cc | 95 * @return FALSE if the argument does not match this port 98 bool HandlePort::match(uint64_t portWWN) { function in class:HandlePort 99 Trace log("HandlePort::match(wwn)"); 108 * @return FALSE if the argument does not match this port 111 bool HandlePort::match(int index) { function in class:HandlePort 112 Trace log("HandlePort::match(index)");
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| cddlchk.py | 68 def match(self, filename): member in class:ExceptionList 80 return self.match(elt)
|
| mapfilechk.py | 66 def match(self, filename): member in class:ExceptionList 78 return self.match(elt)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| fnmatch.c | 58 regmatch_t match; local 67 reflags = regexec(&re, subject, 1, &match, 0); 69 if (!reflags && (reflags = subject[match.rm_eo]))
|
| regexp.c | 98 regmatch_t match[elementsof(re->re_braslist)+1]; local 100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) 102 re->re_loc1 = (char*)subject + match[0].rm_so; 103 re->re_loc2 = (char*)subject + match[0].rm_eo; 106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so; 107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/path/ |
| pathgetlink.c | 60 int match = 0; local 72 if (match) 82 if (!match && t < &tmp[sizeof(tmp) - univ_size + 1]) for (n = 0; n < UNIV_MAX; n++) 89 match = 1;
|
| /onnv/onnv-gate/usr/src/cmd/vgrind/ |
| retest.c | 26 char *match; local 34 match = ireg; 35 while(*match) { 36 switch (*match) { 42 printf ("%c", *match); 46 if (isalnum(*match)) 47 printf("%c", *match); 49 printf ("<%03o>", *match); 52 match++; 58 match = str [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| udpublickey.c | 126 if (err < 0 && match(line, name)) { 181 match(line, name) function
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getopt.c | 134 int match; /* nonzero if opt is matching part of optstring */ local 146 match = 1; 148 match = (*ip++ == *op++ && match); 149 if (match && *ip == ')' &&
|
| /onnv/onnv-gate/usr/src/lib/libgss/ |
| g_userok.c | 50 int match = 0; local 79 &match); 83 if (match)
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| AttributeString.java | 92 public boolean match(AttributeString str) { method in class:AttributeString
|
| /onnv/onnv-gate/usr/src/ucbcmd/from/ |
| from.c | 23 static int match(char *, char *); 89 (sender == NULL || match(&lbuf[4], sender))) { 99 match(char *line, char *str) function
|
| /onnv/onnv-gate/usr/src/ucbcmd/stty/ |
| sttyparse.c | 42 static int match; variable 74 match = 0; 98 if(match) 118 if(match) 162 match = 0; 166 if(!match) 172 match = 0; 176 if(!match) 269 if(!match) 290 match++ [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/string/ |
| strmatch.c | 29 * match shell file patterns 63 regmatch_t* match; member in struct:State_s 68 * subgroup match 69 * 0 returned if no match 71 * match group begin offsets are even elements of sub 72 * match group end offsets are odd elements of sub 128 if (!(matchstate.match = newof(matchstate.match, regmatch_t, n, 0))) 132 if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT|REG_ICASE))) 140 *sub++ = matchstate.match[n].rm_so 168 int match[2]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| setmode.c | 285 int match; local 299 match = 0; 302 match++; 309 match++; 316 match++; 323 match++; 328 if (!match) {
|
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/ |
| volume_nvpair.c | 78 nvpair_t *match = local 81 if (match == NULL) { 84 error = nvpair_value_uint16(match, val); 152 nvpair_t *match = local 155 if (match == NULL) { 158 error = nvpair_value_uint32(match, val); 226 nvpair_t *match = local 229 if (match == NULL) { 232 error = nvpair_value_uint64(match, val); 372 nvpair_t *match local 450 nvpair_t *match = local 534 nvpair_t *match = local 618 nvpair_t *match = local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| sttyparse.c | 59 static int match; variable 82 match = 0; 110 if (match) 134 if (match) 180 for (match = 0, i = 0; speeds[i].string; i++) { 187 if (!match) 193 for (match = 0, i = 0; speeds[i].string; i++) { 200 if (!match) 205 for (match = 0, i = 0; speeds[i].string; i++) { 300 if (!match) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| expr.c | 217 boolean_t match; member in struct:matchargs 228 args.match = B_FALSE; 233 return (args.match); 260 args_p->match = B_TRUE;
|
| /onnv/onnv-gate/usr/src/cmd/vi/misc/ |
| mkstr.c | 117 if (match("error(")) { 128 match(ocp) function
|