Lines Matching full:lifetime
96 /* Default lifetime (0 == forever) */
97 static int lifetime = 0; variable
379 lifetime, confirm, maxsign, skprovider, in add_file()
385 if (lifetime != 0) { in add_file()
387 "Lifetime set to %d seconds\n", lifetime); in add_file()
433 lifetime, confirm, maxsign, skprovider, in add_file()
443 if (lifetime != 0) { in add_file()
444 fprintf(stderr, "Lifetime set to %d seconds\n", in add_file()
445 lifetime); in add_file()
480 lifetime, confirm, dest_constraints, ndest_constraints, in update_card()
626 lifetime, confirm, maxsign, skprovider, in load_resident_keys()
639 if (lifetime != 0) { in load_resident_keys()
641 "Lifetime set to %d seconds\n", lifetime); in load_resident_keys()
925 if ((lifetime = convtime(optarg)) == -1 || in main()
926 lifetime < 0 || (u_long)lifetime > UINT32_MAX) { in main()
927 fprintf(stderr, "Invalid lifetime\n"); in main()