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

  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
bump_pw_expire.c 49 time_t life; local
51 life = krb5_config_get_time_default(context->context,
58 *(ent->pw_end) = time(NULL) + life;
  /src/games/worm/
worm.c 88 static void life(void);
152 life(); /* Create the worm */
170 life(void) function
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5-v4compat.h 124 unsigned char life; /* Life of ticket */ member in struct:_krb5_krb_auth_data
  /src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c 869 time_t life; local
870 life = et.endtime - *et.starttime;
872 life = min(life, *client->entry.max_life);
874 life = min(life, *server->entry.max_life);
875 et.endtime = *et.starttime + life;
  /src/crypto/external/bsd/heimdal/dist/kuser/
kinit.c 133 { "renewable-life", 'r', arg_string, &renew_life,
318 krb5_deltat life)
368 if (life)
369 in.times.endtime = time(NULL) + life;
755 char life[64]; local
756 unparse_time_approx(d, life, sizeof(life));
757 krb5_warnx(context, N_("NOTICE: ticket lifetime is %s", ""), life);
763 char life[64]; local
764 unparse_time_approx(d, life, sizeof(life))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 5227 and return it. Do not account defs that are marked in LIFE and
5228 update LIFE according to uses of NODE. */
5232 slp_tree node, vec<bool, va_heap> *life,
5249 if ((*life)[i])
5292 (*life)[i] = true;
5302 if ((*life)[i])
5339 /* Do not directly pass LIFE to the recursive call, copy it to
5349 subtree_life[perm.second] = (*life)[j];
5355 subtree_life.safe_splice (*life);
5429 auto_vec<bool, 20> life; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 7018 and return it. Do not account defs that are marked in LIFE and
7019 update LIFE according to uses of NODE. */
7023 slp_tree node, vec<bool, va_heap> *life,
7040 if ((*life)[i])
7083 (*life)[i] = true;
7093 if ((*life)[i])
7140 /* Do not directly pass LIFE to the recursive call, copy it to
7150 subtree_life[perm.second] = (*life)[j];
7156 subtree_life.safe_splice (*life);
7230 auto_vec<bool, 20> life; local
    [all...]

Completed in 55 milliseconds