Home | History | Annotate | Download | only in intl

Lines Matching defs:NULL

29 /* On some strange systems still no definition of NULL is found.  Sigh!  */
30 #ifndef NULL
32 # define NULL ((void *) 0)
34 # define NULL 0
62 *modifier = NULL;
63 *territory = NULL;
64 *codeset = NULL;
65 *normalized_codeset = NULL;
66 *special = NULL;
67 *sponsor = NULL;
68 *revision = NULL;
174 if (*territory != NULL && (*territory)[0] == '\0')
177 if (*codeset != NULL && (*codeset)[0] == '\0')
180 if (*modifier != NULL && (*modifier)[0] == '\0')