Searched defs:a_mode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dfmkdir.c46 * a_mode - mode(2) bits to set the path to if created
52 fmkdir(char *a_path, int a_mode) argument
60 if (mkdir(a_path, a_mode) != 0) {
H A Dvfpops.c137 * char *a_mode - fopen mode to open the file with
153 vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
192 if (a_mode == (char *)NULL) {
200 if ((*a_path == '\0') || (*a_mode == '\0')) {
208 fp = fopen(a_path, a_mode);
381 if (*a_mode == 'w') {
385 if (*a_mode == 'r') {
963 * char *a_mode - fopen mode to open the file with
981 char *a_mode, VFPFLAGS_T a_flags)
996 return (vfpOpen(r_vfp, a_path, a_mode, a_flag
980 vfpCheckpointOpen(VFP_T **a_cpVfp, VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) argument
[all...]

Completed in 16 milliseconds