OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
};
196
_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 532 milliseconds