Searched defs:lmin (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dgss-serv.c334 OM_uint32 lmin; local
346 gss_release_buffer(&lmin, &gssapi_client.displayname);
347 gss_release_buffer(&lmin, &gssapi_client.exportedname);
348 gss_release_cred(&lmin, &gssapi_client.creds);
H A Dgss-genr.c93 OM_uint32 lmin; local
109 gss_display_status(&lmin, ctxt->major,
115 gss_release_buffer(&lmin, &msg);
120 gss_display_status(&lmin, ctxt->minor,
126 gss_release_buffer(&lmin, &msg);
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.cpp240 const unsigned lmin = l1 < l2 ? l1 : l2; local
244 while (l < lmin && *c1 == *c2) {
249 if (l < lmin)
259 const unsigned lmin = l1 < l2 ? l1 : l2;
263 while (l < lmin && *c1 == *c2) {
268 if (l < lmin)
/external/iptables/iptables/
H A Dxtoptions.c175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); local
179 lmin = cb->entry->min;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
187 cb->ext_name, entry->name, lmin, lmax);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp502 const unsigned lmin = l1 < l2 ? l1 : l2; local
506 while (pos < lmin && *c1 == *c2) {
512 if (pos < lmin)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 115 milliseconds