Home
last modified time | relevance | path

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

/scripts/kconfig/
Dsymbol.c927 const struct sym_match *s1 = sym1; in sym_rel_comp() local
940 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
948 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
Dexpr.h297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
Dexpr.c43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
47 e->left.sym = s1; in expr_alloc_comp()
/scripts/
Dget_maintainer.pl1023 my $s1 = ($file =~ tr@/@@);
1025 if ($s1 == $s2) {