Home | History | Annotate | Download | only in lint1

Lines Matching refs:ok

26 void ok(_Bool);
33 ok(vp == cp);
34 ok(vp == ip);
36 ok(vp == fp);
41 ok(vp == (void *)0);
42 ok(cp == (void *)0);
43 ok(ip == (void *)0);
44 ok(fp == (void *)0); /* wrong 274 before 2021-01-25 */
45 ok((void *)0 == vp);
46 ok((void *)0 == cp);
47 ok((void *)0 == ip);
48 ok((void *)0 == fp); /* wrong 274 before 2021-01-25 */
49 ok(vp == 0);
50 ok(cp == 0);
51 ok(ip == 0);
52 ok(fp == 0);
53 ok(vp == 0L);
54 ok(cp == 0L);
55 ok(ip == 0L);
56 ok(fp == 0L);