Home
last modified time | relevance | path

Searched refs:SIZE_OF_TMP (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c95 #define SIZE_OF_TMP 4 /* |/tmp| */ macro
275 nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1); in dotape()
341 nm = (char *)malloc(SIZE_OF_TMP + strlen(dep->d_name) + 1); in dotape()
482 nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1); in doaudio()
690 nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1); in dofloppy()
857 nm = (char *)malloc(SIZE_OF_TMP + 1 + strlen(dep->d_name) + 1); in docd()