Searched refs:cat_name (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/catgets/ |
D | open_catalog.c | 38 __open_catalog (const char *cat_name, const char *nlspath, const char *env_var, in __open_catalog() argument 51 if (strchr (cat_name, '/') != NULL || nlspath == NULL) in __open_catalog() 52 fd = __open_nocancel (cat_name, O_RDONLY); in __open_catalog() 85 len = strlen (cat_name); in __open_catalog() 87 memcpy (&buf[bufact], cat_name, len); in __open_catalog() 101 len = strlen (cat_name); in __open_catalog() 103 memcpy (&buf[bufact], cat_name, len); in __open_catalog()
|
D | catgets.c | 31 catopen (const char *cat_name, int flag) in catopen() argument 38 if (strchr (cat_name, '/') == NULL) in catopen() 74 else if (__open_catalog (cat_name, nlspath, env_var, result) != 0) in catopen()
|
D | catgetsinfo.h | 53 extern int __open_catalog (const char *cat_name, const char *nlspath,
|
/glibc-2.36/manual/ |
D | message.texi | 86 @deftypefun nl_catd catopen (const char *@var{cat_name}, int @var{flag}) 114 @var{cat_name} and loads it when found. The return value is of an 155 This is the value of the @var{cat_name} argument given to
|