Home
last modified time | relevance | path

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

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