Searched refs:dn (Results 1 – 2 of 2) sorted by relevance
2741 char *dn, *eom; in libc_hidden_def() local2746 dn = dst; in libc_hidden_def()2760 *dn++ = '.'; in libc_hidden_def()2773 *dn++ = '\\'; in libc_hidden_def()2780 *dn++ = '\\'; in libc_hidden_def()2794 if (dn == dst) { in libc_hidden_def()2799 *dn++ = '.'; in libc_hidden_def()2801 if (dn >= eom) { in libc_hidden_def()2805 *dn++ = '\0'; in libc_hidden_def()3171 dn = domain; in dn_find()[all …]
17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } in bind_textdomain_codeset() argument
Completed in 12 milliseconds