vfs_s_get_line    190 lib/vfs/xdirentry.h int vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term);
vfs_s_get_line    395 src/vfs/ftpfs/ftpfs.c         if (vfs_s_get_line (me, sock, answer, sizeof (answer), '\n') == 0)
vfs_s_get_line    418 src/vfs/ftpfs/ftpfs.c                     if (vfs_s_get_line (me, sock, answer, sizeof (answer), '\n') == 0)
vfs_s_get_line    254 src/vfs/shell/shell.c         if (!vfs_s_get_line (me, sock, answer, sizeof (answer), '\n'))
vfs_s_get_line    572 src/vfs/shell/shell.c     if (vfs_s_get_line (me, shell_super->sockr, answer, sizeof (answer), ':') == 0)