Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc239 wstring str_line; in ShowClientCrashed() local
242 str_line += L", "; in ShowClientCrashed()
244 str_line += custom_info.entries[i].name; in ShowClientCrashed()
245 str_line += L": "; in ShowClientCrashed()
246 str_line += custom_info.entries[i].value; in ShowClientCrashed()
254 str_line.c_str()); in ShowClientCrashed()
/external/toybox/toys/pending/
Dvi.c76 struct str_line { struct
87 struct str_line *line; argument
90 struct str_line *il;
148 xzalloc(sizeof(struct str_line))); in linelist_load()
169 xzalloc(sizeof(struct str_line))); in linelist_load()
383 struct str_line *l = xmalloc(sizeof(struct str_line)); in i_split()
492 il = xzalloc(sizeof(struct str_line)); in vi_main()