Searched refs:valid_start (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/kadmin/ |
H A D | load.c | 45 char *valid_start; member 424 e.valid_start = p; in doit() 477 if (parse_time_string_alloc (&ent.entry.valid_start, e.valid_start) == -1) { in doit() 479 filename, line, e.valid_start); in doit()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 516 if (is_heimdal_entry && ent->entry.valid_start) { in LDAP_entry2mods() 518 || (*(ent->entry.valid_start) != *(orig.entry.valid_start))) { in LDAP_entry2mods() 521 ent->entry.valid_start); in LDAP_entry2mods() 1186 ent->entry.valid_start = malloc(sizeof(*ent->entry.valid_start)); in LDAP_message2entry() 1187 if (ent->entry.valid_start == NULL) { in LDAP_message2entry() 1193 ent->entry.valid_start); in LDAP_message2entry() 1196 free(ent->entry.valid_start); in LDAP_message2entry() 1197 ent->entry.valid_start in LDAP_message2entry() [all...] |
H A D | print.c | 168 if(ent->valid_start) in entry2string_int() 169 append_string(context, sp, "%s ", time2str(*ent->valid_start)); in entry2string_int()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kerberos5.c | 771 if (client->valid_start && *client->valid_start > kdc_time) { in kdc_check_flags() 773 krb5_format_time(context, *client->valid_start, in kdc_check_flags() 831 if (server->valid_start && *server->valid_start > kdc_time) { in kdc_check_flags() 833 krb5_format_time(context, *server->valid_start, in kdc_check_flags()
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 725 is_time = false, valid_start = false, is_hex = false, in ucl_maybe_parse_number() local 740 valid_start = true; in ucl_maybe_parse_number() 800 if (!valid_start) { in ucl_maybe_parse_number()
|