| /onnv/onnv-gate/usr/src/lib/libtecla/ |
| README | 30 The source code here is derived from libtecla version 1.6 plus one bug
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/sys5/ |
| fopen.c | 51 int plus, oflag, fd; local 55 plus = (mode[1] == '+'); 58 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; 61 oflag = (plus ? O_RDWR : O_WRONLY) | O_APPEND | O_CREAT; 64 oflag = plus ? O_RDWR : O_RDONLY; 73 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; 75 if (!plus) {
|
| /onnv/onnv-gate/usr/src/lib/libc/port/stdio/ |
| fdopen.c | 60 char plus; local 87 if ((plus = type[1]) == 'b') /* Unix ignores 'b' ANSI std */ 88 plus = type[2]; 89 if (plus == '+')
|
| _endopen.c | 59 char plus; local 81 if ((plus = type[1]) == 'b') 82 plus = type[2]; 83 if (plus == '+') {
|
| fopen.c | 82 char plus, mode; local 119 if ((plus = type[1]) == 'b') 120 plus = type[2]; 135 if ((accmode == O_RDONLY && (mode != 'r' || plus == '+')) || 136 (accmode == O_WRONLY && (mode == 'r' || plus == '+'))) { 154 if (plus == '+') { 168 if (plus == '+') {
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/4.2/ |
| fopen.c | 57 int plus, oflag, fd; local 61 plus = (mode[1] == '+'); 64 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; 67 oflag = (plus ? O_RDWR : O_WRONLY) | O_CREAT; 70 oflag = plus ? O_RDWR : O_RDONLY; 79 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/ |
| fopen.c | 57 int plus, oflag, fd; local 61 plus = (mode[1] == '+'); 64 oflag = (plus ? O_RDWR : O_WRONLY) | O_TRUNC | O_CREAT; 67 oflag = (plus ? O_RDWR : O_WRONLY) | O_CREAT; 70 oflag = plus ? O_RDWR : O_RDONLY; 95 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/ |
| roff.sdata | 61 [plus ] \\(pl 534 # [mnplus] /mp B: =minus-or-plus sign
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| overload.t | 65 '+' => \&plus, 68 sub plus { subroutine
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| _open.c | 301 int plus, oflag, fd; local 307 plus = (mode[1] == '+'); 310 oflag = (plus ? O_RDWR : O_WRONLY) | N_O_TRUNC | N_O_CREAT; 313 oflag = (plus ? O_RDWR : O_WRONLY) | N_O_CREAT; 316 oflag = plus ? O_RDWR : O_RDONLY; 325 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| files.c | 136 #define plus (type[1] == '+') macro 139 oflag = plus? O_RDWR : O_WRONLY; 144 oflag = (plus? O_RDWR : O_WRONLY) | O_APPEND; 148 oflag = plus? O_RDWR : O_RDONLY;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| optlib.h | 91 int plus; /* + ok */ member in struct:Optstate_s
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| htmlescp.t | 46 <p>Here is some <strong>bold</strong> text, some <em>italic</em> plus <em>/etc/fstab</em>
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| files.c | 357 int plus; local 369 plus = 0; 374 plus = 1; 381 sprintf (cp, "%d", num + plus);
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| ExternalId.cxx | 56 Char plus = charset.execToDesc('+'); local 63 if (fieldLength == 1 && (*fieldStart == minus || *fieldStart == plus)) { 64 ownerType_ = (*fieldStart == plus ? registered : unregistered);
|
| /onnv/onnv-gate/usr/src/cmd/fwflash/plugins/transport/ |
| Makefile.targ | 66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
|
| /onnv/onnv-gate/usr/src/cmd/rpcgen/ |
| rpc_cout.c | 459 char *plus = ""; local 470 * optionally the plus string, " + ", if this is not the first array, 474 plus = " + "; 488 tlen = slen + len + strlen(plus); 497 plus, dc->array_max); 500 plus, dc->array_max, elsize);
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/ |
| Group.pod | 62 base class, plus the following:
|
| Item.pod | 75 base class, plus the following:
|
| Exacct.pod | 164 :EXACCT_CONSTANTS :CONSTANTS, plus the :CONSTANTS tags for 168 :EXACCT_ALL :ALL, plus the :ALL tags for Sun::Solaris::Catalog,
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| CheckTree.pm | 36 directives, each containing a filename plus a file test to try on it.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
| Unicode.pm | 84 I<Character Encoding Scheme> A character encoding form plus byte
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| sigtrap.pm | 151 trap, plus you can supply your own list of signals.
|
| bigrat.pm | 212 numbers or as a result of 0/0. '+inf' and '-inf' represent plus respectively
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| ContentToken.h | 80 enum OccurrenceIndicator { none = 0, opt = 01, plus = 02, rep = 03 }; enumerator in enum:SP_NAMESPACE::ContentToken::OccurrenceIndicator
|