Home
last modified time | relevance | path

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

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