Lines Matching refs:str
229 static int setup_compute(const struct option *opt, const char *str,
233 char *cstr = (char *) str;
238 if (!str) {
243 option = strchr(str, ':');
245 unsigned len = option++ - str;
248 * The str data are not writeable, so we need
256 strncpy(buf, str, len);
268 "(use 'delta','ratio' or 'wdiff')\n", str);
1079 char *str = NULL;
1082 str = strdup(pdiff.time_str);
1083 if (!str)
1087 *pstr = str;
1304 OPT_STRING(0, "time", &pdiff.time_str, "str",