Lines Matching defs:tmp
712 const char *tmp;
762 tmp = strchr(value, '}');
763 if (tmp) {
764 strncpy(r, value, tmp + 1 - value);
765 r[tmp + 1 - value] = '\0';
772 tmp = strchr_with_escape(value + idsize, '}');
773 if (tmp) {
774 rvalsize = tmp - (value + idsize);
784 tmp = uc_mgr_get_variable(uc_mgr, v2 + 1);
785 if (tmp == NULL) {
789 rval = fcn2(uc_mgr, tmp);