#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "client.c"
Go to the source code of this file.
Functions | |
static void | test_StdErrno (void) |
static void | test_ErrorDetailStr (void) |
static void | test_ErrorDetailStr_longStr (void) |
static void | test_Err (void) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 8 of file test_client_err.c.
References hipcClientGetStdErrno(), and hipcClientSetStdErrno().
Referenced by main().
|
static |
Definition at line 28 of file test_client_err.c.
References hipcClientGetErrDtlStr(), and hipcClientSetErrDtlStr().
Referenced by main().
|
static |
Definition at line 72 of file test_client_err.c.
References HIPC_IMG_ALLOCSIZE, hipcClientGetErrDtlStr(), and hipcClientSetErrDtlStr().
Referenced by main().
|
static |
Definition at line 164 of file test_client_err.c.
References HIPC_ERR_PROTOCOL_VIOLATION, HIPC_N_ERR, HIPC_SUCCESS, hipcClientGetErrDtlStr(), hipcClientGetErrStr(), hipcClientGetHipcErrno(), and hipcClientSetError().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 191 of file test_client_err.c.
References test_Err(), test_ErrorDetailStr(), test_ErrorDetailStr_longStr(), and test_StdErrno().