Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/
Dtmpfiles.c1873 typedef int (*action_t)(Item *i, const char *path); typedef
1935 static int glob_item(Item *i, action_t action) { in glob_item()