Searched defs:writ (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fork/
H A Dfork08.c60 FILE *rea, *writ; local
71 writ = fopen(fnamebuf, "w");
72 if (writ == NULL)
78 fprintf(writ, "abcdefghijklmnopqrstuv");
79 fflush(writ);
150 fclose(writ);
H A Dfork07.c75 FILE *rea, *writ; local
81 writ = NULL;
97 writ = fopen(fnamebuf, "w");
98 if (writ == NULL)
104 fprintf(writ, "abcdefghijklmnopqrstuv");
105 fflush(writ);
178 fclose(writ);
/external/skia/tools/
H A Dcreate_test_font.cpp321 const FontWritten& writ = gWritten[index]; local
322 if (!strcmp(fontDesc.fFont, writ.fName) && fontDesc.fStyle == writ.fStyle) {
350 FontWritten* writ = gWritten.append(); local
351 writ->fName = fontDesc.fFont;
352 writ->fStyle = fontDesc.fStyle;
368 const FontWritten& writ = gWritten[fontIndex];
369 const char* name = writ.fName;
371 strippedStr.appendf("%s", gStyleName[writ.fStyle]);
386 const FontWritten& writ local
[all...]

Completed in 123 milliseconds