Searched refs:NAMESIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/ckdist/
H A Dckdist.c65 #define NAMESIZE 256 /* filename buffer size */ macro
225 char buf[298]; /* "MD5 (NAMESIZE = MDSUMLEN" */
226 char name[NAMESIZE + 1];
358 static char buf[NAMESIZE];
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c165 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
737 strncpy(ttytype, termp->type.term_names, (size_t) (NAMESIZE - 1));
738 ttytype[NAMESIZE - 1] = '\0';
H A Dtinfo_driver.c148 strncpy(ttytype, termp->type.term_names, (size_t) NAMESIZE - 1);
149 ttytype[NAMESIZE - 1] = '\0';
/freebsd-12-stable/contrib/ncurses/progs/
H A Dinfocmp.c135 _nc_STRCPY(buf, ptr, NAMESIZE);
1099 char name1[NAMESIZE], name2[NAMESIZE];
1120 char name1[NAMESIZE], name2[NAMESIZE];

Completed in 76 milliseconds