Lines Matching full:ensuring
51 printf("Ensuring SLIST_EMPTY works\n"); in ATF_TC_BODY()
62 printf("Ensuring SLIST_INSERT_HEAD works\n"); in ATF_TC_BODY()
70 printf("Ensuring SLIST_FIRST returns element 1\n"); in ATF_TC_BODY()
82 printf("Ensuring SLIST_INSERT_AFTER works\n"); in ATF_TC_BODY()
105 printf("Ensuring SLIST_REMOVE_HEAD works\n"); in ATF_TC_BODY()
107 printf("Ensuring SLIST_FIRST returns element 1\n"); in ATF_TC_BODY()
112 printf("Ensuring SLIST_FIRST now returns element 2\n"); in ATF_TC_BODY()
125 printf("Ensuring SLIST_REMOVE_AFTER works by removing the tail\n"); in ATF_TC_BODY()
139 printf("Ensuring SLIST_FIRST returns element 2\n"); in ATF_TC_BODY()
160 printf("Ensuring empty STAILQs are treated properly\n"); in ATF_TC_BODY()
171 printf("Ensuring STAILQ_INSERT_HEAD works\n"); in ATF_TC_BODY()
188 printf("Ensuring STAILQ_INSERT_TAIL works\n"); in ATF_TC_BODY()
211 printf("Ensuring STAILQ_REMOVE_HEAD works\n"); in ATF_TC_BODY()