Lines Matching defs:o_fields_str
1628 char *o_fields_str = NULL;
1687 o_fields_str = optarg;
1713 if (p_arg && strcasecmp(o_fields_str, "all") == 0)
1798 fields_str = (strcasecmp(o_fields_str, "all") == 0) ?
1799 fields_str : o_fields_str;
1830 char *o_fields_str = NULL;
1882 o_fields_str = optarg;
1908 if (p_arg && strcasecmp(o_fields_str, "all") == 0)
1977 fields_str = (strcasecmp(o_fields_str, "all") == 0) ?
1978 fields_str : o_fields_str;
2009 char *o_fields_str = NULL;
2078 o_fields_str = optarg;
2107 if (p_arg && strcasecmp(o_fields_str, "all") == 0)
2187 fields_str = (strcasecmp(o_fields_str, "all") == 0) ?
2188 fields_str : o_fields_str;
2218 char *o_fields_str = NULL;
2263 o_fields_str = optarg;
2289 if (p_arg && strcasecmp(o_fields_str, "all") == 0)
2324 fields_str = (strcasecmp(o_fields_str, "all") == 0) ?
2325 fields_str : o_fields_str;