string_buf        389 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (struct vfs_class *me, int sock, char *string_buf, int string_len)
string_buf        397 src/vfs/ftpfs/ftpfs.c             if (string_buf != NULL)
string_buf        398 src/vfs/ftpfs/ftpfs.c                 *string_buf = '\0';
string_buf        407 src/vfs/ftpfs/ftpfs.c             if (string_buf != NULL)
string_buf        408 src/vfs/ftpfs/ftpfs.c                 g_strlcpy (string_buf, answer, string_len);
string_buf        420 src/vfs/ftpfs/ftpfs.c                         if (string_buf != NULL)
string_buf        421 src/vfs/ftpfs/ftpfs.c                             *string_buf = '\0';
string_buf        430 src/vfs/ftpfs/ftpfs.c             if (string_buf != NULL)
string_buf        431 src/vfs/ftpfs/ftpfs.c                 g_strlcpy (string_buf, answer, string_len);
string_buf        247 src/vfs/shell/shell.c shell_get_reply (struct vfs_class *me, int sock, char *string_buf, int string_len)
string_buf        256 src/vfs/shell/shell.c             if (string_buf != NULL)
string_buf        257 src/vfs/shell/shell.c                 *string_buf = '\0';
string_buf        265 src/vfs/shell/shell.c         if (string_buf != NULL)
string_buf        266 src/vfs/shell/shell.c             g_strlcpy (string_buf, answer, string_len);