Home
last modified time | relevance | path

Searched refs:char (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dheaders_check.pl78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
H A Dcheckpatch.pl462 u_(?:char|short|int|long) | # bsd
510 qr{char\s+(?:un)?signed},
530 qr{(?:(?:un)?signed\s+)?char},
3588 if ($sline =~ /^\+\s+\S/ && #Not at char 1
3989 while ($line =~ m{\b($Declare)\s*(?!char\b|short\b|int\b|long\b)\s*($Ident)?\s*[=,;\[\)\(]}g) {
4148 # check for misordered declarations of char/short/int/long with signed/unsigned
4175 # check for static const char * arrays.
4176 if ($line =~ /\bstatic\s+const\s+char\s*\*\s*(\w+)\s*\[\s*\]\s*=\s*/) {
4178 "static const char * array should probably be static const char * cons
[all...]
/kernel/linux/linux-6.6/rust/macros/
H A Dhelpers.rs41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char {
/kernel/linux/linux-6.6/usr/include/
H A Dheaders_check.pl78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dis_zero.rs40 impl_is_zero!(char, |x| x == '\0');
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py577 for char in unfiltered:
578 if char not in string.printable:
580 filtered += char
/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs231 f.write_char(c as char)?; in fmt()
263 0x20..=0x7e => f.write_char(c as char)?,
H A Dinit.rs1290 char,
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py69 for char in str1:
70 if str2.find(char) != -1:
78 for char in str1:
79 if str2.find(char) == -1:
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl574 u_(?:char|short|int|long) | # bsd
735 qr{char\s+(?:un)?signed},
755 qr{(?:(?:un)?signed\s+)?char},
3931 # insert logical operator at last non-comment, non-whitepsace char on previous line
4496 while ($line =~ m{\b($Declare)\s*(?!char\b|short\b|int\b|long\b)\s*($Ident)?\s*[=,;\[\)\(]}g) {
4655 # check for misordered declarations of char/short/int/long with signed/unsigned
4682 # check for static const char * arrays.
4683 if ($line =~ /\bstatic\s+const\s+char\s*\*\s*(\w+)\s*\[\s*\]\s*=\s*/) {
4685 "static const char * array should probably be static const char * cons
[all...]

Completed in 14 milliseconds