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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfindfp.c72 /* the usual - (stdin + stdout + stderr) */
73 static FILE usual[FOPEN_MAX - 3]; variable
75 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
210 _FILEEXT_SETUP(&usual[i], &usualext[i]);

Completed in 114 milliseconds