Bash  5.0-beta2
Bash - Bourne Again shell
dcgettext.c File Reference
#include "gettextP.h"
#include "libgnuintl.h"

Go to the source code of this file.

Macros

#define DCGETTEXT   libintl_dcgettext
 
#define DCIGETTEXT   libintl_dcigettext
 

Functions

char * libintl_dcgettext (char *domainname, const char *msgid, int category) const
 

Macro Definition Documentation

◆ DCGETTEXT

#define DCGETTEXT   libintl_dcgettext

Definition at line 42 of file dcgettext.c.

◆ DCIGETTEXT

#define DCIGETTEXT   libintl_dcigettext

Definition at line 43 of file dcgettext.c.

Referenced by libintl_dcgettext().

Function Documentation

◆ libintl_dcgettext()

char* libintl_dcgettext ( char *  domainname,
const char *  msgid,
int  category 
) const

Definition at line 49 of file dcgettext.c.

References dcgettext(), DCIGETTEXT, binding::domainname, and NULL.

Referenced by dcgettext().

53 {
54  return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
55 }
#define NULL
Definition: general.h:53
#define DCIGETTEXT
Definition: dcgettext.c:43
char domainname[1]
Definition: gettextP.h:155
Here is the call graph for this function:
Here is the caller graph for this function: