Searched refs:pvs (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/sgs/pvs/ |
H A D | Makefile.com | 27 PROG= pvs 32 COMOBJ= pvs.o 53 BLTMESG= $(SGSMSGDIR)/pvs 57 SGSMSGCOM= ../common/pvs.msg
|
/titanic_44/usr/src/cmd/sort/common/ |
H A D | streams_wide.c | 267 static line_rec_t pvs; in stream_wide_put_line_unique() local 273 if ((pvs.l_collate.sp == NULL || in stream_wide_put_line_unique() 274 collated_wide(&pvs, line, 0, COLL_UNIQUE) != 0) && in stream_wide_put_line_unique() 280 pvs.l_collate.sp = safe_realloc(pvs.l_collate.sp, in stream_wide_put_line_unique() 286 (void) memcpy(pvs.l_collate.sp, line->l_collate.sp, in stream_wide_put_line_unique() 289 *(wchar_t *)(pvs.l_collate.sp + line->l_collate_length) = L'\0'; in stream_wide_put_line_unique() 290 pvs.l_collate_length = line->l_collate_length; in stream_wide_put_line_unique()
|
H A D | streams_stdio.c | 392 static line_rec_t pvs; in stream_stdio_put_line_unique() local 398 if (pvs.l_collate.sp != NULL && in stream_stdio_put_line_unique() 399 collated(&pvs, line, 0, COLL_UNIQUE) == 0) { in stream_stdio_put_line_unique() 408 pvs.l_collate.sp = safe_realloc(pvs.l_collate.sp, in stream_stdio_put_line_unique() 413 (void) memcpy(pvs.l_collate.sp, line->l_collate.sp, in stream_stdio_put_line_unique() 415 *(pvs.l_collate.sp + line->l_collate_length) = '\0'; in stream_stdio_put_line_unique() 416 pvs.l_collate_length = line->l_collate_length; in stream_stdio_put_line_unique()
|
/titanic_44/usr/src/cmd/sgs/ |
H A D | Makefile | 55 pvs \ 92 ldprof libcrle pvs elfdump \
|
/titanic_44/usr/src/cmd/sgs/messages/ |
H A D | Makefile.com | 45 libcrle crle moe pvs \
|
H A D | sgs.ident | 46 MSG_ID_PVS 22 SUNW_OST_SGS /* sgs/pvs */
|
/titanic_44/usr/src/cmd/sgs/packages/ |
H A D | Makefile.lint | 68 ../pvs
|
H A D | Makefile | 86 ../pvs
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | developer-linker.mf | 60 file path=usr/bin/$(ARCH64)/pvs mode=0555 70 file path=usr/bin/pvs mode=0555 105 file path=usr/share/man/man1/pvs.1
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | prototype_i386 | 55 f none $SGSDIR/usr/bin/amd64/pvs=usr/bin/amd64/pvs 555 root bin
|
H A D | prototype_sparc | 55 f none $SGSDIR/usr/bin/sparcv9/pvs=usr/bin/sparcv9/pvs 555 root bin
|
H A D | prototype_com | 68 f none $SGSDIR/usr/bin/pvs=usr/bin/pvs 555 root bin
|
H A D | SUNWonld-README | 1593 6931056 pvs -r output can include empty versions in output
|
/titanic_44/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 29 # Message file for cmd/sgs/pvs.
|
/titanic_44/usr/src/man/man1/ |
H A D | Makefile | 306 pvs.1 \
|
/titanic_44/ |
H A D | .gitignore | 2572 usr/src/cmd/sgs/messages/i386/pvs 2591 usr/src/cmd/sgs/pvs/.make.state.i386 2592 usr/src/cmd/sgs/pvs/amd64/.make.state.i386 2593 usr/src/cmd/sgs/pvs/amd64/msg.c 2594 usr/src/cmd/sgs/pvs/amd64/msg.h 2595 usr/src/cmd/sgs/pvs/amd64/pvs 2596 usr/src/cmd/sgs/pvs/i386/.make.state.i386 2597 usr/src/cmd/sgs/pvs/i386/msg.c 2598 usr/src/cmd/sgs/pvs/i386/msg.h 2599 usr/src/cmd/sgs/pvs/i386/pvs
|