powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC.
[glibc.git] / include / nss.h
blob6358a10fd37867cbb90650827eab8913770cf58c
1 #ifndef _NSS_H
2 #include <nss/nss.h>
4 # ifndef _ISOMAC
6 #define NSS_INVALID_FIELD_CHARACTERS ":\n"
7 extern const char __nss_invalid_field_characters[] attribute_hidden;
9 _Bool __nss_valid_field (const char *value)
10 attribute_hidden internal_function;
11 _Bool __nss_valid_list_field (char **list)
12 attribute_hidden internal_function;
13 const char *__nss_rewrite_field (const char *value, char **to_be_freed)
14 attribute_hidden internal_function;
16 # endif /* !_ISOMAC */
17 #endif /* _NSS_H */