Searched refs:substring (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java84 String string = str.substring(OPAQUE_HEADER.length());
126 string.substring(i, i+2), 16) & 0xFF);
H A DDefaults.java169 localHostName = localHostName.substring(0, dot);
H A DSLPV1SAttrMsg.java152 tag = tag.substring(1, tag.length());
157 tag = tag.substring(0, tag.length()-1);
H A DSLPTemplateRegistry.java384 return url.substring(jdx, idx);
476 urlPath.substring(idx+token.length(), urlPath.length());
485 String temversion = urlPath.substring(0, idx);
H A DSLPV1SSrvMsg.java207 query = q.substring(0, q.length()-1);
1047 strval = strval.substring(1, strval.length());
1053 strval = strval.substring(0, strval.length()-1);
H A DSLPHeaderV1.java542 serviceType = serviceType.substring(0, idx);
566 String type = stype.substring(0, stype.length()-1);
H A DSunDATable.java387 new StringTokenizer(urlpart.substring(1,
H A DServiceLocationAttribute.java143 new StringTokenizer(exp.substring(1, exp.length() - 1),
628 c = unescapeChar(string.substring(i, i+2));
H A DSunServerDATable.java491 buf.append(rep.substring(1, rep.length()-1));
H A DAttributeVerifier.java1422 helpText + line.substring(1) + "\n";
2127 buf.append(str.substring(j, i));
2135 buf.append(str.substring(j, len));
H A DServiceLocationAttributeV1.java380 new StringTokenizer(exp.substring(1, exp.length() - 1),
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c271 && (!*dirname || substring (dirname, dp->d_name) <= 0))
280 while (!dp->d_ino || (substring (dirname, dp->d_name) != 0
H A Dfsys_ufs2.c292 && (!*dirname || substring (dirname, dp->d_name) <= 0))
301 while (!dp->d_ino || (substring (dirname, dp->d_name) != 0
H A Dfsys_reiserfs.c501 if (substring (JOURNAL_DESC_MAGIC, desc.j_magic) > 0
578 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0
579 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0
580 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0)
592 if (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0
593 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0
594 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0)
597 if (substring (REISERFS_SUPER_MAGIC_STRING,
1167 cmp = substring (dirname, filename);
1226 if ((substring (REISERFS_SUPER_MAGIC_STRIN
[all...]
H A Dfsys_fat.c436 if (substring (dirname, filename) == 0)
463 if (substring (dirname, filename) <= 0)
473 if (substring (dirname, filename) == 0)
H A Dfsys_ufs.c259 if (dp->d_ino && substring(name, dp->d_name) == 0)
H A Dboot.c294 /* Find the substring "vga=". */
302 if (substring ("normal", value) < 1)
304 else if (substring ("ext", value) < 1)
306 else if (substring ("ask", value) < 1)
H A Dfsys_minix.c510 str_chk = substring (dirname, dp->name);
H A Dfsys_ext2fs.c813 str_chk = substring (dirname, dp->name);
H A Dfsys_jfs.c358 cmp = (!*dirname) ? -1 : substring (dirname, namebuf);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1049 # Extract the initial substring of $text that is delimited by
1055 # Extract the initial substring of $text that is bracketed
1062 # Extract the initial substring of $text that is bounded by
1068 # Extract the initial substring of $text that is bounded by
1075 # Extract the initial substring of $text that represents a
1081 # Extract the initial substring of $text that represents a block
1101 # that matches a substring delimited by any of the specified characters
1120 extract a delimited substring, possibly after skipping a
1125 The substring to be extracted must appear at the
1129 extract the first occurance of a substring anywher
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java252 list.add(0, s.substring((i + 1), npos));
256 list.add(0, s.substring(0, npos));
H A DScalarRecord.java261 s = s.substring(len - width);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm867 ## int position = index(string, substring, position, [undoc'ed grobal])
995 ## scalarref to matching part = match(string, substring)
1012 ## arrayref matching parts = gmatch(string, substring)
1024 ## bool subst'ed = subst(string, substring, replace)
1046 ## int count = gsubst(string, substring, replace)
1546 but they are not aware of any pattern, but only a literal substring.
1550 =item C<$position = $Collator-E<gt>index($string, $substring[, $position])>
1552 =item C<($position, $length) = $Collator-E<gt>index($string, $substring[, $position])>
1554 If C<$substring> matches a part of C<$string>, returns
1559 If C<$substring> doe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm241 index String find a substring within a string
303 rindex String right-to-left substring search

Completed in 59 milliseconds

12