Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/progs/
H A Dtoe.c85 strmalloc(const char *value) in strmalloc() function
322 data->term_name = strmalloc(term_name); in sorthook()
323 data->description = strmalloc(term_description(tp)); in sorthook()
343 data.term_names = strmalloc(buffer); in show_termcap()
707 eargv[count] = strmalloc(path); in main()
731 eargv[count++] = strmalloc(path); in main()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c70 strmalloc(char *s) in strmalloc() function
242 name_table[n].nte_name = strmalloc(list[column]); in main()