Lines Matching defs:numeral_id
5398 char *numeral_id;
5448 * numeral_id.
5450 numeral_id = NULL;
5451 if (match_path_component(path_left, rsvstr, &numeral_id,
5458 create_reserved_numeral(setp, numeral_id);
5459 if (numeral_id != NULL) {
5460 free(numeral_id);
5514 char *numeral_id;
5537 * numeral_id.
5539 numeral_id = NULL;
5540 if (match_path_component(path_left, (char *)fp, &numeral_id,
5555 numeral_id, rules, index);
5556 if (numeral_id != NULL) {
5557 free(numeral_id);
5620 create_reserved_numeral(numeral_set_t *setp, char *numeral_id)
5625 numeral_id);
5628 * We found a numeral_id from an entry in the enumerate_reserved file
5630 * need to make sure ONE copy of numeral_id exists on the numeral list.
5635 if (strcmp(numeral_id, np->id) == 0) {
5647 np->id = s_strdup(numeral_id);
5660 * component of the RE. If the "numeral_id" is not already on the
5664 create_cached_numeral(char *path, numeral_set_t *setp, char *numeral_id,
5680 * We found a numeral_id from an entry in /dev which matched
5682 * ONE copy of numeral_id exists on the numeral list. We only need
5688 if (strcmp(numeral_id, np->id) == 0) {
5747 np->id = s_strdup(numeral_id);