| /scripts/mod/ |
| D | sumversion.c | 90 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform() argument 99 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 100 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 101 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 102 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 103 ROUND1(a, b, c, d, in[4], 3); in md4_transform() 104 ROUND1(d, a, b, c, in[5], 7); in md4_transform() 105 ROUND1(c, d, a, b, in[6], 11); in md4_transform() 106 ROUND1(b, c, d, a, in[7], 19); in md4_transform() 107 ROUND1(a, b, c, d, in[8], 3); in md4_transform() [all …]
|
| /scripts/kconfig/ |
| D | preprocess.c | 19 static char *expand_string_with_args(const char *in, int argc, char *argv[]); 20 static char *expand_string(const char *in); 505 const char *in, *p; in __expand_string() local 513 p = in = *str; in __expand_string() 517 in_len = p - in; in __expand_string() 522 strncat(out, in, in_len); in __expand_string() 525 in = p; in __expand_string() 535 in_len = p - in; in __expand_string() 538 strncat(out, in, in_len); in __expand_string() 556 static char *expand_string_with_args(const char *in, int argc, char *argv[]) in expand_string_with_args() argument [all …]
|
| D | confdata.c | 322 FILE *in = NULL; in conf_read_simple() local 332 in = zconf_fopen(name); in conf_read_simple() 337 in = zconf_fopen(name); in conf_read_simple() 338 if (in) in conf_read_simple() 365 in = zconf_fopen(name); in conf_read_simple() 366 if (in) { in conf_read_simple() 378 if (!in) in conf_read_simple() 407 while (getline_stripped(&line, &line_asize, in) != -1) { in conf_read_simple() 484 fclose(in); in conf_read_simple() 566 static char *escape_string_value(const char *in) in escape_string_value() argument [all …]
|
| D | lexer.l | 52 static char *expand_token(const char *in, size_t n); 53 static void append_expanded_string(const char *in);
|
| /scripts/coccinelle/misc/ |
| D | minmax.cocci | 172 for p0 in p: 179 for p0 in p: 186 for p0 in p: 193 for p0 in p: 200 for p0 in p: 207 for p0 in p: 214 for p0 in p: 221 for p0 in p:
|
| D | badty.cocci | 5 //# in memory allocation functions by checking the type of the allocated memory 7 //# to the the memory being allocated. There are false positives in cases the 8 //# sizeof argument is not used in constructing the return value. The result
|
| D | newline_in_nl_msg.cocci | 3 /// Catch strings ending in newline with GENL_SET_ERR_MSG, NL_SET_ERR_MSG, 59 msg="WARNING avoid newline at end of message in %s" % (fname) 74 msg="WARNING avoid newline at end of message in %s" % (fname)
|
| D | uninitialized_var.cocci | 9 /// papers over real bugs (or can in the future), and suppresses unrelated 12 /// changes. Keep in mind that in most cases, if an initialization is
|
| D | ifcol.cocci | 2 /// Find confusingly indented code in or after an if. An if branch should 9 //# is not visually aligned may be considered to be in the same column.
|
| D | flexible_array.cocci | 21 for p in positions: 22 if "uapi" in p.file:
|
| D | semicolon.cocci | 8 // Comments: Some false positives on empty default cases in switch statements.
|
| D | orplus.cocci | 4 /// bits in the two constants are actually disjoint.
|
| /scripts/ksymoops/ |
| D | README | 3 The latest version can be found in 5 other utilities in order to give more accurate Oops debugging.
|
| /scripts/ |
| D | Kbuild.include | 56 # Escape single quote for use in echo statements 141 # To address it, we clean the target in signal traps. 144 # So, we cover them, and also SIGPIPE just in case. 178 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 180 # Replace >'< with >'\''< to be able to enclose the whole string in '...' 185 # PHONY targets skipped in both cases. 191 # no more breakage will slip in. 219 # Output (listed in the order they are checked): 225 # (6) - due to target not in $(targets) 229 # (4) The command line stored in the file named dir/.target.cmd [all …]
|
| D | kallsyms.c | 121 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len) in read_symbol() argument 130 readlen = getline(buf, buf_len, in); in read_symbol() 256 static void read_map(const char *in) in read_map() argument 263 fp = fopen(in, "r"); in read_map() 265 perror(in); in read_map()
|
| /scripts/coccinelle/api/ |
| D | check_bq27xxx_data.cocci | 4 //# Doesn't unfold macros used in register or property fields. 19 let p = List.hd p in 89 i1regs i2regs (List.hd p2).line in 125 i1dmregs i2dmregs (List.hd p2).line in 161 i1props i2props (List.hd p2).line in
|
| D | stream_open.cocci | 5 // them to stream_open. A stream-like file is a file that does not use ppos in 6 // its read and write. Rationale for the conversion is to avoid deadlock in 11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain") 188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari… 203 // if both are used in the same file_operations together with an opener -
|
| /scripts/coccinelle/null/ |
| D | kmerr.cocci | 3 /// NULL check. It only gives a report in the case where there is some 4 /// error handling code later in the function, which may be helpful 5 /// in determining what the error handling code for the call to kmalloc etc
|
| D | badzero.cocci | 97 try let _ = Hashtbl.find negtable f in () 117 try let _ = Hashtbl.find negtable f in () 120 // This rule may lead to inconsistent path problems, if E is defined in two
|
| /scripts/package/ |
| D | PKGBUILD | 9 for pkg in $_extrapackages; do 44 # Kbuild works in the output directory, where this PKGBUILD is located. 105 pkgdesc="Kernel headers sanitized for use in userspace" 127 for _p in "${pkgname[@]}"; do
|
| /scripts/package/debian/ |
| D | copyright | 16 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
|
| /scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 20 # Every newline in the output is replaced with a space,
|
| /scripts/coccinelle/tests/ |
| D | doubletest.cocci | 4 //# another expresssion in the same && or || operation, performs a
|
| /scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 49 # $(2) will be blank in this case.
|
| /scripts/coccinelle/free/ |
| D | clk_put.cocci | 5 //# in the same function.
|