Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/
Dtest-ordered-set.c34 typedef struct Item { struct
36 } Item; argument
Dtest-set.c30 typedef struct Item { struct
32 } Item; typedef
Dtest-hashmap-plain.c787 typedef struct Item { struct
789 } Item; typedef
/systemd-251/src/sysusers/
Dsysusers.c62 typedef struct Item { struct
63 ItemType type; argument
87 } Item; argument
/systemd-251/src/tmpfiles/
Dtmpfiles.c125 typedef struct Item { struct
126 ItemType type; argument
128 char *path;
129 char *argument;
130 char **xattrs;
132 acl_t acl_access;
133 acl_t acl_default;
135 uid_t uid;
136 gid_t gid;
137 mode_t mode;
[all …]