1RFIO_PERROR(3) Rfio Library Functions
2RFIO_PERROR(3)
3
4
5
6[1mNAME[0m
7 rfio_perror ‐ print error message corresponding to the
8last RFIO func‐
9 tion failure
10
11[1mSYNOPSIS[0m
12 [1m#include <sys/types.h>[0m
13 [1m#include "rfio_api.h"[0m
14
15 [1mvoid rfio_perror (const char *[4m[22mumsg[24m[1m);[0m
16
17 [1mint rfio_serrno ();[0m
18
19 [1mchar *rfio_serror ();[0m
20
21[1mDESCRIPTION[0m
22 [1mrfio_serrno [22mgets error code corresponding to the
23last RFIO function
24 failure (local or remote). [1mrfio_serror [22mgets error
25message correspond‐
26 ing to the last RFIO function failure (local or remote).
27[1mrfio_perror[0m
28 produces a message on standard error describing the
29last RFIO error.
30 The message is prefixed with [4mumsg[24m followed by a
31colon and a blank.
32
33[1mRETURN VALUE[0m
34 [1mrfio_serrno [22mreturns the last error code: [1mer‐
35rno[22m, [1mserrno [22mor [1mrfio_errno[22m.
36 [1mrfio_serror [22mreturns a pointer to the error string.
37
38[1mAUTHOR[0m
39 [1mLCG Grid Deployment [22mTeam
40
41
42
43LCG $Date: 2005/03/31 13:13:03 $
44RFIO_PERROR(3)
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66