underbar1          69 lib/common/operations.c try_fast_match(const char *key, const char *underbar1, const char *underbar2,
underbar1          79 lib/common/operations.c         *rsc_id = strndup(key, underbar1-key);
underbar1          83 lib/common/operations.c         *op_type = strndup(underbar1+1, underbar2-underbar1-1);
underbar1         187 lib/common/operations.c     char *underbar1 = NULL;
underbar1         206 lib/common/operations.c     underbar1 = strchr(key, '_');
underbar1         207 lib/common/operations.c     if (!underbar1) {
underbar1         211 lib/common/operations.c     underbar2 = strchr(underbar1+1, '_');
underbar1         219 lib/common/operations.c         return try_fast_match(key, underbar1, underbar2,