Lines Matching refs:fmt2_str
1903 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str;
1926 fmt2_str = strtok_r(NULL, "/", &fmt);
1928 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) {
1934 tev->group = strdup(fmt2_str);
1988 fmt2_str = strtok_r(NULL, "", &fmt);
1989 if (fmt2_str == NULL)
1992 tp->offset = strtoul(fmt2_str, NULL, 10);
1996 fmt2_str = strchr(p, '(');
1997 if (fmt2_str)
1998 tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0);