Searched refs:q (Results 1 – 7 of 7) sorted by relevance
| /scripts/basic/ |
| A D | fixdep.c | 250 q = p; in parse_config_file() 251 while (isalnum(*q) || *q == '_') in parse_config_file() 252 q++; in parse_config_file() 254 r = q - 7; in parse_config_file() 256 r = q; in parse_config_file() 264 p = q + 1; in parse_config_file() 265 q = p; in parse_config_file() 266 while (isalnum(*q) || *q == '_') in parse_config_file() 267 q++; in parse_config_file() 268 r = q; in parse_config_file() [all …]
|
| /scripts/kconfig/ |
| A D | preprocess.c | 453 const char *q; in expand_dollar_with_args() local 467 q = p; in expand_dollar_with_args() 468 while (*q) { in expand_dollar_with_args() 469 if (*q == '(') { in expand_dollar_with_args() 471 } else if (*q == ')') { in expand_dollar_with_args() 475 q++; in expand_dollar_with_args() 478 if (!*q) in expand_dollar_with_args() 482 *str = q + 1; in expand_dollar_with_args() 484 return eval_clause(p, q - p, argc, argv); in expand_dollar_with_args()
|
| /scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local 262 if (!q) in fdt_path_offset_namelen() 263 q = end; in fdt_path_offset_namelen() 265 p = fdt_get_alias_namelen(fdt, p, q - p); in fdt_path_offset_namelen() 270 p = q; in fdt_path_offset_namelen() 274 const char *q; in fdt_path_offset_namelen() local 281 q = memchr(p, '/', end - p); in fdt_path_offset_namelen() 282 if (! q) in fdt_path_offset_namelen() 283 q = end; in fdt_path_offset_namelen() 285 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen() [all …]
|
| /scripts/dtc/ |
| A D | data.c | 75 char *q; in data_copy_escape_string() local 79 q = d.val; in data_copy_escape_string() 86 q[d.len++] = c; in data_copy_escape_string() 89 q[d.len++] = '\0'; in data_copy_escape_string()
|
| /scripts/ |
| A D | Kconfig.include | 27 cc-define = $(success,$(CC) -dM -E -x c /dev/null | grep -q '^#define \<$(1)\>')
|
| A D | Kbuild.include | 147 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 721 return self.as_cell('q')
|
Completed in 18 milliseconds