Home
last modified time | relevance | path

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

123456

/onnv-gate/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()
/onnv-gate/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()
/onnv-gate/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()
/onnv-gate/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()
H A D_endopen.c59 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 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()
/onnv-gate/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()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DX509_NAME_print_ex.pod57 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 Doverload.t65 '+' => \&plus,
68 sub plus { subroutine
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DExternalId.cxx56 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 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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlescp.pod10 Here is some B<bold> text, some I<italic> plus F</etc/fstab>
/onnv-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h92 int plus; /* + ok */ member
/onnv-gate/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()
/onnv-gate/usr/src/lib/libtecla/
H A DREADME30 The source code here is derived from libtecla version 1.6 plus one bug
/onnv-gate/usr/src/grub/grub-0.97/
H A DREADME8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
/onnv-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ66 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_timeout.pod26 time plus timeout, the session is not reused.
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DExacct.pod143 :EXACCT_CONSTANTS :CONSTANTS, plus the :CONSTANTS tags for
147 :EXACCT_ALL :ALL, plus the :ALL tags for Sun::Solaris::Catalog,
H A DItem.pod54 base class, plus the following:
/onnv-gate/usr/src/common/atomic/i386/
H A Datomic.s344 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 Dheader45 # period or slash, in fact, entirely alphanumeric characters plus dash are
/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dannarbor104 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 DPrivilege.pod127 plus constant for all privileges and privilege sets.

123456