Searched refs:s1 (Results 1 – 6 of 6) sorted by relevance
| /buildroot/package/libressl/ |
| A D | 0003-Prefix-some-compat-symbols-with-libressl_.patch | 81 int strcasecmp(const char *s1, const char *s2); 83 int strncasecmp(const char *s1, const char *s2, size_t len);
|
| /buildroot/support/kconfig/ |
| A D | expr.h | 295 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
|
| A D | symbol.c | 1016 const struct sym_match *s1 = sym1; in sym_rel_comp() local 1029 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp() 1037 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
|
| A D | expr.c | 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument 46 e->left.sym = s1; in expr_alloc_comp()
|
| A D | zconf.lex.c_shipped | 2335 static void yy_flex_strncpy (char* s1, const char * s2, int n ) 2340 s1[i] = s2[i];
|
| /buildroot/board/boundarydevices/common/ |
| A D | upgrade.cmd | 180 setexpr s1 ${filesize} - 0x400 181 sf write ${a1} ${o1} ${s1} ;
|
Completed in 18 milliseconds