| /illumos-gate/usr/src/lib/libcommputil/common/ |
| H A D | sdp.c | 47 wrote = snprintf(buf, len, "a=%s%c%s%s", \ 51 wrote = snprintf(buf, len, "a=%s%s", (m_attr)-> \ 54 len = len - wrote; \ 55 buf = buf + wrote; \ 63 wrote = snprintf(buf, len, "k=%s%c%s%s", \ 67 wrote = snprintf(buf, len, "k=%s%s", (m_key)-> \ 70 len = len - wrote; \ 71 buf = buf + wrote; \ 77 wrote = snprintf(buf, len, "b=%s%c%llu%s", (m_bw)-> \ 79 len = len - wrote; \ [all …]
|
| H A D | sdp_parse_helper.c | 284 int wrote = 0; in sdp_list_to_str() local 311 wrote = snprintf(ret, size, "%s ", in sdp_list_to_str() 314 wrote = snprintf(ret, size, "%lld ", in sdp_list_to_str() 317 ret = ret + wrote; in sdp_list_to_str() 318 size = size - wrote; in sdp_list_to_str()
|
| /illumos-gate/usr/src/cmd/sendmail/db/mp/ |
| H A D | mp_sync.c | 42 int ar_cnt, nalloc, next, maxpin, ret, wrote; local 198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote); 204 if (ret != 0 || !wrote) { 322 int ar_cnt, incomplete, nalloc, next, ret, wrote; local 400 ret = __memp_pgwrite(dbmfp, bharray[next], NULL, &wrote); 416 if (!wrote) 451 int ret, wrote; local 498 if ((ret = __memp_bhwrite(dbmp, mfp, bhp, NULL, &wrote)) != 0) 506 if (!wrote) {
|
| H A D | mp_fput.c | 38 int wrote, ret; local 140 dbmfp->mfp, bhp, NULL, &wrote) != 0 || !wrote)
|
| H A D | mp_region.c | 62 int nomore, restart, ret, wrote; local 142 mfp, bhp, &restart, &wrote)) != 0) 154 if (wrote)
|
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | os.c | 1022 int wrote = 0; in sqliteOsWrite() local 1025 while( amt>0 && (wrote = write(id->fd, pBuf, amt))>0 ){ in sqliteOsWrite() 1026 amt -= wrote; in sqliteOsWrite() 1027 pBuf = &((char*)pBuf)[wrote]; in sqliteOsWrite() 1039 DWORD wrote; in sqliteOsWrite() local 1042 while( amt>0 && (rc = WriteFile(id->h, pBuf, amt, &wrote, 0))!=0 && wrote>0 ){ in sqliteOsWrite() 1043 amt -= wrote; in sqliteOsWrite() 1044 pBuf = &((char*)pBuf)[wrote]; in sqliteOsWrite() 1046 if( !rc || amt>(int)wrote ){ in sqliteOsWrite() 1053 int wrote = 0; in sqliteOsWrite() local [all …]
|
| /illumos-gate/usr/src/test/os-tests/tests/signalfd/ |
| H A D | multipoll.c | 52 ssize_t wrote = write(pfd, buf, sizeof (buf)); in main() local 53 if (wrote != sizeof (buf)) { in main()
|
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | AUTHORS | 6 VaX#n8 (real name unknown) wrote shared_src/fsys_ext2fs.c. 38 Klaus Reichl wrote stage2/fsys_minix.c. 42 Jochen Hoenicke rewrote stage2/fsys_fat.c and wrote
|
| H A D | COPYING | 122 entire whole, and thus to each and every part regardless of who wrote it.
|
| /illumos-gate/usr/src/common/pnglite/ |
| H A D | THIRDPARTYLICENSE | 14 * claim that you wrote the original software. If you use this software
|
| /illumos-gate/usr/src/contrib/ast/lib/package/ |
| H A D | zlib.def | 29 claim that you wrote the original software. If you use this software
|
| /illumos-gate/usr/src/contrib/zlib/ |
| H A D | THIRDPARTYLICENSE | 14 claim that you wrote the original software. If you use this software
|
| H A D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 98 claim that you wrote the original software. If you use this software
|
| /illumos-gate/usr/src/cmd/zlogin/ |
| H A D | zlogin.c | 764 int wrote = 0; in process_output() local 779 len = write(out_fd, ibuf + wrote, cc - wrote); in process_output() 783 wrote += len; in process_output() 784 } while (wrote < cc); in process_output()
|
| /illumos-gate/usr/src/common/bzip2/ |
| H A D | LICENSE | 16 not claim that you wrote the original software. If you use this
|
| /illumos-gate/usr/src/uts/sun4v/cpu/ |
| H A D | common_asm.S | 75 ! value we wrote was in the 78 cmp %o2, %o0 ! If the value we wrote was in the
|
| /illumos-gate/usr/src/uts/sun4u/cpu/ |
| H A D | common_asm.S | 246 sllx %o0, 1, %o0 ! value we wrote was in the future. 249 cmp %o2, %o0 ! If the value we wrote was in the
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | THIRDPARTYLICENSE | 69 claim that you wrote the original software. If you use this software 216 entire whole, and thus to each and every part regardless of who wrote it.
|
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | btree.test | 88 # Reopen the database and attempt to read the record that we wrote.
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | arc.c | 7583 l2arc_write_interval(clock_t began, uint64_t wanted, uint64_t wrote) in l2arc_write_interval() argument 7593 if (l2arc_feed_again && wrote > (wanted / 2)) in l2arc_write_interval() 8775 uint64_t size, wrote; in l2arc_feed_thread() local 8847 wrote = l2arc_write_buffers(spa, dev, size); in l2arc_feed_thread() 8852 next = l2arc_write_interval(begin, size, wrote); in l2arc_feed_thread()
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | GPL-2 | 122 entire whole, and thus to each and every part regardless of who wrote it.
|
| /illumos-gate/usr/src/cmd/powertop/common/ |
| H A D | COPYING | 122 entire whole, and thus to each and every part regardless of who wrote it.
|
| /illumos-gate/usr/src/data/zoneinfo/ |
| H A D | asia | 18 # Many years ago Gwillim Law wrote that a good source 2095 # I wrote "ordinance" above, but I don't know how to translate. 2745 # Dan Azzi wrote "My view is that this whole thing is a Dumb and Dumber movie." 3118 # Steffen Thorsen wrote: 3798 # modern times", New York Times (1961-04-09), p 20, wrote that only airlines 3804 # Arabia you were in. In 1969, Elias Antar wrote that although a common 3973 # Jesper Nørgaard Welen wrote:
|
| /illumos-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | LICENSE.txt | 264 entire whole, and thus to each and every part regardless of who wrote it. 668 entire whole, and thus to each and every part regardless of who wrote
|
| /illumos-gate/usr/src/lib/librstp/common/ |
| H A D | COPYING | 198 entire whole, and thus to each and every part regardless of who wrote
|