HomeSort by: relevance | last modified time | path
    Searched refs:lc_time (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
locale_mgmt_aix.h 63 newloc->lc_time = loc->lc_time;
locale_mgmt_zos.h 29 #define LC_TIME_MASK _CATMASK(LC_TIME)
39 std::string lc_time; member in struct:locale_struct
  /src/external/apache2/llvm/dist/libcxx/src/support/ibm/
xlocale_zos.cpp 58 newloc->lc_time = locale;
87 setlocale(LC_TIME, newloc->lc_time.c_str()) == NULL) ||
119 previous_loc->lc_time = tokenized[LC_TIME];
127 previous_loc->lc_time = current_loc_name;
  /src/bin/sh/
var.h 117 extern struct var lc_time;
var.c 147 struct var lc_time; variable in typeref:struct:var
203 { &lc_time, VSTRFIXED|VTEXTFIXED|VUNSET, "LC_TIME=",
1838 { .name= "LC_TIME", .category= LC_TIME, .vp= &lc_time },
  /src/usr.bin/mklocale/
mklocaledb.c 160 static const category_t lc_time = { variable
247 category = &lc_time;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
extended.c 207 lc->lc_time = op->o_time;
328 lc->lc_time = op->o_time;
bind.c 776 lc->lc_time = op->o_time;
1125 if ( ( li->li_idle_timeout != 0 && op->o_time > lc->lc_time + li->li_idle_timeout )
1843 lc->lc_time = op->o_time;
3080 return ( lc->lc_create_time + li->li_conn_ttl ) < ( lc->lc_time + li->li_idle_timeout ) ?
3081 ( lc->lc_create_time + li->li_conn_ttl ) : ( lc->lc_time + li->li_idle_timeout );
3085 return lc->lc_time + li->li_idle_timeout;
back-ldap.h 108 #define lc_time lc_base.lcb_time macro
search.c 364 lc->lc_time = op->o_time;

Completed in 83 milliseconds