Home
last modified time | relevance | path

Searched defs:n (Results 1 – 9 of 9) sorted by relevance

/intl/
A Dlibintl.h114 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) argument
116 # define dngettext(domainname, msgid1, msgid2, n) \ argument
A Deval-plural.h24 plural_eval (const struct expression *pexp, unsigned long int n) in plural_eval()
A Dngettext.c55 NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n) in NGETTEXT()
A Ddngettext.c49 const char *msgid1, const char *msgid2, unsigned long int n) in DNGETTEXT()
A Ddcngettext.c46 const char *msgid1, const char *msgid2, unsigned long int n, in DCNGETTEXT()
A Dlocalealias.c94 # define FGETS(buf, n, fp) __fgets_unlocked (buf, n, fp) argument
97 # define FGETS(buf, n, fp) fgets (buf, n, fp) argument
105 # define alloca(n) malloc (n) argument
A Dplural-exp.c113 unsigned long int n; in EXTRACT_PLURAL_EXPRESSION() local
A Ddcigettext.c477 int plural, unsigned long int n, in gl_dcigettext()
1406 plural_lookup (struct loaded_l10nfile *domain, unsigned long int n, in plural_lookup()
1660 mempcpy (void *dest, const void *src, size_t n) in mempcpy()
A Dloadmsgcat.c450 # define read(fd, buf, n) __read_nocancel (fd, buf, n) argument
1151 size_t n; in _nl_load_domain() local

Completed in 18 milliseconds