Searched refs:quote (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/mips/lib/ |
A D | bootm.c | 83 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 D | test_env.py | 134 quote = '"' 136 quote = '' 141 'setenv %s %s%s%s' % (var, quote, value, quote))
|
/u-boot/scripts/ |
A D | Kconfig.include | 5 quote := "
|
A D | Makefile.lib | 95 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
|
A D | Kbuild.include | 6 quote := " 31 # Escape single quote for use in echo statements
|
/u-boot/tools/patman/ |
A D | gitutil.py | 382 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 D | cli_hush.c | 318 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 D | kconfiglib.py | 2716 quote = s[i] 2724 if match.group() == quote:
|
Completed in 24 milliseconds