Lines Matching refs:tmp
266 char tmp[1 + BDEVNAME_SIZE + 10 + 11 + 1]; in parse_solaris_x86() local
268 snprintf(tmp, sizeof(tmp), " %s%d: <solaris:", state->name, origin); in parse_solaris_x86()
269 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
272 char tmp[64]; in parse_solaris_x86() local
274 snprintf(tmp, sizeof(tmp), " cannot handle version %d vtoc>\n", in parse_solaris_x86()
276 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
284 char tmp[3 + 10 + 1 + 1]; in parse_solaris_x86() local
288 snprintf(tmp, sizeof(tmp), " [s%d]", i); in parse_solaris_x86()
289 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
361 char tmp[64]; in parse_bsd() local
371 snprintf(tmp, sizeof(tmp), " %s%d: <%s:", state->name, origin, flavour); in parse_bsd()
372 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
400 snprintf(tmp, sizeof(tmp), " (ignored %d more)", in parse_bsd()
402 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
499 char tmp[1 + BDEVNAME_SIZE + 10 + 12 + 1]; in parse_unixware() local
501 snprintf(tmp, sizeof(tmp), " %s%d: <unixware:", state->name, origin); in parse_unixware()
502 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware()
548 char tmp[1 + BDEVNAME_SIZE + 10 + 9 + 1]; in parse_minix() local
550 snprintf(tmp, sizeof(tmp), " %s%d: <minix:", state->name, origin); in parse_minix()
551 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_minix()