Home | History | Annotate | Download | only in adb

Lines Matching full:stinfo

39 typedef struct stinfo stinfo;
41 struct stinfo {
50 stinfo *sti = x;
232 stinfo *sti;
241 sti = malloc(sizeof(stinfo));
242 if(sti == 0) fatal("cannot allocate stinfo");
374 stinfo *sti;
385 sti = malloc(sizeof(stinfo));
386 if(sti == 0) fatal("cannot allocate stinfo");