Searched defs:crflag (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | isencrypt.c | 48 int crflag = 0; local 57 crflag = 1; 60 if (crflag == 0)
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | shm.c | 40 int crflag; local 51 fd = __pos4obj_open(path, SHM_DATA_TYPE, oflag, mode, &crflag);
|
H A D | pos4obj.c | 290 * It returns the crflag as 1 if file is created else 0. 294 mode_t mode, int *crflag) 300 *crflag = 0; 315 * We need to make sure that crflag is set iff we actually create 334 *crflag = 1; 293 __pos4obj_open(const char *name, char *type, int oflag, mode_t mode, int *crflag) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp_var.h | 123 EXTERN int crflag; /* if 1, strip car. rets. on ascii gets */ variable
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.h | 369 var int crflag; /* True if the key has been accepted and the file variable
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 226 static int crflag; variable 414 crflag = -1; 419 crflag = 1; 452 crflag = 0; 712 if (crflag == 2 || crflag == -2) 713 crflag = -1; /* restore crflag for next file */ 882 crflag = 1; 890 crflag [all...] |
Completed in 60 milliseconds