Home | History | Annotate | Download | only in libcutils

Lines Matching defs:next

119     struct list *next;
153 struct list *next;
154 for (f = list; f != NULL; f = next) {
155 next = f->next;
168 node->next = list;
174 for (f = list; f != NULL; f = f->next) {
183 struct list *next;
184 for (f = list; f != NULL; f = f->next) {
185 next = f->next;
189 for (f = *out; f != NULL; f = f->next) {
190 next = f->next;
211 struct list *next;
212 for (f = list; f != NULL; f = f->next) {
213 next = f->next;
217 for (f = *out; f != NULL; f = f->next) {
218 next = f->next;
232 res->next = *out;
237 struct list *next;
238 for (f = list; f != NULL; f = next) {
239 next = f->next;
249 struct list *next;
250 for (f = list; f != NULL; f = next) {
251 next = f->next;
280 for (r = out; r != NULL; r = r->next) {
287 struct list *next;
288 for (r = out; r != NULL; r = next) {
289 next = r->next;
297 for (r = out; r != NULL; r = r->next) {
305 struct list *next;
306 for (r = out; r != NULL; r = next) {
307 next = r->next;
324 struct list *next;
325 for (r = out; r != NULL; r = next) {
326 next = r->next;