Searched refs:parse_token (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-keyboard.c105 static inline char* parse_token(const char *current, int32_t *val_out) { function
137 next = parse_token(value, &absinfo.minimum);
138 next = parse_token(next, &absinfo.maximum);
139 next = parse_token(next, &absinfo.resolution);
140 next = parse_token(next, &absinfo.fuzz);
141 next = parse_token(next, &absinfo.flat);

Completed in 1482 milliseconds