Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dtoe.c86 strmalloc(const char *value) in strmalloc() function
335 data->term_name = strmalloc(term_name); in sorthook()
336 data->description = strmalloc(term_description(tp)); in sorthook()
376 data.term_names = strmalloc(buffer); in show_termcap()
744 eargv[count] = strmalloc(path); in main()
769 eargv[count++] = strmalloc(path); in main()
/freebsd/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()