Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/progs/
Dtoe.c206 char name_2[PATH_MAX]; in typelist() local
212 strncpy(name_2, entry->d_name, len)[len] = '\0'; in typelist() local
213 if (isDotname(name_2) || !_nc_is_file_path(name_2)) in typelist()
216 status = _nc_read_file_entry(name_2, &lterm); in typelist()
221 _nc_progname, name_2); in typelist()
227 if (!strcmp(cn, name_2)) { in typelist()