Searched refs:stalloc (Results 1 – 1 of 1) sorted by relevance
1605 stalloc(size_t nbytes) in stalloc() function1640 return memset(stalloc(nbytes), 0, nbytes); in stzalloc()1663 return memcpy(stalloc(len), p, len); in sstrdup()1669 stalloc(len); in grabstackblock()1747 char *p = stalloc(newlen); in growstackblock()1841 #define grabstackstr(p) stalloc((char *)(p) - (char *)stackblock())2960 p = stalloc(len); in cdcmd()6285 r = stalloc(fulllen); in rmescapes()10383 nargv = stalloc(sizeof(char *) * (argc + 2)); in evalcommand()13573 return stalloc(len); in find_dot_file()[all …]