Lines Matching refs:ncf
95 unsigned char ncf[30];
101 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00},
106 .ncf = "abcdefghijklmnopqrstuvwxyz0.1",
112 .ncf = {0x73, 0x73, 0x00},
118 .ncf = {0x61, 0xcc, 0x8a, 0x00},
128 .ncf = {0xe1, 0x8e, 0xa0, 0x00},
133 .ncf = {0xe1, 0x8f, 0xb0, 0x00},
139 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00},
146 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00},
152 .ncf = {0xc9, 0xaa, 0x00},
159 .ncf = {0xe1, 0x83, 0x90, 0x00},
214 int nlen = strlen(nfdicf_test_data[i].ncf);
225 test_f((c == nfdicf_test_data[i].ncf[j]),
227 c, nfdicf_test_data[i].ncf[j]);
259 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf,
260 .len = sizeof(nfdicf_test_data[i].ncf)};