Home | History | Annotate | Download | only in Analysis

Lines Matching refs:funopen

1174 // PR12101: Test funopen().
1181 FILE *f = funopen(ctx, 0, 0, 0, releasePtr); // no warning
1189 FILE *f = funopen(ctx, 0, 0, 0, 0);
1201 FILE *f = funopen(ctx, readNothing, 0, 0, 0);