HomeSort by: relevance | last modified time | path
    Searched defs:more_info (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
account_usability.c 88 LDAPAccountUsabilityMoreInfo more_info = { 0, 0, 0, -1, -1 }; local
94 if (ber_get_boolean( ber, &more_info.inactive ) == LBER_DEFAULT) goto exit;
97 if (ber_get_boolean( ber, &more_info.reset ) == LBER_DEFAULT) goto exit;
100 if (ber_get_boolean( ber, &more_info.expired ) == LBER_DEFAULT) goto exit;
103 if (ber_get_int( ber, &more_info.remaining_grace ) == LBER_DEFAULT) goto exit;
106 if (ber_get_int( ber, &more_info.seconds_before_unlock ) == LBER_DEFAULT) goto exit;
113 usabilityp->more_info = more_info;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 893 LDAPAccountUsabilityMoreInfo *more_info )
907 assert( more_info != NULL );
910 ber_put_boolean( ber, more_info->inactive, LDAP_TAG_X_ACCOUNT_USABILITY_INACTIVE );
911 ber_put_boolean( ber, more_info->reset, LDAP_TAG_X_ACCOUNT_USABILITY_RESET );
912 ber_put_boolean( ber, more_info->expired, LDAP_TAG_X_ACCOUNT_USABILITY_EXPIRED );
913 ber_put_int( ber, more_info->remaining_grace, LDAP_TAG_X_ACCOUNT_USABILITY_REMAINING_GRACE );
914 ber_put_int( ber, more_info->seconds_before_unlock, LDAP_TAG_X_ACCOUNT_USABILITY_UNTIL_UNLOCK );
2126 LDAPAccountUsabilityMoreInfo more_info = { 0, 0, 0, -1, -1 }; local
2129 if ( isExpired ) more_info.remaining_grace = grace;
2154 more_info.inactive = 1
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap.h 2754 LDAPAccountUsabilityMoreInfo more_info; member in union:LDAPAccountUsability
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 18060 char *more_info = NULL;
18065 more_info = bfd_malloc (strlen (reloc_name) + 8);
18066 if (more_info != NULL)
18068 strcpy (more_info, reloc_name);
18069 strcat (more_info, (reloc_dest == DEST_OPD
18071 reloc_name = more_info;
18099 free (more_info);
18056 char *more_info = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 18048 char *more_info = NULL;
18053 more_info = bfd_malloc (strlen (reloc_name) + 8);
18054 if (more_info != NULL)
18056 strcpy (more_info, reloc_name);
18057 strcat (more_info, (reloc_dest == DEST_OPD
18059 reloc_name = more_info;
18087 free (more_info);
18044 char *more_info = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 18018 char *more_info = NULL;
18023 more_info = bfd_malloc (strlen (reloc_name) + 8);
18024 if (more_info != NULL)
18026 strcpy (more_info, reloc_name);
18027 strcat (more_info, (reloc_dest == DEST_OPD
18029 reloc_name = more_info;
18057 free (more_info);
18014 char *more_info = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 18011 char *more_info = NULL;
18016 more_info = bfd_malloc (strlen (reloc_name) + 8);
18017 if (more_info != NULL)
18019 strcpy (more_info, reloc_name);
18020 strcat (more_info, (reloc_dest == DEST_OPD
18022 reloc_name = more_info;
18050 free (more_info);
18007 char *more_info = NULL; local

Completed in 84 milliseconds