![]() |
XRootD
|
#include <iostream>
#include <fcntl.h>
#include <cstdio>
#include <unistd.h>
#include <sys/stat.h>
#include <cstring>
#include <sys/types.h>
#include <sys/uio.h>
#include "XrdOuc/XrdOucCRC.hh"
#include "XrdSys/XrdSysE2T.hh"
Go to the source code of this file.
Macros | |
#define | O_DIRECT 0 |
Functions | |
void | Fatal (const char *op, const char *target) |
int | main (int argc, char *argv[]) |
void | Usage (int rc) |
#define O_DIRECT 0 |
Definition at line 51 of file XrdCrc32c.cc.
Referenced by main(), XrdPssFile::Open(), XrdOfsFile::open(), and xrootdfs_read().
void Fatal | ( | const char * | op, |
const char * | target ) |
Definition at line 58 of file XrdCrc32c.cc.
References XrdSysE2T().
Referenced by XrdSecProtocolztn::XrdSecProtocolztn(), XrdSecProtocolkrb5::Authenticate(), XrdSecProtocolztn::Authenticate(), XrdSecProtocolkrb5::getCredentials(), XrdSecProtocolztn::getCredentials(), XrdSecProtocolkrb5::Init(), main(), XrdTlsContext::SetContextCiphers(), XrdSecProtocolztnInit(), and XrdSecProtocolztnObject().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 91 of file XrdCrc32c.cc.
References XrdOucCRC::Calc32C(), Fatal(), O_DIRECT, open, optind, optopt, opts, read, and Usage().
void Usage | ( | int | rc | ) |
Definition at line 71 of file XrdCrc32c.cc.
Referenced by main().