zoslib
z/OS C/C++ Library
|
#include "zos-bpx.h"
#include "zos-base.h"
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
Macros | |
#define | _POSIX_SOURCE |
Functions | |
char *__ptr32 *__ptr32 | __uss_base_address (void) |
char * | __realpath_orig (const char __restrict__ *path, char __restrict__ *resolved_path) asm("@@A00187") |
char * | __realpath_extended (const char __restrict__ *path, char __restrict__ *resolved_path) |
void | __bpx4kil (int pid, int signal, void *signal_options, int *return_value, int *return_code, int *reason_code) |
void | __bpx4frk (int *pid, int *return_code, int *reason_code) |
void | __bpx4ctw (unsigned int *secs, unsigned int *nsecs, unsigned int *event_list, unsigned int *secs_rem, unsigned int *nsecs_rem, int *return_value, int *return_code, int *reason_code) |
void | __bpx4gth (int *input_length, void **input_address, int *output_length, void **output_address, int *return_value, int *return_code, int *reason_code) |
void | __bpx4lcr (int pathname_length, char *pathname, int attributes_length, __bpxyatt_t *attributes, int *return_value, int *return_code, int *reason_code) |
#define _POSIX_SOURCE |
void __bpx4ctw | ( | unsigned int * | secs, |
unsigned int * | nsecs, | ||
unsigned int * | event_list, | ||
unsigned int * | secs_rem, | ||
unsigned int * | nsecs_rem, | ||
int * | return_value, | ||
int * | return_code, | ||
int * | reason_code | ||
) |
void __bpx4frk | ( | int * | pid, |
int * | return_code, | ||
int * | reason_code | ||
) |
void __bpx4gth | ( | int * | input_length, |
void ** | input_address, | ||
int * | output_length, | ||
void ** | output_address, | ||
int * | return_value, | ||
int * | return_code, | ||
int * | reason_code | ||
) |
void __bpx4kil | ( | int | pid, |
int | signal, | ||
void * | signal_options, | ||
int * | return_value, | ||
int * | return_code, | ||
int * | reason_code | ||
) |
void __bpx4lcr | ( | int | pathname_length, |
char * | pathname, | ||
int | attributes_length, | ||
__bpxyatt_t * | attributes, | ||
int * | return_value, | ||
int * | return_code, | ||
int * | reason_code | ||
) |
char * __realpath_extended | ( | const char __restrict__ * | path, |
char __restrict__ * | resolved_path | ||
) |
char * __realpath_orig | ( | const char __restrict__ * | path, |
char __restrict__ * | resolved_path | ||
) |
char *__ptr32 *__ptr32 __uss_base_address | ( | void | ) |