Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/mips/lib/
A Dbootm.c83 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local
94 quote = strchr(bootargs, '"'); in linux_cmdline_legacy()
97 while (next && quote && quote < next) { in linux_cmdline_legacy()
102 next = strchr(quote + 1, '"'); in linux_cmdline_legacy()
104 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
/u-boot/test/py/tests/
A Dtest_env.py134 quote = '"'
136 quote = ''
141 'setenv %s %s%s%s' % (var, quote, value, quote))
/u-boot/scripts/
A DKconfig.include5 quote := "
A DMakefile.lib95 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
A DKbuild.include6 quote := "
31 # Escape single quote for use in echo statements
/u-boot/tools/patman/
A Dgitutil.py382 quote = '"' if tag and tag[0] == '-' else ''
391 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result]
/u-boot/common/
A Dcli_hush.c318 int quote; member
912 if (quote && strchr("*?[\\",ch)) { in b_addqchr()
2919 b_addqchr(dest,'$',dest->quote);
2964 dest->quote, ctx->stack == NULL ? '*' : '.');
2966 if (m==0 || ((m==1 || m==2) && dest->quote)) {
2967 b_addqchr(dest, ch, dest->quote);
2992 if (dest->length == 0 && !dest->quote) {
2995 b_addqchr(dest, ch, dest->quote);
3003 b_addqchr(dest, '\\', dest->quote);
3024 dest->quote = !dest->quote;
[all …]
/u-boot/tools/buildman/
A Dkconfiglib.py2716 quote = s[i]
2724 if match.group() == quote:

Completed in 24 milliseconds