Home
last modified time | relevance | path

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

123

/illumos-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()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c84 char plus, mode; in _freopen_null() local
132 if ((plus = type[1]) == 'b') in _freopen_null()
133 plus = type[2]; in _freopen_null()
148 if ((accmode == O_RDONLY && (mode != 'r' || plus == '+')) || in _freopen_null()
149 (accmode == O_WRONLY && (mode == 'r' || plus == '+'))) { in _freopen_null()
167 if (plus == '+') { in _freopen_null()
181 if (plus == '+') { in _freopen_null()
H A Dfdopen.c58 char plus; in fdopen() local
85 if ((plus = type[1]) == 'b') /* Unix ignores 'b' ANSI std */ in fdopen()
86 plus = type[2]; in fdopen()
87 if (plus == '+') in fdopen()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c135 #define plus (type[1] == '+') in open_locked() macro
138 oflag = plus? O_RDWR : O_WRONLY; in open_locked()
143 oflag = (plus? O_RDWR : O_WRONLY) | O_APPEND; in open_locked()
147 oflag = plus? O_RDWR : O_RDONLY; in open_locked()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c355 int plus; in _alloc_files() local
367 plus = 0; in _alloc_files()
372 plus = 1; in _alloc_files()
379 sprintf (cp, "%d", num + plus); in _alloc_files()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ69 $(SD_LIB):= MAPFILES += ../common/mapfile-vers-plus
70 $(UFM_LIB):= MAPFILES += ../common/mapfile-vers-plus
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex329 {-4ex \@plus -1ex \@minus -.4ex}
330 {1ex \@plus.2ex }
333 {-3ex \@plus -0.1ex \@minus -.4ex}
334 {0.5ex \@plus.2ex }
337 {-2ex \@plus -0.1ex \@minus -.2ex}
338 {0.2ex \@plus.2ex }
341 {-2ex \@plus-.2ex \@minus .2ex}
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c461 char *plus = ""; in arraysize() local
476 plus = " + "; in arraysize()
490 tlen = slen + len + strlen(plus); in arraysize()
499 plus, dc->array_max); in arraysize()
502 plus, dc->array_max, elsize); in arraysize()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h89 int plus; /* + ok */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptlib.h95 int plus; /* + ok */ member
/illumos-gate/usr/src/lib/libtecla/
H A DREADME30 The source code here is derived from libtecla version 1.6 plus one bug
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc129 Name plus; variable
H A Dread2.cc145 if(current_names->used != 0 && current_names->names[current_names->used-1] == plus) { in enter_name()
146 if(name == plus) { in enter_name()
165 if (name == plus) { in enter_name()
506 (next && (*next == plus) ? in find_target_groups()
534 (*next == plus)) { in find_target_groups()
H A Dmisc.cc624 plus = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names()
/illumos-gate/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
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S297 5: ! plus 4 for the exit mispredict
/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic9 the Package in a more-or-less customary fashion, plus the right to
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h250 extern Name plus;
/illumos-gate/usr/src/cmd/sendmail/db/
H A DLICENSE35 * more than the cost of distribution plus a nominal fee, and must be
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE7 Package in a more-or-less customary fashion, plus the right to make
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS144 address space has enough room for that much code, plus the
/illumos-gate/usr/src/cmd/sgs/tools/
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:
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-475 starting address plus 512 bytes. The block lists are stored in the
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src86 newnode nextcom nil null parent plus precnl prevcom prog progn\

123