Searched refs:strmalloc (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/luit/dist/
H A Dsys.h46 char *strmalloc(const char *value);
H A Dsys.c358 line = strmalloc(ptsname(pty));
380 line = strmalloc(ttydev);
412 if ((line = strmalloc(name)) != 0) {
534 strmalloc(const char *value) function in typeref:typename:char *
H A Dluit.c327 path = strmalloc(shell);
331 path = strmalloc("/bin/sh");
344 path = strmalloc(argv[0]);
379 if ((l = strmalloc("NCURSES_NO_UTF8_ACS=1")) != 0)

Completed in 6 milliseconds