type_sep           93 lib/common/operations.c     char *type_sep = NULL;
type_sep          107 lib/common/operations.c     type_sep = interval_sep-1;
type_sep          110 lib/common/operations.c         if (*type_sep == '_') {
type_sep          112 lib/common/operations.c         } else if (type_sep == key) {
type_sep          120 lib/common/operations.c         type_sep--;
type_sep          126 lib/common/operations.c         *op_type = strndup(type_sep+1, interval_sep-type_sep-1);
type_sep          131 lib/common/operations.c         *rsc_id = strndup(key, type_sep-key);