HomeSort by relevance Sort by last modified time
    Searched defs:ents (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 435 AppConfigurationEntry[] ents = config local
437 assertNotNull(ents);
438 assertEquals("org.apache.harmony.auth.module.LoginModule1", ents[0]
443 assertEquals(m, ents[0].getOptions());
444 assertEquals("LoginModuleControlFlag: optional", ents[0]
447 ents = config.getAppConfigurationEntry("Login1");
448 assertNotNull(ents);
449 for (AppConfigurationEntry element : ents) {
  /external/openssh/
sftp-client.c 454 u_int count, type, id, handle_len, i, expected_id, ents = 0; local
473 ents = 0;
546 *dir = xrealloc(*dir, ents + 2, sizeof(**dir));
547 (*dir)[ents] = xmalloc(sizeof(***dir));
548 (*dir)[ents]->filename = xstrdup(filename);
549 (*dir)[ents]->longname = xstrdup(longname);
550 memcpy(&(*dir)[ents]->a, a, sizeof(*a));
551 (*dir)[++ents] = NULL;
    [all...]

Completed in 284 milliseconds