Searched defs:platform_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1822 static size_t platform_sz = 0; variable
1909 if ((platform == NULL) && (platform_sz == 0)) {
1917 platform_sz = (size_t)size - 1;
1919 platform_sz = 1;
1922 if (platform_sz >= nrem)
1925 (void) strncpy(nptr, platform, platform_sz);
1926 nptr = nptr + platform_sz;
1927 nrem -= platform_sz;

Completed in 67 milliseconds