o 46 usr/lib/libc/stdio/flags.c int ret, m, o; o 53 usr/lib/libc/stdio/flags.c o = 0; o 59 usr/lib/libc/stdio/flags.c o = O_CREAT | O_TRUNC; o 65 usr/lib/libc/stdio/flags.c o = O_CREAT | O_APPEND; o 78 usr/lib/libc/stdio/flags.c *optr = m | o; o 82 usr/sample/tetris/shapes.c const int *o = shape->off; o 84 usr/sample/tetris/shapes.c if (board[pos] || board[pos + *o++] || board[pos + *o++] || o 85 usr/sample/tetris/shapes.c board[pos + *o]) o 97 usr/sample/tetris/shapes.c const int *o = shape->off; o 100 usr/sample/tetris/shapes.c board[pos + *o++] = onoff; o 101 usr/sample/tetris/shapes.c board[pos + *o++] = onoff; o 102 usr/sample/tetris/shapes.c board[pos + *o] = onoff;