Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 25 of 70) sorted by relevance

123

/titanic_50/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c51 int plus, oflag, fd; in _endopen() local
55 plus = (mode[1] == '+'); in _endopen()
58 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; in _endopen()
61 oflag = (plus ? O_RDWR : O_WRONLY) | O_APPEND | O_CREAT; in _endopen()
64 oflag = plus ? O_RDWR : O_RDONLY; in _endopen()
73 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; in _endopen()
75 if (!plus) { in _endopen()
/titanic_50/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c57 int plus, oflag, fd; in _endopen() local
61 plus = (mode[1] == '+'); in _endopen()
64 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; in _endopen()
67 oflag = (plus ? O_RDWR : O_WRONLY) | O_CREAT; in _endopen()
70 oflag = plus ? O_RDWR : O_RDONLY; in _endopen()
79 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; in _endopen()
/titanic_50/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c57 int plus, oflag, fd; in _endopen() local
61 plus = (mode[1] == '+'); in _endopen()
64 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; in _endopen()
67 oflag = (plus ? O_RDWR : O_WRONLY) | O_CREAT; in _endopen()
70 oflag = plus ? O_RDWR : O_RDONLY; in _endopen()
95 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; in _endopen()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dfopen.c82 char plus, mode; in _freopen_null() local
119 if ((plus = type[1]) == 'b') in _freopen_null()
120 plus = type[2]; in _freopen_null()
135 if ((accmode == O_RDONLY && (mode != 'r' || plus == '+')) || in _freopen_null()
136 (accmode == O_WRONLY && (mode == 'r' || plus == '+'))) { in _freopen_null()
154 if (plus == '+') { in _freopen_null()
168 if (plus == '+') { in _freopen_null()
H A Dfdopen.c60 char plus; in fdopen() local
87 if ((plus = type[1]) == 'b') /* Unix ignores 'b' ANSI std */ in fdopen()
88 plus = type[2]; in fdopen()
89 if (plus == '+') in fdopen()
/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dfiles.c136 #define plus (type[1] == '+') in open_locked() macro
139 oflag = plus? O_RDWR : O_WRONLY; in open_locked()
144 oflag = (plus? O_RDWR : O_WRONLY) | O_APPEND; in open_locked()
148 oflag = plus? O_RDWR : O_RDONLY; in open_locked()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A D_open.c302 int plus, oflag, fd; in _fopen() local
308 plus = (mode[1] == '+'); in _fopen()
311 oflag = (plus ? O_RDWR : O_WRONLY) | N_O_TRUNC | N_O_CREAT; in _fopen()
314 oflag = (plus ? O_RDWR : O_WRONLY) | N_O_CREAT; in _fopen()
317 oflag = plus ? O_RDWR : O_RDONLY; in _fopen()
326 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; in _fopen()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c357 int plus; in _alloc_files() local
369 plus = 0; in _alloc_files()
374 plus = 1; in _alloc_files()
381 sprintf (cp, "%d", num + plus); in _alloc_files()
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptlib.h92 int plus; /* + ok */ member
/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_cout.c459 char *plus = ""; in arraysize() local
474 plus = " + "; in arraysize()
488 tlen = slen + len + strlen(plus); in arraysize()
497 plus, dc->array_max); in arraysize()
500 plus, dc->array_max, elsize); in arraysize()
/titanic_50/usr/src/lib/libtecla/
H A DREADME30 The source code here is derived from libtecla version 1.6 plus one bug
/titanic_50/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
/titanic_50/usr/src/grub/grub-0.97/
H A DREADME8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
/titanic_50/usr/src/cmd/make/bin/
H A Dglobals.cc127 Name plus; variable
H A Dread2.cc143 if(current_names->used != 0 && current_names->names[current_names->used-1] == plus) { in enter_name()
144 if(name == plus) { in enter_name()
163 if (name == plus) { in enter_name()
504 (next && (*next == plus) ? in find_target_groups()
532 (*next == plus)) { in find_target_groups()
H A Dmisc.cc614 plus = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names()
/titanic_50/usr/src/common/atomic/i386/
H A Datomic.s345 addb %cl, %al / return old value plus delta
357 addw %cx, %ax / return old value plus delta
371 addl %ecx, %eax / return old value plus delta
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample74 # plus those found in certificates, etc. The following parameter
/titanic_50/usr/src/uts/sun4/ml/
H A Dip_ocsum.s312 5: ! plus 4 for the exit mispredict
/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h243 extern Name plus;
/titanic_50/usr/src/cmd/sendmail/db/
H A DLICENSE35 * more than the cost of distribution plus a nominal fee, and must be
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS144 address space has enough room for that much code, plus the
/titanic_50/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE7 Package in a more-or-less customary fashion, plus the right to make
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README121 All the above changes plus:
144 plus:
160 All the above changes plus:
168 All the above changes plus:
514 All the above changes plus:
520 All the above changes plus:
682 All the above changes plus:
831 All the above changes plus:
/titanic_50/usr/src/cmd/vgrind/
H A Dvgrindefs.src86 newnode nextcom nil null parent plus precnl prevcom prog progn\

123