HomeSort by relevance Sort by last modified time
    Searched full:old_registry (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
port-aix.c 63 static char old_registry[REGISTRY_SIZE] = ""; variable
342 if (setauthdb(registry, old_registry) == 0)
355 * Restore the user's registry settings from old_registry.
364 if (setauthdb(old_registry, NULL) == 0)
366 old_registry);
369 old_registry);

Completed in 723 milliseconds