Searched refs:str2 (Results 1 – 4 of 4) sorted by relevance
| /scripts/kconfig/ |
| A D | confdata.c | 666 char *str2; in conf_write_symbol() local 674 str2 = xmalloc(strlen(str) + 3); in conf_write_symbol() 675 sprintf(str2, "\"%s\"", str); in conf_write_symbol() 676 printer->print_symbol(fp, sym, str2, printer_arg); in conf_write_symbol() 677 free((void *)str2); in conf_write_symbol()
|
| A D | expr.c | 1029 const char *str1, *str2; in expr_calc_value() local 1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value() 1075 res = strcmp(str1, str2); in expr_calc_value() 1078 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 1081 res = strcmp(str1, str2); in expr_calc_value()
|
| A D | qconf.cc | 1214 QString str2 = print_filter(str); in expr_print_help() local 1218 *text += str2; in expr_print_help() 1221 *text += str2; in expr_print_help()
|
| /scripts/ |
| A D | checkpatch.pl | 665 my ($str1, $str2) = @_; 667 $str2 = lc($str2); 669 $str2 =~ s/-//g; 671 my $len2 = length($str2); 680 } elsif (substr($str1, $i-1, 1) eq substr($str2, $j-1, 1)) {
|
Completed in 19 milliseconds