Home | History | Annotate | Download | only in common

Lines Matching full:case

49         case 0:
52 case UTRACE_EXITV_I32:
55 case UTRACE_EXITV_STATUS:
58 case UTRACE_EXITV_I32 | UTRACE_EXITV_STATUS:
61 case UTRACE_EXITV_PTR | UTRACE_EXITV_STATUS:
99 if (*outIx==0 || /* case 1. */
100 (c!='\n' && c!=0 && *outIx < capacity && outBuf[(*outIx)-1]=='\n') || /* case 2. */
101 (c=='\n' && *outIx>=capacity)) /* case 3 */
217 case 'c':
223 case 's':
229 case 'S':
236 case 'b':
242 case 'h':
248 case 'd':
254 case 'l':
260 case 'p':
266 case 0:
275 case 'v':
303 case 'b':
307 case 'h':
311 case 'd':
315 case 'l':
319 case 'p':
325 case 'c':
331 case 's':
339 case 'S':