Lines Matching refs:tmp
267 char tmp[1 + BDEVNAME_SIZE + 10 + 11 + 1]; in parse_solaris_x86() local
269 snprintf(tmp, sizeof(tmp), " %s%d: <solaris:", state->name, origin); in parse_solaris_x86()
270 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
273 char tmp[64]; in parse_solaris_x86() local
275 snprintf(tmp, sizeof(tmp), " cannot handle version %d vtoc>\n", in parse_solaris_x86()
277 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
285 char tmp[3 + 10 + 1 + 1]; in parse_solaris_x86() local
289 snprintf(tmp, sizeof(tmp), " [s%d]", i); in parse_solaris_x86()
290 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
362 char tmp[64]; in parse_bsd() local
372 snprintf(tmp, sizeof(tmp), " %s%d: <%s:", state->name, origin, flavour); in parse_bsd()
373 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
401 snprintf(tmp, sizeof(tmp), " (ignored %d more)", in parse_bsd()
403 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
500 char tmp[1 + BDEVNAME_SIZE + 10 + 12 + 1]; in parse_unixware() local
502 snprintf(tmp, sizeof(tmp), " %s%d: <unixware:", state->name, origin); in parse_unixware()
503 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware()
549 char tmp[1 + BDEVNAME_SIZE + 10 + 9 + 1]; in parse_minix() local
551 snprintf(tmp, sizeof(tmp), " %s%d: <minix:", state->name, origin); in parse_minix()
552 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_minix()