Searched refs:was_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstrngmem.c147 int was_malloc; /* True if malloc was used to allocate the string */ local
162 was_malloc = 0;
170 was_malloc = 1;
178 string[0] = (char) was_malloc;
194 int was_malloc; /* True if the string originally came from malloc() */ local
210 was_malloc = s[0];
211 if(was_malloc) {

Completed in 56 milliseconds