Searched refs:os (Results 1 – 1 of 1) sorted by relevance
596 const char *os; in test_strchrnul() local598 cp = strchrnul ((os = "abcd"), 'z'); in test_strchrnul()600 check (cp == os + 4, 2); in test_strchrnul()
Completed in 5 milliseconds