Searched defs:crflag (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Disencrypt.c48 int crflag = 0; local
57 crflag = 1;
60 if (crflag == 0)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dshm.c37 int crflag; local
48 fd = __pos4obj_open(path, SHM_DATA_TYPE, oflag, mode, &crflag);
H A Dpos4obj.c281 * It returns the crflag as 1 if file is created else 0.
285 mode_t mode, int *crflag)
291 *crflag = 0;
306 * We need to make sure that crflag is set iff we actually create
325 *crflag = 1;
284 __pos4obj_open(const char *name, char *type, int oflag, mode_t mode, int *crflag) argument

Completed in 26 milliseconds