Home | History | Annotate | Download | only in intl

Lines Matching defs:NULL

31 /* On some strange systems still no definition of NULL is found.  Sigh!  */
32 #ifndef NULL
34 # define NULL ((void *) 0)
36 # define NULL 0
71 *modifier = NULL;
72 *territory = NULL;
73 *codeset = NULL;
74 *normalized_codeset = NULL;
75 *special = NULL;
76 *sponsor = NULL;
77 *revision = NULL;
183 if (*territory != NULL && (*territory)[0] == '\0')
186 if (*codeset != NULL && (*codeset)[0] == '\0')
189 if (*modifier != NULL && (*modifier)[0] == '\0')