| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| H A D | _endopen.c | 59 char plus; in _endopen() local 81 if ((plus = type[1]) == 'b') in _endopen() 82 plus = type[2]; in _endopen() 83 if (plus == '+') { in _endopen()
|
| /onnv-gate/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()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | X509_NAME_print_ex.pod | 57 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators. B<XN_FLAG_SEP_CPLUS_SPC> 58 uses comma and plus with spaces: this is more readable that plain comma and plus. 59 B<XN_FLAG_SEP_SPLUS_SPC> uses spaced semicolon and plus. B<XN_FLAG_SEP_MULTILINE> uses 60 spaced newline and plus respectively.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| H A D | overload.t | 65 '+' => \&plus, 68 sub plus { subroutine
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | ExternalId.cxx | 56 Char plus = charset.execToDesc('+'); in init() local 63 if (fieldLength == 1 && (*fieldStart == minus || *fieldStart == plus)) { in init() 64 ownerType_ = (*fieldStart == plus ? registered : unregistered); in init()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| H A D | htmlescp.pod | 10 Here is some B<bold> text, some I<italic> plus F</etc/fstab>
|
| /onnv-gate/usr/src/lib/libast/common/misc/ |
| H A D | optlib.h | 92 int plus; /* + ok */ member
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/lib/libtecla/ |
| H A D | README | 30 The source code here is derived from libtecla version 1.6 plus one bug
|
| /onnv-gate/usr/src/grub/grub-0.97/ |
| H A D | README | 8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
|
| /onnv-gate/usr/src/cmd/fwflash/plugins/transport/ |
| H A D | Makefile.targ | 66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_set_timeout.pod | 26 time plus timeout, the session is not reused.
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/ |
| H A D | Exacct.pod | 143 :EXACCT_CONSTANTS :CONSTANTS, plus the :CONSTANTS tags for 147 :EXACCT_ALL :ALL, plus the :ALL tags for Sun::Solaris::Catalog,
|
| H A D | Item.pod | 54 base class, plus the following:
|
| /onnv-gate/usr/src/common/atomic/i386/ |
| H A D | atomic.s | 344 addb %cl, %al / return old value plus delta 356 addw %cx, %ax / return old value plus delta 370 addl %ecx, %eax / return old value plus delta
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | header | 45 # period or slash, in fact, entirely alphanumeric characters plus dash are
|
| /onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| H A D | annarbor | 104 aaa-29|ann arbor ambassador/29 lines plus status line, 138 aaa-59|ann arbor ambassador/59 lines plus status line,
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/pod/ |
| H A D | Privilege.pod | 127 plus constant for all privileges and privilege sets.
|