Searched defs:nul (Results 1 – 16 of 16) sorted by relevance
161 char *nul = "NULL"; in main() local
190 StringRef nul("NUL"); in TEST_F() local192 StringRef nul("/dev/null"); in TEST_F() local
161 char nul = 0; in fpga_prepare_dtb() local
221 const char *nul = ""; /* Empty string value */ in main() local
214 lwsac_scan_extant(struct lwsac *head, uint8_t *find, size_t len, int nul) in lwsac_scan_extant()
341 uint8_t *nul; in BLOB_READ_TYPE() local
716 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local
937 static const UChar nul[]={ 0 }; variable
1719 static const UChar nul = 0; in TestVariableTopSetting() local1829 static const UChar nul = 0; in TestMaxVariable() local
5260 static const UChar nul=0; in ucnv_SBCSFromUTF8() local5563 static const UChar nul=0; in ucnv_DBCSFromUTF8() local
65 UChar nul; member
1606 static const UChar nul=0; in TestBogus() local
662 const char *nul = in ParseSystemInfo() local
1179 char nul = '\0'; in TEST() local
2971 let nul = buf.iter().position(|c| *c == b'\0').unwrap(); in ttyname() localVariable