Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/progs/
H A Dtoe.c86 strmalloc(const char *value) in strmalloc() function
323 data->term_name = strmalloc(term_name); in sorthook()
324 data->description = strmalloc(term_description(tp)); in sorthook()
344 data.term_names = strmalloc(buffer); in show_termcap()
707 eargv[count] = strmalloc(path); in main()
732 eargv[count++] = strmalloc(path); in main()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c78 strmalloc(char *s) in strmalloc() function
321 name_table[nn].ute_name = strmalloc(list[column]); in main()