HomeSort by relevance Sort by last modified time
    Searched full:ifsfirst (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
expand.c 90 struct ifsregion ifsfirst; /* first struct in list of ifs regions */ variable in typeref:struct:ifsregion
141 ifsfirst.next = NULL;
308 if (ifsfirst.endoff > endoff) {
309 while (ifsfirst.next != NULL) {
312 ifsp = ifsfirst.next->next;
313 ckfree(ifsfirst.next);
314 ifsfirst.next = ifsp;
317 if (ifsfirst.begoff > endoff)
320 ifslastp = &ifsfirst;
321 ifsfirst.endoff = endoff
    [all...]

Completed in 141 milliseconds