Searched refs:check_time_syntax (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | schema_init.c | 5532 #define check_time_syntax(v, start, p, f) (check_time_syntax)(v, p, f) macro 5537 check_time_syntax (struct berval *val, in check_time_syntax() function 5721 rc = check_time_syntax(val, 1, parts, NULL); 5746 return check_time_syntax(in, 1, parts, NULL); in utcTimeValidate() 5758 return check_time_syntax(in, 0, parts, &fraction); in generalizedTimeValidate() 5774 rc = check_time_syntax(val, 0, parts, &fraction); in generalizedTimeNormalize()
|