type_sep           92 lib/common/operations.c     char *type_sep = NULL;
type_sep          106 lib/common/operations.c     type_sep = interval_sep-1;
type_sep          109 lib/common/operations.c         if (*type_sep == '_') {
type_sep          111 lib/common/operations.c         } else if (type_sep == key) {
type_sep          119 lib/common/operations.c         type_sep--;
type_sep          125 lib/common/operations.c         *op_type = strndup(type_sep+1, interval_sep-type_sep-1);
type_sep          130 lib/common/operations.c         *rsc_id = strndup(key, type_sep-key);