Home
last modified time | relevance | path

Searched refs:nextToken (Results 1 – 25 of 37) sorted by relevance

12

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c151 char *nextToken; in parse_subtypes() local
165 nextToken = strchr( target, ';' ); in parse_subtypes()
166 if ( NULL != nextToken ) { in parse_subtypes()
167 subtypeStart = nextToken - target + 1; in parse_subtypes()
177 nextToken = (char *)target + subtypeStart; in parse_subtypes()
178 while ( nextToken && *nextToken ) { in parse_subtypes()
179 char *thisToken = nextToken; in parse_subtypes()
180 nextToken = strchr( thisToken, ';' ); in parse_subtypes()
181 if ( NULL != nextToken ) in parse_subtypes()
182 nextToken++; in parse_subtypes()
[all …]
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java307 String typeName = st.nextToken(); in parseURL()
333 String slash1 = st.nextToken(); in parseURL()
340 String slash2 = st.nextToken(); in parseURL()
386 if (!st.nextToken().equals("/")) { in parseURL()
391 sAddr = st.nextToken(); in parseURL()
398 sAddr = st.nextToken(); in parseURL()
403 URLPath = "/" + st.nextToken(""); in parseURL()
415 host = tk.nextToken(); in parseURL()
420 String p = tk.nextToken(); in parseURL()
455 String sSep = st.nextToken(); in parseURL()
[all …]
H A DServiceType.java258 String tok = st.nextToken(); in parse()
282 tok = st.nextToken(); in parse()
301 tok = st.nextToken(); in parse()
310 type1 = st.nextToken().toLowerCase(); in parse()
326 tok = st.nextToken(); in parse()
331 tok = st.nextToken(); in parse()
353 tok = st.nextToken(); in parse()
364 tok = st.nextToken(); in parse()
H A DParser.java164 if (tk.nextToken() != StreamTokenizer.TT_EOF) { in parseAndEvaluateQuery()
290 int tok = tk.nextToken(); in parseFilter()
305 tok = tk.nextToken(); in parseFilter()
330 tok = tk.nextToken(); in parseFilter()
390 int tok = tk.nextToken(); in parseFilterlist()
424 int tok = tk.nextToken(); in parseItem()
530 int tok = tk.nextToken(); in parseOp()
540 tok = tk.nextToken(); in parseOp()
555 if (tk.nextToken() != EQUAL) { in parseOp()
590 int tok = tk.nextToken(); in parseValue()
[all …]
H A DAttributeVerifier.java792 int tt = tk.nextToken(); in parseTemplateAttribute()
812 if ((tt = tk.nextToken()) == StreamTokenizer.TT_EOF) { in parseTemplateAttribute()
835 if ((tt = stk.nextToken()) != StreamTokenizer.TT_WORD) { in parseTemplateAttribute()
850 if ((tt = stk.nextToken()) != TT_EQUALS) { in parseTemplateAttribute()
868 if ((tt = stk.nextToken()) != StreamTokenizer.TT_WORD) { in parseTemplateAttribute()
884 if (sttk.nextToken() != StreamTokenizer.TT_WORD || in parseTemplateAttribute()
909 if ((tt = stk.nextToken()) != StreamTokenizer.TT_EOF) { in parseTemplateAttribute()
928 if ((tt = stk.nextToken()) != StreamTokenizer.TT_WORD) { in parseTemplateAttribute()
967 if ((tt = stk.nextToken()) != StreamTokenizer.TT_EOF) { in parseTemplateAttribute()
985 if (stk.nextToken() != StreamTokenizer.TT_EOF) { in parseTemplateAttribute()
[all …]
H A DSLPV1SSrvMsg.java146 st.nextToken().trim().toLowerCase() + ":"; in initialize()
151 st.nextToken(); // get rid of slash. in initialize()
155 String scope = st.nextToken().trim().toLowerCase(); in initialize()
165 st.nextToken(); // get rid of slash. in initialize()
193 q = q + st.nextToken(); in initialize()
348 String exp = tk.nextToken().trim(); in rewriteQueryJoin()
483 tok = tk.nextToken(); in parseInternal()
858 tk.nextToken(); in parseTag()
893 tok = tk.nextToken(); in parseOperator()
966 tok = tk.nextToken(); in parseValue()
[all …]
H A DSLPTokenizer.java166 return (Object) nextToken(); in nextElement()
173 public String nextToken() in nextToken() method in SLPTokenizer
244 public String nextToken(String delim) in nextToken() method in SLPTokenizer
254 String ret = nextToken(); in nextToken()
H A DServiceStoreFactory.java230 surl = tk.nextToken().trim(); in deserialize()
233 slang = tk.nextToken().trim(); in deserialize()
236 slifetime = tk.nextToken().trim(); in deserialize()
239 sType = tk.nextToken().trim(); in deserialize()
H A DAttributePattern.java100 String tok = tk.nextToken(); in AttributePattern()
110 middle = tk.nextToken(); in AttributePattern()
H A DServiceLocationAttributeV1.java389 unescapeAttributeString(tk.nextToken(), charCode); in ServiceLocationAttributeV1()
399 tk.nextToken(); // get rid of "=" in ServiceLocationAttributeV1()
403 String rest = tk.nextToken(""); in ServiceLocationAttributeV1()
H A DAttributeString.java78 buf.append(tk.nextToken().toLowerCase(nlocale)); in parse()
H A DServiceLocationAttribute.java152 unescapeAttributeString(tk.nextToken(), true); in ServiceLocationAttribute()
162 tk.nextToken(); // get rid of "=" in ServiceLocationAttribute()
166 String rest = tk.nextToken(""); in ServiceLocationAttribute()
H A DSLPConfig.java116 String prop = tk.nextToken().trim(); in load()
129 String def = tk.nextToken().trim(); in load()
1084 lang = tk.nextToken(); in langTagToLocale()
1087 country = tk.nextToken(""); in langTagToLocale()
H A DAuthBlock.java280 String spi = stk_comma.nextToken(); in commaSeparatedListToLinkedList()
426 String alias = stk_comma.nextToken(); in getSignAsCert()
933 spi = stk.nextToken();
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DKrb5Conf.java110 String s = t.nextToken(); in Krb5Conf()
130 DefRealm = t.nextToken(" \t\n\r="); in Krb5Conf()
150 s = t.nextToken(" \t\n\r=:"); in Krb5Conf()
153 s = t.nextToken(" \t\n\r=:"); in Krb5Conf()
167 HelpURL = t.nextToken(" \t\n\r="); in Krb5Conf()
231 String r = t.nextToken(); in main()
H A DPrincipalList.java73 in[i] = t.nextToken(); in getPrincipalList()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBConstraints.java163 option_string = st.nextToken(); in parseConstraints()
169 String option = op.nextToken(); in parseConstraints()
255 String assign = op.nextToken(); in getValueToken()
258 return op.nextToken(); in getValueToken()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterUtil.java149 ret[i] = st.nextToken(); in getDevices()
178 ret[i] = st.nextToken(); in getMakes()
215 ret[i] = st.nextToken(); in getModels()
248 ret[i] = st.nextToken(); in getPPDs()
282 ret[i] = st.nextToken(); in getMakeModelNick()
353 tokens[i] = st.nextToken(); in getProbe()
H A DTest.java120 file_contents[i] = st.nextToken(); in main()
130 user_allow_list[i] = st.nextToken(); in main()
140 user_deny_list[i] = st.nextToken(); in main()
H A DDoPrinterView.java320 file_contents[i] = st.nextToken(); in viewLocal()
340 user_allow_list[i] = st.nextToken(); in viewLocal()
364 user_deny_list[i] = st.nextToken(); in viewLocal()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpRepository.java243 v.addElement(st.nextToken()); in loadHelpItemDB()
252 String word = st.nextToken(); in loadHelpItemDB()
264 String word = (st.nextToken()).toLowerCase(); in loadHelpItemDB()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DSubFieldTokenizer.java64 String spec = st.nextToken(); in SubFieldTokenizer()
H A DStringArrayConverter.java74 strbuf.addElement(st.nextToken()); in convertFromString()
H A DDoubleArrayConverter.java85 s = st.nextToken().trim(); in convertFromString()
H A DIntArrayConverter.java86 s = st.nextToken().trim(); in convertFromString()

12