Searched refs:fill (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpspntops.psw59 fill
H A Dpspntops.psw59 fill
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c339 int fill; local
360 fill = Min((int)(src->ascii_src.piece_size - start_piece->used), length);
363 MyStrncpy(ptr + fill, ptr,
365 strncpy(ptr, text->ptr + firstPos, fill);
367 startPos += fill;
368 firstPos += fill;
369 start_piece->used += fill;
370 length -= fill;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c348 int fill; local
369 fill = Min((int)(src->ascii_src.piece_size - start_piece->used), length);
372 MyStrncpy(ptr + fill, ptr,
374 strncpy(ptr, text->ptr + firstPos, fill);
376 startPos += fill;
377 firstPos += fill;
378 start_piece->used += fill;
379 length -= fill;
H A DMultiSrc.c389 int fill; local
413 fill = Min((int)(src->multi_src.piece_size - start_piece->used), length);
416 MyWStrncpy(ptr + fill, ptr,
419 (void)wcsncpy(ptr, wptr + firstPos, fill);
421 startPos += fill;
422 firstPos += fill;
423 start_piece->used += fill;
424 length -= fill;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DCSBwraps.psw51 fill

Completed in 28 milliseconds