Searched refs:machine_sz (Results 1 – 1 of 1) sorted by relevance
1820 static size_t machine_sz = 0; variable1880 if ((machine == NULL) && (machine_sz == 0)) { in expand()1888 machine_sz = (size_t)size - 1; in expand()1890 machine_sz = 1; in expand()1893 if (machine_sz >= nrem) in expand()1896 (void) strncpy(nptr, machine, machine_sz); in expand()1897 nptr = nptr + machine_sz; in expand()1898 nrem -= machine_sz; in expand()