HomeSort by: relevance | last modified time | path
    Searched defs:stalloc (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
memalloc.c 125 stalloc(int nbytes) function in typeref:typename:pointer
255 char *p = stalloc(newlen);
378 str = (char *)stalloc((int)tlen + 1); /* 1 for \0 */
memalloc.c 125 stalloc(int nbytes) function in typeref:typename:pointer
255 char *p = stalloc(newlen);
378 str = (char *)stalloc((int)tlen + 1); /* 1 for \0 */

Completed in 20 milliseconds