Searched defs:pw_module_s (Results 1 – 1 of 1) sorted by relevance
60 static const struct pw_module_s { struct61 const char *argv0;85 static const struct pw_module_s *personality; argument199 static struct pw_module_s { struct200 const char *argv0;201 const char *args;202 const char *usage;203 int (*pw_init)(const char *);204 int (*pw_arg)(char, const char *);205 int (*pw_arg_end)(void);[all …]