Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dkxgettext.c66 int lineno; member
69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument
77 self->lineno = lineno; in file_line__new()
93 const char *file, int lineno) in message__new() argument
100 self->files = file_line__new(file, lineno); in message__new()
134 int lineno) in message__add_file_line() argument
137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line()
150 int lineno) in message__add() argument
158 rc = message__add_file_line(m, file, lineno); in message__add()
160 m = message__new(escaped, option, file, lineno); in message__add()
[all …]
H A Dzconf.l23 int lineno; member
86 current_file->lineno++;
107 current_pos.lineno = current_file->lineno;
119 current_file->lineno++;
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
153 \\\n current_file->lineno++;
H A Dexpr.h24 int lineno; member
157 int lineno; /* what lineno was this property defined */ member
180 int lineno; member
H A Dsymbol.c1152 prop->file->name, prop->lineno); in sym_check_print_recursive()
1157 prop->file->name, prop->lineno, in sym_check_print_recursive()
1163 prop->file->name, prop->lineno, in sym_check_print_recursive()
1168 menu->file->name, menu->lineno, in sym_check_print_recursive()
1173 menu->file->name, menu->lineno, in sym_check_print_recursive()
1178 prop->file->name, prop->lineno, in sym_check_print_recursive()
1338 prop->lineno = zconf_lineno(); in prop_alloc()
H A Dzconf.lex.c_shipped810 int lineno;
1100 current_file->lineno++;
1128 current_pos.lineno = current_file->lineno;
1147 current_file->lineno++;
1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1229 current_file->lineno++;
1297 current_file->lineno++;
1340 current_file->lineno++;
1349 current_file->lineno++;
1926 * In that case, we don't want to reset the lineno or column.
[all …]
H A Dmenu.c25 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno); in menu_warn()
35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn()
56 menu->lineno = zconf_lineno(); in menu_add_entry()
668 prop->menu->lineno); in get_symbol_str()
H A Dzconf.y98 $$->file->name, $$->lineno);
562 current_menu->file->name, current_menu->lineno, in zconf_endtoken()
H A Dzconf.tab.c_shipped1216 ((*yyvaluep).menu)->file->name, ((*yyvaluep).menu)->lineno);
1227 ((*yyvaluep).menu)->file->name, ((*yyvaluep).menu)->lineno);
1238 ((*yyvaluep).menu)->file->name, ((*yyvaluep).menu)->lineno);
2279 current_menu->file->name, current_menu->lineno,
H A Dqconf.cc1131 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno); in menuInfo()
/rk3399_rockchip-uboot/tools/
H A Dublimage.c74 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() argument
84 "(%s)\n", name, lineno, token); in parse_cfg_cmd()
92 ublhdr->entry = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
95 ublhdr->pages = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
98 ublhdr->block = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
101 ublhdr->page = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
104 ublhdr->pll_m = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
110 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() argument
119 "(%s)\n", name, lineno, token); in parse_cfg_fld()
124 parse_cfg_cmd(ublhdr, *cmd, token, name, lineno, fld, *dcd_len); in parse_cfg_fld()
[all …]
H A Dimximage.c144 static void set_dcd_val_v1(struct imx_header *imxhdr, char *name, int lineno, in set_dcd_val_v1() argument
155 name, lineno, value); in set_dcd_val_v1()
238 static void set_dcd_val_v2(struct imx_header *imxhdr, char *name, int lineno, in set_dcd_val_v2() argument
267 char *name, int lineno) in set_dcd_rst_v1() argument
280 char *name, int lineno) in set_dcd_rst_v2() argument
596 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() argument
603 imximage_version = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
607 "valid command in the file\n", name, lineno); in parse_cfg_cmd()
618 "(%s)\n", name, lineno, token); in parse_cfg_cmd()
629 name, lineno, token); in parse_cfg_cmd()
[all …]
H A Dmxsimage.c125 unsigned int lineno; member
580 cmd->lineno); in sb_build_dcd()
589 cmd->lineno); in sb_build_dcd()
666 cmd->lineno); in sb_build_dcd_block()
675 cmd->lineno); in sb_build_dcd_block()
682 cmd->lineno); in sb_build_dcd_block()
691 cmd->lineno); in sb_build_dcd_block()
727 cmd->lineno); in sb_build_section()
736 cmd->lineno); in sb_build_section()
763 cmd->lineno); in sb_build_section()
[all …]
H A Daisimage.c261 int lineno = 0; in aisimage_generate() local
295 lineno++; in aisimage_generate()
322 "(%s)\n", name, lineno, token); in aisimage_generate()
328 value = get_cfg_value(token, name, lineno); in aisimage_generate()
334 lineno, token, in aisimage_generate()
H A Dpblimage.c27 static int lineno = -1; variable
98 lineno, token); in check_get_hexval()
122 lineno++; in pbl_parser()
/rk3399_rockchip-uboot/cmd/
H A Dini.c131 int lineno = 0; in ini_parse() local
136 lineno++; in ini_parse()
153 error = lineno; in ini_parse()
165 error = lineno; in ini_parse()
193 error = lineno; in ini_parse()
196 error = lineno; in ini_parse()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.c156 srcfile->lineno = 1; in srcfile_push()
220 pos->first_line = current_srcfile->lineno; in srcpos_update()
225 current_srcfile->lineno++; in srcpos_update()
234 pos->last_line = current_srcfile->lineno; in srcpos_update()
301 current_srcfile->lineno = l; in srcpos_set_line()
H A Dsrcpos.h31 int lineno, colno; member
H A Ddtc-lexer.lex.c_shipped1791 * In that case, we don't want to reset the lineno or column.
/rk3399_rockchip-uboot/scripts/
H A Dcleanpatch131 $lineno = 0;
139 $lineno++;
168 "$f:$lineno: adds line exceeds $max_width ",
/rk3399_rockchip-uboot/common/
H A Derror.h44 unsigned int lineno, const char *format, ...)
/rk3399_rockchip-uboot/include/
H A Dimximage.h186 char *name, int lineno,
195 char *name, int lineno);
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c559 int lineno = 0; in fw_parse_script() local
583 lineno++; in fw_parse_script()
593 lineno); in fw_parse_script()