/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | fopen.c | 51 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_44/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | fopen.c | 57 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_44/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 57 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_44/usr/src/lib/libc/port/stdio/ |
H A D | fopen.c | 82 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 D | fdopen.c | 60 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_44/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 136 #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_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | _open.c | 302 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_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | files.c | 357 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_44/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 92 int plus; /* + ok */ member
|
/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 459 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_44/usr/src/lib/libtecla/ |
H A D | README | 30 The source code here is derived from libtecla version 1.6 plus one bug
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | README | 8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
|
/titanic_44/usr/src/cmd/fwflash/plugins/transport/ |
H A D | Makefile.targ | 66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | globals.cc | 127 Name plus; variable
|
H A D | read2.cc | 143 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 D | misc.cc | 614 plus = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names()
|
/titanic_44/usr/src/common/atomic/i386/ |
H A D | atomic.s | 345 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_44/usr/src/cmd/cmd-inet/etc/ |
H A D | wanboot.conf.sample | 74 # plus those found in certificates, etc. The following parameter
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 312 5: ! plus 4 for the exit mispredict
|
/titanic_44/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 243 extern Name plus;
|
/titanic_44/usr/src/cmd/sendmail/db/ |
H A D | LICENSE | 35 * more than the cost of distribution plus a nominal fee, and must be
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | README.LFS | 144 address space has enough room for that much code, plus the
|
/titanic_44/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 7 Package in a more-or-less customary fashion, plus the right to make
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 121 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_44/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 86 newnode nextcom nil null parent plus precnl prevcom prog progn\
|