• Home
  • Raw
  • Download

Lines Matching defs:space

63 struct space {  struct
81 static void Perror(struct space *space, const char *fmt, ...) in Perror()
96 static void free_space(struct space *space) in free_space()
138 static struct pair *value_find(struct space *space, const char *key) in value_find()
147 static int value_set(struct space *space, const char *key, const char *value) in value_set()
178 static int init_space(struct space **space, int card) in init_space()
218 static const char *cardinfo_get(struct space *space, const char *attr) in cardinfo_get()
241 static int check_id_changed(struct space *space, unsigned int what) in check_id_changed()
269 static const char *get_ctl_value(struct space *space) in get_ctl_value()
340 static int set_ctl_value(struct space *space, const char *value, int all) in set_ctl_value()
527 static const char *elemid_get(struct space *space, const char *attr) in elemid_get()
748 static int elemid_set(struct space *space, const char *attr, const char *value) in elemid_set()
942 static char *get_key_attribute(struct space *space, char *str, char *res, size_t ressize) in get_key_attribute()
966 static char *get_format_attribute(struct space *space, char **str) in get_format_attribute()
986 static int get_format_len(struct space *space, char **str) in get_format_len()
1004 static void apply_format(struct space *space, char *string, size_t maxsize) in apply_format()
1243 int run_program1(struct space *space, in run_program1()
1288 static int parse_line(struct space *space, char *line, size_t linesize ATTRIBUTE_UNUSED) in parse_line()
1659 static int parse(struct space *space, const char *filename) in parse()
1749 struct space *space; in init() local