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
64 *modifier = NULL;
65 *territory = NULL;
66 *codeset = NULL;
67 *normalized_codeset = NULL;
68 *special = NULL;
69 *sponsor = NULL;
70 *revision = NULL;
176 if (*territory != NULL && (*territory)[0] == '\0')
179 if (*codeset != NULL && (*codeset)[0] == '\0')
182 if (*modifier != NULL && (*modifier)[0] == '\0')