CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
swissknife_letter.cc File Reference
#include "cvmfs_config.h"
#include "swissknife_letter.h"
#include <inttypes.h>
#include <termios.h>
#include <cassert>
#include "crypto/hash.h"
#include "crypto/signature.h"
#include "letter.h"
#include "network/download.h"
#include "util/string.h"
#include "whitelist.h"
Include dependency graph for swissknife_letter.cc:

Go to the source code of this file.

Functions

static void ReadStdinBytes (unsigned char *buf, const uint16_t num_bytes)
 
static void WriteStdoutBytes (const unsigned char *buf, const uint16_t num_bytes)
 
static uint16_t ReadErlang (unsigned char *buf)
 
static void WriteErlang (const unsigned char *buf, int len)
 

Function Documentation

static uint16_t ReadErlang ( unsigned char *  buf)
static

Definition at line 56 of file swissknife_letter.cc.

Referenced by swissknife::CommandLetter::Main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void ReadStdinBytes ( unsigned char *  buf,
const uint16_t  num_bytes 
)
static

Definition at line 25 of file swissknife_letter.cc.

Referenced by ReadErlang().

Here is the call graph for this function:

Here is the caller graph for this function:

static void WriteErlang ( const unsigned char *  buf,
int  len 
)
static

Definition at line 67 of file swissknife_letter.cc.

Referenced by swissknife::CommandLetter::Main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void WriteStdoutBytes ( const unsigned char *  buf,
const uint16_t  num_bytes 
)
static

Definition at line 40 of file swissknife_letter.cc.

Referenced by WriteErlang().

Here is the call graph for this function:

Here is the caller graph for this function: