Home
last modified time | relevance | path

Searched refs:lc_time (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp58 newloc->lc_time = locale; in newlocale()
87 setlocale(LC_TIME, newloc->lc_time.c_str()) == NULL) || in uselocale()
119 previous_loc->lc_time = tokenized[LC_TIME]; in uselocale()
127 previous_loc->lc_time = current_loc_name; in uselocale()
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h63 newloc->lc_time = loc->lc_time; in newlocale()
H A Dlocale_mgmt_zos.h39 std::string lc_time; member
/netbsd/usr.bin/mklocale/
H A Dmklocaledb.c160 static const category_t lc_time = { variable
247 category = &lc_time; in mklocaledb()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dextended.c210 lc->lc_time = op->o_time; in ldap_back_exop_passwd()
341 lc->lc_time = op->o_time; in ldap_back_exop_generic()
H A Dbind.c768 lc->lc_time = lctime; in ldap_back_prepare_conn()
1134 if ( ( li->li_idle_timeout != 0 && op->o_time > lc->lc_time + li->li_idle_timeout ) in ldap_back_getconn()
1835 lc->lc_time = op->o_time; in ldap_back_op_result()
3072 return ( lc->lc_create_time + li->li_conn_ttl ) < ( lc->lc_time + li->li_idle_timeout ) ? in ldap_back_conn_expire_time()
3073 ( lc->lc_create_time + li->li_conn_ttl ) : ( lc->lc_time + li->li_idle_timeout ); in ldap_back_conn_expire_time()
3077 return lc->lc_time + li->li_idle_timeout; in ldap_back_conn_expire_time()
H A Dback-ldap.h108 #define lc_time lc_base.lcb_time macro
H A Dsearch.c364 lc->lc_time = op->o_time; in ldap_back_search()