Lines Matching refs:strlcat
49 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition()
50 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition()
51 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition()
87 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition()
94 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
103 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
104 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
105 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
109 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition()
139 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition()
147 strlcat(state->pp_buf, " <", PAGE_SIZE); in linux_partition()
157 strlcat(state->pp_buf, " >", PAGE_SIZE); in linux_partition()
302 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ADFS()
375 strlcat(state->pp_buf, " [ICS]", PAGE_SIZE); in adfspart_check_ICS()
409 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ICS()
469 strlcat(state->pp_buf, " [POWERTEC]", PAGE_SIZE); in adfspart_check_POWERTEC()
480 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_POWERTEC()
551 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_EESOX()