Lines Matching refs:strcmp
284 !strcmp(o_named->unit, o->unit)) {
335 if (!val || !strcmp(val, "none")) {
383 if (!strcmp(val, "auto")) {
412 if (!val || !strcmp(val, "none")) {
563 if (!val || !strcmp(val, "none")) {
1207 if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) &&
1222 if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) &&
1253 else if (unit && opt->type == AV_OPT_TYPE_CONST && strcmp(unit, opt->unit))
1807 if (!strcmp(o->name, name) && (o->flags & opt_flags) == opt_flags &&
1809 (unit && o->type == AV_OPT_TYPE_CONST && o->unit && !strcmp(o->unit, unit)))) {
2105 return !strcmp(str, o->default_val.str);
2149 } while (en1 && en2 && !strcmp(en1->key, en2->key) && !strcmp(en1->value, en2->value));
2154 if (!o->default_val.str || !strcmp(o->default_val.str, "none"))