Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDmemalloc.h59 char *makestrspace(int, char *);
70 #define CHECKSTRSPACE(n, p) { if ((size_t)(sstrend - p) < n) p = makestrspace(n, p); }
HDmemalloc.c321 makestrspace(int min, char *p) in makestrspace() function