Home
last modified time | relevance | path

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

/dports/math/calc/calc-2.14.0.14/
H A Dstr.c1115 STATIC STRING *freeStr = NULL; variable
1126 if (freeStr == NULL) { in stralloc()
1129 if (freeStr == NULL) { in stralloc()
1135 freeStr[STRALLOC - 1].s_next = NULL; in stralloc()
1136 freeStr[STRALLOC - 1].s_links = 0; in stralloc()
1146 for (temp = freeStr + STRALLOC - 2; temp > freeStr; --temp) { in stralloc()
1172 firstStrs[blockcount - 1] = freeStr; in stralloc()
1174 temp = freeStr; in stralloc()
1175 freeStr = temp->s_next; in stralloc()
1292 s->s_next = freeStr; in sfree()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Damemstatus.cc167 char freeStr[64]; in updateToolTip() local
168 printAmount(freeStr, sizeof(freeStr), cur[MEM_FREE]); in updateToolTip()
177 _("Free: "), freeStr, "\n ", in updateToolTip()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DCommonControls.sml210 val (hBMInst, wBMID, freeStr) =
220 handle ex => (Memory.free freeStr; Memory.free buttonVec; raise ex)
221 val () = Memory.free freeStr and () = Memory.free buttonVec
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomxslt.c2109 freeStr = 0; in xsltXPathFuncs()
2116 freeStr = 1; in xsltXPathFuncs()
2121 if (freeStr) { in xsltXPathFuncs()
2123 freeStr = 0; in xsltXPathFuncs()
2129 if (freeStr) FREE(str); in xsltXPathFuncs()
2135 if (freeStr) FREE(str); in xsltXPathFuncs()
2176 freeStr = 0; in xsltXPathFuncs()
2181 freeStr = 1; in xsltXPathFuncs()
2186 freeStr = 0; in xsltXPathFuncs()
2191 if (freeStr) FREE(str); in xsltXPathFuncs()
[all …]