Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h739 #ifndef UT_LINESIZE
740 # define UT_LINESIZE 8 macro
Dloginrec.c1431 char line[UT_LINESIZE]; in syslogin_perform_logout()
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1659 char term[UT_LINESIZE];
1675 strncpy(ut.ut_line, term, UT_LINESIZE);
1676 ut.ut_line[UT_LINESIZE - 1] = '\0';