Lines Matching full:null

58   NULL , NULL , "A(?", NULL , NULL , "A(~", "A^~", NULL ,
59 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
60 NULL , NULL , NULL , NULL , "Y?" , NULL , NULL , NULL ,
61 NULL , "Y~" , NULL , NULL , NULL , NULL , "Y." , NULL ,
62 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
63 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
64 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
65 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
66 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
67 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
68 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
69 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
70 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
71 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
72 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
73 NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
117 return (NULL); in mnemonic_ext_find()
140 return (NULL); in mnemonic_list_find()
149 if (m != NULL) { in mnemonic_create()
170 if (m0 == NULL) { in mnemonic_append_child()
172 if (m0 == NULL) in mnemonic_append_child()
177 for (m0 = NULL; (ch = (unsigned char)*s) != '\0'; ++s) { in mnemonic_append_child()
179 if (m0 == NULL) { in mnemonic_append_child()
181 if (m0 == NULL) in mnemonic_append_child()
187 if (m0 == NULL) in mnemonic_append_child()
265 if (*s == NULL) { in _citrus_VIQR_mbrtowc_priv()
293 if (m0 == NULL) in _citrus_VIQR_mbrtowc_priv()
308 if (pwc != NULL) in _citrus_VIQR_mbrtowc_priv()
331 m = NULL; in _citrus_VIQR_wcrtomb_priv()
334 if (p != NULL) in _citrus_VIQR_wcrtomb_priv()
342 if (m == NULL) in _citrus_VIQR_wcrtomb_priv()
346 if (mnemonic_list_find(&m->child, ch) == NULL) { in _citrus_VIQR_wcrtomb_priv()
348 m = NULL; in _citrus_VIQR_wcrtomb_priv()
353 if (p == NULL) { in _citrus_VIQR_wcrtomb_priv()
443 ei->mroot = mnemonic_create(NULL, '\0', ei->invalid); in _citrus_VIQR_encoding_module_init()
444 if (ei->mroot == NULL) in _citrus_VIQR_encoding_module_init()
448 if (s == NULL) in _citrus_VIQR_encoding_module_init()