Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
A Dsymbol.c928 const struct sym_match *s2 = sym2; in sym_rel_comp() local
941 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
948 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
A Dexpr.h297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
A Dexpr.c42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
47 e->right.sym = s2; in expr_alloc_comp()
/scripts/
A Dget_maintainer.pl1023 my $s2 = ($pattern =~ tr@/@@);
1024 if ($s1 == $s2) {

Completed in 16 milliseconds