Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wsreg_get_vendor(3wsreg) [sunos man page]

wsreg_set_vendor(3WSREG)			    Product Install Registry Library Functions				  wsreg_set_vendor(3WSREG)

NAME
wsreg_set_vendor, wsreg_get_vendor - set or get the vendor of a componentt SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> int wsreg_set_vendor(Wsreg_component *comp, const char *vendor); char *wsreg_get_vendor(const Wsreg_component *comp); DESCRIPTION
The wsreg_set_vendor() function sets the vendor specified by vendor in the component specified by comp. The vendor argument is a string that identifies the vendor of the component. If a vendor has already been set in the specified component, the resources associated with the previously set vendor are released. The wsreg_get_vendor() function gets the vendor string from the component specified by comp. The resulting string must be released by the caller. RETURN VALUES
The wsreg_set_vendor() function returns a non-zero value if the vendor was set correctly; otherwise it returns 0. The wsreg_get_vendor() function returns a copy of the vendor from the specified component. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
wsreg_initialize(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_set_vendor(3WSREG)

Check Out this Related Man Page

wsreg_set_location(3WSREG)			    Product Install Registry Library Functions				wsreg_set_location(3WSREG)

NAME
wsreg_set_location, wsreg_get_location - set or get the location of a component SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> int wsreg_set_location(Wsreg_component *comp, const char *location); char *wsreg_get_location(const Wsreg_component *comp); DESCRIPTION
The wsreg_set_location() function sets the location specified by location into the component specified by comp. Every component must have a location before being registered. If a location has already been set into the specified component, the resources associated with the previously set location are released. The wsreg_get_location() function gets the location string from the component specified by comp. The resulting string must be released by the caller. RETURN VALUES
The wsreg_set_location() function returns a non-zero value if the location was set correctly; otherwise 0 is returned. The wsreg_get_location() function returns a copy of the location from the specified component. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
wsreg_initialize(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_set_location(3WSREG)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hardware Requirements

Can someone please help me with the following question. I am trying to find out what the minimum hardware requirements are for a Unix OS, the vendor does not matter. Thanks in advance. (1 Reply)
Discussion started by: goodrics
1 Replies

2. UNIX for Advanced & Expert Users

Database Migration

Hi All, This question is mainly to get help from u all experts for a database vendor change we are in the process of migrating our database vendor from INFORMIX to ORACLE to run on SOLARIS 9.4 box. Hence we need to work out on our applications which all are written in native 4GL (an easy... (2 Replies)
Discussion started by: matrixmadhan
2 Replies

3. Solaris

Anyone has problems with new Blade 2500????

Hi guys, I am a new member here. This is my first post. I try to purchase some new Blade 2500 for the company. However, the vendor suggests me to get Blade 2000 instead. The vendor said he has many problems with new Silver Blade 2500's. Has anyone here had simlar experience with blade 2500?... (4 Replies)
Discussion started by: facaizhu
4 Replies

4. UNIX for Dummies Questions & Answers

SCO Unix; possible to resize partitions?

If anyone is willing to help I would defenitely appreciate it! The situtation is that we have a client that had a "falling out" with their software/hardware vendor and now aren't able to get support for their machines and software. What's happening is they're using SCO-Unix and a medical... (5 Replies)
Discussion started by: PartieHonteuse
5 Replies

5. HP-UX

Is there any way to get old HP-UX versions?

I got my hands on a HP9000/380 and need a (really) old version of HP-UX, like 7 or 8. Is there any vendor who sells older versions? I did a quick search here and checked the FAQ and HPs HP-UX site but couldn't find anything. :confused: Any help is appreciated! (4 Replies)
Discussion started by: dlundh
4 Replies

6. AIX

Problem in ftpying the datasets containing comp values to AIX from mainframe

Hi, When i am trying to ftp COBOL generated data sets which contain comp values to AIX in ASCII mode. the comp values are getting corrupted. If i ftp the data set in binary mode it is working properly, but for this i have to change some compiler options in the COBOL. Also if i want to use the... (5 Replies)
Discussion started by: sekhar gajjala
5 Replies

7. Solaris

vendor of physical host with Solaris OS

(0 Replies)
Discussion started by: epriya2003
0 Replies

8. UNIX for Dummies Questions & Answers

vendor of physical host with Solaris OS

I have a machine with Solaris OS 10 installed. What command/file can give me the vendor of physical machine. I have a machine with AIX OS installed. What command/file can give me the vendor of physical machine. I have a machine with Linux OS installed. What command/file can give... (1 Reply)
Discussion started by: epriya2003
1 Replies

9. Linux

dhcp what does vendor-class-identifier, 0, 9 mean?

dhcp what does vendor-class-identifier, 0, 9 mean? match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; (3 Replies)
Discussion started by: 3junior
3 Replies

10. Shell Programming and Scripting

Landing location after FTP.

Hi, I have a requirement that my server receives files from a third party. For this a new user(vendor) has been created and given to the vendor with the default home directory as /home/vendor on my server where he will be placed as soon as he logs into my server. Due to space issues on /home I... (2 Replies)
Discussion started by: bubba27
2 Replies

11. Solaris

Verify Hard Drive was swapped

I recently had a vendor hot-swap a faulty hard drive on my system. The fault was determined before there were any noticeable errors with regular operation on the user end. The vendor claims to have replaced the faulty hard drive. Is there a way to verify that the hard drive has been replaced? I... (3 Replies)
Discussion started by: MaindotC
3 Replies

12. UNIX for Dummies Questions & Answers

Auto ENTER key on TERM

I'm working in a UNIX box that's owned by a vendor. They have it set up by State, meaning when I need to program script related to certain States, I type in, for example, "CA", it goes to a whole other terminal: ddqsw:pts/2:login miller CA TERM = ( vt100 ) When I do this I have to hit... (7 Replies)
Discussion started by: shorty
7 Replies