Searched refs:crflag (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Disencrypt.c48 int crflag = 0; local
57 crflag = 1;
60 if (crflag == 0)
/opensolaris-onvv-gate/usr/src/lib/libc/port/rt/
H A Dshm.c40 int crflag; local
51 fd = __pos4obj_open(path, SHM_DATA_TYPE, oflag, mode, &crflag);
H A Dpos4obj.c290 * 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
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c239 crflag = -1;
251 crflag = 0;
256 crflag = 0;
359 if (crflag == 2 || crflag == -2)
360 crflag = -1;
714 if (crflag == 2 || crflag == -2)
715 /* restore crflag for new input text */
716 crflag
[all...]
H A Dex.c355 crflag = 1;
362 crflag = -1;
437 crflag = 0;
H A Dex_io.c717 if(crflag == -1) {
719 crflag = 2;
721 crflag = -2;
723 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) {
H A Dex.h369 var int crflag; /* True if the key has been accepted and the file variable
/opensolaris-onvv-gate/usr/src/cmd/ed/
H A Ded.c225 static int crflag; variable
415 crflag = -1;
420 crflag = 1;
453 crflag = 0;
713 if (crflag == 2 || crflag == -2)
714 crflag = -1; /* restore crflag for next file */
883 crflag = 1;
891 crflag
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c890 onoff(mcase), onoff(crflag));
1782 crflag = !crflag;
1783 (void) printf("Carriage Return stripping %s.\n", onoff(crflag));
1784 code = crflag;
H A Dftp_var.h123 EXTERN int crflag; /* if 1, strip car. rets. on ascii gets */ variable
H A Dmain.c214 crflag = 1; /* strip c.r. on ascii gets */
H A Dftp.c1073 tcrflag = !crflag && retrcmd;

Completed in 126 milliseconds