Home
last modified time | relevance | path

Searched refs:x11_mtime (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/locale/
Dkeymap-util.c212 c->x11_mtime = USEC_INFINITY; in x11_read_data()
219 if (c->x11_mtime != USEC_INFINITY && t == c->x11_mtime) in x11_read_data()
222 c->x11_mtime = t; in x11_read_data()
408 c->x11_mtime = timespec_load(&st.st_mtim); in x11_write_data()
Dkeymap-util.h16 usec_t x11_mtime; member
Dlocaled.c832 .x11_mtime = USEC_INFINITY, in run()