Searched refs:quote (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | bootm.c | 79 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local 90 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 93 while (next && quote && quote < next) { in linux_cmdline_legacy() 98 next = strchr(quote + 1, '"'); in linux_cmdline_legacy() 100 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_env.py | 130 quote = '"' 132 quote = '' 137 'setenv %s %s%s%s' % (var, quote, value, quote))
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 323 quote = '"' if tag and tag[0] == '-' else '' 332 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 320 int quote; member 417 static int b_addqchr(o_string *o, int ch, int quote); 912 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr() argument 914 if (quote && strchr("*?[\\",ch)) { in b_addqchr() 2930 b_addqchr(dest,'$',dest->quote); 2975 dest->quote, ctx->stack == NULL ? '*' : '.'); 2977 if (m==0 || ((m==1 || m==2) && dest->quote)) { 2978 b_addqchr(dest, ch, dest->quote); 2989 if (ch == end_trigger && !dest->quote && ctx->w==RES_NONE) { 3003 if (dest->length == 0 && !dest->quote) { [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Kbuild.include | 6 quote := " 30 # Escape single quote for use in echo statements
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 1300 quote = c 1306 if c == quote:
|