Home
last modified time | relevance | path

Searched refs:age (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/tmpfiles/
Dtmpfiles.c138 usec_t age; member
2458 if (n < i->age) in clean_item_instance()
2461 cutoff = n - i->age; in clean_item_instance()
2679 a->age == b->age && in item_compatible()
2927 …_cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path … in parse_line() local
2975 &age, in parse_line()
3228 if (!empty_or_dash(age)) { in parse_line()
3229 const char *a = age; in parse_line()
3242 return log_error_errno(r, "Failed to parse age-by for '%s': %m", age); in parse_line()
3257 r = parse_sec(a, &i.age); in parse_line()
[all …]
/systemd-251/shell-completion/zsh/
D_systemd-tmpfiles8 '--clean[Clean up all files and directories with an age parameter configured.]' \
/systemd-251/po/
Dfr.po588 msgstr "Indiquer au programme d’amorçage d’afficher le menu au démarrage"
595 "Authentification requise pour indiquer au programme d’amorçage d’afficher le "
600 msgstr "Indiquer au programme d’amorçage de démarrer une entrée spécifique"
607 "Authentification requise pour indiquer au programme d’amorçage de démarrer "
/systemd-251/src/resolve/
Dresolved-dns-packet.c2451 static int patch_rr(DnsPacket *p, usec_t age) { in patch_rr() argument
2477 ttl = LESS_BY(ttl * USEC_PER_SEC, age) / USEC_PER_SEC; in patch_rr()
/systemd-251/
DNEWS1948 * tmpfiles.d/'s 'Age' now accepts an 'age-by' argument, which allows to
6315 atime/mtime/ctime). We intend to drop this restriction, and age files
10220 age of SSDs. As none of the developers has been using
13136 * It is now possible to set the "age" field for tmpfiles
13764 by prefixing the age field with '~'.