HomeSort by relevance Sort by last modified time
    Searched defs:usual (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdio/
findfp.c 54 /* the usual - (stdin + stdout + stderr) */
55 static FILE usual[FOPEN_MAX - 3]; variable
57 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
200 _FILEEXT_SETUP(usual+i, usualext+i);
  /external/grub/stage2/
fsys_xfs.c 337 static char usual[2][3] = {".", ".."}; local
339 char *name = usual[0];

Completed in 187 milliseconds