Home
last modified time | relevance | path

Searched refs:do_string (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dparser.c119 static size_t do_string(VTerm *vt, const char *str_frag, size_t len) in do_string() function
258 do_string(vt, string_start, bytes + pos - string_start - 1); in vterm_push_bytes()
280 do_string(vt, string_start, bytes + pos - string_start + 1); in vterm_push_bytes()
295 do_string(vt, string_start, bytes + pos - string_start + 1); in vterm_push_bytes()
303 do_string(vt, string_start, bytes + pos - string_start); in vterm_push_bytes()
326 size_t text_eaten = do_string(vt, bytes + pos, len - pos); in vterm_push_bytes()
/haiku/src/bin/unzip/
H A Dlist.c189 if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != in list_files()
200 if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD)) in list_files()
363 if ((error = do_string(__G__ G.crec.file_comment_length, in list_files()
543 if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != PK_OK)
553 if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD))
H A Dextract.c390 if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != in extract_or_test_files()
402 if ((error = do_string(__G__ G.crec.extra_field_length, in extract_or_test_files()
417 if ((error = do_string(__G__ G.crec.file_comment_length, in extract_or_test_files()
420 if ((error = do_string(__G__ G.crec.file_comment_length, SKIP)) in extract_or_test_files()
977 if ((error = do_string(__G__ G.lrec.filename_length, DS_FN_L)) !=
993 do_string(__G__ G.lrec.extra_field_length, EXTRA_FIELD)) != 0)
H A Dzipinfo.c668 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) in zi_end_central()
678 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) { in zi_end_central()
766 if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != in zipinfo()
982 if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD)) != 0)
1721 if ((error = do_string(__G__ G.crec.file_comment_length, DISPL_8)) !=
2024 if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD)) != 0) in zi_short()
H A Dprocess.c1073 if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN)) { in uz_end_central()
1075 if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) { in uz_end_central()
1084 if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN_Q)) { in uz_end_central()
H A Dunzpriv.h1788 int do_string OF((__GPRO__ unsigned int length, int option));
2173 #define SKIP_(length) if(length&&((error=do_string(__G__ length,SKIP))!=0))\
H A Dfileio.c1928 int do_string(__G__ length, option) /* return PK-type error code */