Symbol: do_string
src/apps/serialconnect/libvterm/src/parser.c
258
do_string(vt, string_start, bytes + pos - string_start - 1);
src/apps/serialconnect/libvterm/src/parser.c
280
do_string(vt, string_start, bytes + pos - string_start + 1);
src/apps/serialconnect/libvterm/src/parser.c
295
do_string(vt, string_start, bytes + pos - string_start + 1);
src/apps/serialconnect/libvterm/src/parser.c
303
do_string(vt, string_start, bytes + pos - string_start);
src/apps/serialconnect/libvterm/src/parser.c
326
size_t text_eaten = do_string(vt, bytes + pos, len - pos);
src/bin/unzip/extract.c
390
if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) !=
src/bin/unzip/extract.c
402
if ((error = do_string(__G__ G.crec.extra_field_length,
src/bin/unzip/extract.c
417
if ((error = do_string(__G__ G.crec.file_comment_length,
src/bin/unzip/extract.c
420
if ((error = do_string(__G__ G.crec.file_comment_length, SKIP))
src/bin/unzip/extract.c
977
if ((error = do_string(__G__ G.lrec.filename_length, DS_FN_L)) !=
src/bin/unzip/extract.c
993
do_string(__G__ G.lrec.extra_field_length, EXTRA_FIELD)) != 0)
src/bin/unzip/list.c
189
if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) !=
src/bin/unzip/list.c
200
if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD))
src/bin/unzip/list.c
363
if ((error = do_string(__G__ G.crec.file_comment_length,
src/bin/unzip/list.c
543
if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != PK_OK)
src/bin/unzip/list.c
553
if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD))
src/bin/unzip/process.c
1073
if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN)) {
src/bin/unzip/process.c
1075
if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) {
src/bin/unzip/process.c
1084
if (do_string(__G__ G.ecrec.zipfile_comment_length, CHECK_AUTORUN_Q)) {
src/bin/unzip/unzpriv.h
1788
int do_string OF((__GPRO__ unsigned int length, int option));
src/bin/unzip/unzpriv.h
2173
#define SKIP_(length) if(length&&((error=do_string(__G__ length,SKIP))!=0))\
src/bin/unzip/zipinfo.c
1721
if ((error = do_string(__G__ G.crec.file_comment_length, DISPL_8)) !=
src/bin/unzip/zipinfo.c
2024
if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD)) != 0)
src/bin/unzip/zipinfo.c
668
if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY))
src/bin/unzip/zipinfo.c
678
if (do_string(__G__ G.ecrec.zipfile_comment_length, DISPLAY)) {
src/bin/unzip/zipinfo.c
766
if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) !=
src/bin/unzip/zipinfo.c
982
if ((error = do_string(__G__ G.crec.extra_field_length, EXTRA_FIELD)) != 0)