Searched refs:stdout2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dgenaliases.c57 FILE* stdout2; local
74 emit_encoding(stdout,stdout2,names,sizeof(names)/sizeof(names[0]),#xxx); \
78 stdout2 = fdopen(3, "w");
79 if (stdout2 == NULL)
82 if (fclose(stdout2))
85 stdout2 = fdopen(4, "w");
86 if (stdout2 == NULL)
89 if (fclose(stdout2))
H A Dgenaliases2.c49 FILE * stdout2 = fdopen(3, "w"); local
50 if (stdout2 == NULL)
55 emit_encoding(stdout,stdout2,tag,names,sizeof(names)/sizeof(names[0]),#xxx); \
72 if (ferror(stdout) || fclose(stdout) || ferror(stdout2) || fclose(stdout2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgenaliases.c57 FILE* stdout2; local
74 emit_encoding(stdout,stdout2,names,sizeof(names)/sizeof(names[0]),#xxx); \
78 stdout2 = fdopen(3, "w");
79 if (stdout2 == NULL)
82 if (fclose(stdout2))
85 stdout2 = fdopen(4, "w");
86 if (stdout2 == NULL)
89 if (fclose(stdout2))
H A Dgenaliases2.c49 FILE * stdout2 = fdopen(3, "w"); local
50 if (stdout2 == NULL)
55 emit_encoding(stdout,stdout2,tag,names,sizeof(names)/sizeof(names[0]),#xxx); \
72 if (ferror(stdout) || fclose(stdout) || ferror(stdout2) || fclose(stdout2))

Completed in 113 milliseconds