Searched refs:q (Results 1 – 8 of 8) sorted by relevance
/scripts/basic/ |
A D | fixdep.c | 200 q = p; in parse_config_file() 201 while (isalnum(*q) || *q == '_') in parse_config_file() 202 q++; in parse_config_file() 206 r = q; in parse_config_file() 209 p = q; in parse_config_file() 324 q = p; in parse_dep_file() 325 while (*q != ' ' && *q != '\t' && *q != '\n' && *q != '#' && *q != ':') { in parse_dep_file() 335 if (*(q + 1) == '#' || *(q + 1) == ':') { in parse_dep_file() 340 q++; in parse_dep_file() 345 q++; in parse_dep_file() [all …]
|
/scripts/coccinelle/misc/ |
A D | flexible_array.cocci | 57 position q; 61 struct name {@q 65 struct {@q 74 // position @q with rule "only_field" simplifies 76 position q != only_field.q; 80 struct name {@q 87 struct {@q
|
/scripts/kconfig/ |
A D | preprocess.c | 463 const char *q; in expand_dollar_with_args() local 477 q = p; in expand_dollar_with_args() 478 while (*q) { in expand_dollar_with_args() 479 if (*q == '(') { in expand_dollar_with_args() 481 } else if (*q == ')') { in expand_dollar_with_args() 485 q++; in expand_dollar_with_args() 488 if (!*q) in expand_dollar_with_args() 492 *str = q + 1; in expand_dollar_with_args() 494 return eval_clause(p, q - p, argc, argv); in expand_dollar_with_args()
|
/scripts/ |
A D | asn1_compiler.c | 381 q = p + 2; in tokenise() 382 while ((q = memchr(q, '-', nl - q))) { in tokenise() 385 q += 2; in tokenise() 386 memmove(p, q, nl - q); in tokenise() 389 q++; in tokenise() 418 while (q < nl && (isalnum(*q) || *q == '-' || *q == '_')) in tokenise() 419 q++; in tokenise() 421 p = q; in tokenise() 459 while (q < nl && (isdigit(*q))) in tokenise() 460 q++; in tokenise() [all …]
|
A D | gen-crc-consts.py | 25 q = 0 27 q ^= 1 << (a.bit_length() - b.bit_length()) 29 return q
|
/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 263 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local 265 if (!q) in fdt_path_offset_namelen() 266 q = end; in fdt_path_offset_namelen() 268 p = fdt_get_alias_namelen(fdt, p, q - p); in fdt_path_offset_namelen() 273 p = q; in fdt_path_offset_namelen() 277 const char *q; in fdt_path_offset_namelen() local 284 q = memchr(p, '/', end - p); in fdt_path_offset_namelen() 285 if (! q) in fdt_path_offset_namelen() 286 q = end; in fdt_path_offset_namelen() 288 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen() [all …]
|
/scripts/dtc/ |
A D | data.c | 60 char *q; in data_copy_escape_string() local 65 q = d.val; in data_copy_escape_string() 72 q[d.len++] = c; in data_copy_escape_string() 75 q[d.len++] = '\0'; in data_copy_escape_string()
|
/scripts/package/ |
A D | PKGBUILD | 88 if grep -q CONFIG_MODULES=y include/config/auto.conf; then
|
Completed in 14 milliseconds