Home
last modified time | relevance | path

Searched refs:q (Results 1 – 7 of 7) sorted by relevance

/scripts/basic/
A Dfixdep.c250 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 Dpreprocess.c453 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 Dfdt_ro.c260 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 Ddata.c75 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 DKconfig.include27 cc-define = $(success,$(CC) -dM -E -x c /dev/null | grep -q '^#define \<$(1)\>')
A DKbuild.include147 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped721 return self.as_cell('q')

Completed in 17 milliseconds