Home
last modified time | relevance | path

Searched refs:file_line (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dkxgettext.c63 struct file_line { struct
64 struct file_line *next; argument
69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument
71 struct file_line *self = malloc(sizeof(*self)); in file_line__new()
87 struct file_line *files;
137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line()
191 struct file_line *fl = self->files; in message__print_file_lineno()
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py1508 file_line = ' at %s:%d' % (fname, linenum)
1512 return None, 0, 'bad sym format %s%s' % (data[linenum], file_line)
1513 return fname, linenum, 'adding%s' % file_line
1526 file_line = ' at %s:%d' % (fname, linenum)
1535 return 'added%s' % file_line