Lines Matching refs:fmt2_str
1850 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str;
1873 fmt2_str = strtok_r(NULL, "/", &fmt);
1875 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) {
1881 tev->group = strdup(fmt2_str);
1935 fmt2_str = strtok_r(NULL, "", &fmt);
1936 if (fmt2_str == NULL)
1939 tp->offset = strtoul(fmt2_str, NULL, 10);
1943 fmt2_str = strchr(p, '(');
1944 if (fmt2_str)
1945 tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0);