Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dstring.c56 str = p = str_alloc(strlen(s) + 1);
75 str = p = str_alloc(n + 1);
101 str = p = str_alloc(strlen(s1) + strlen(s2) + 1);
126 str_alloc(l) in str_alloc() function
Dstring.h63 char *str_alloc();
67 #define str_alloc(s) malloc(s) macro
Dcmd7.c259 yp->line = str_alloc(yp->length + 1); in yank_line()
Dlcmd2.c329 if ((str = str_alloc(n)) == 0) {