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        406 src/vfs/ftpfs/ftpfs.c             if (string_buf != NULL)
string_buf        407 src/vfs/ftpfs/ftpfs.c                 g_strlcpy (string_buf, answer, string_len);
string_buf        419 src/vfs/ftpfs/ftpfs.c                         if (string_buf != NULL)
string_buf        420 src/vfs/ftpfs/ftpfs.c                             *string_buf = '\0';
string_buf        428 src/vfs/ftpfs/ftpfs.c             if (string_buf != NULL)
string_buf        429 src/vfs/ftpfs/ftpfs.c                 g_strlcpy (string_buf, answer, string_len);
string_buf        245 src/vfs/shell/shell.c shell_get_reply (struct vfs_class *me, int sock, char *string_buf, int string_len)
string_buf        254 src/vfs/shell/shell.c             if (string_buf != NULL)
string_buf        255 src/vfs/shell/shell.c                 *string_buf = '\0';
string_buf        263 src/vfs/shell/shell.c         if (string_buf != NULL)
string_buf        264 src/vfs/shell/shell.c             g_strlcpy (string_buf, answer, string_len);