Query: catgets
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
catgets(3C) catgets(3C)NAMEcatgets() - get a program messageSYNOPSISDESCRIPTIONThe function reads message in set from the message catalog identified by a catalog descriptor returned from a previous call to (see catopen(3C)). If the call fails, points to a default message string returned by A message longer than bytes is truncated. The returned message string is always terminated with a null byte. is defined inEXTERNAL INFLUENCESInternational Code Set Support Single- and multi-byte character code sets are supported.RETURN VALUEIf the call is successful, returns a pointer to an internal buffer area containing the null-terminated message string. If the call is unsuccessful, returns a pointer toERRORSfails and sets under any of the following conditions: [EBADF] is not a valid catalog descriptor. [EINTR] A signal was caught during the read(2) system call. [EINVAL] The message catalog identified by is corrupted. [ENOMSG] The message identified by or is not in the message catalog. [ERANGE] A message longer than bytes was truncated.WARNINGSThe function returns a pointer to a static area that is overwritten on each call.AUTHORwas developed by HP.FILESSEE ALSOdumpmsg(1), findmsg(1), gencat(1), catclose(3C), catopen(3C), thread_safety(5).STANDARDS CONFORMANCEcatgets(3C)
Related Man Pages |
---|
catgets(3) - linux |
catgets(3) - redhat |
catgets(3) - debian |
catgets(3) - minix |
catgets(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Message passing to kerenel |
Perl - what does this statement mean -Regex |