Searched refs:ut_line (Results 1 - 8 of 8) sorted by relevance

/external/libppp/src/
H A Did.h69 if (logout((u)->ut_line)) \
70 logwtmp((u)->ut_line, "", ""); \
76 strncpy(ut.ut_line, dev, sizeof ut.ut_line - 1); \
77 ut.ut_line[sizeof ut.ut_line - 1] = '\0'; \
78 if (no || logout(ut.ut_line)) \
79 logwtmp(ut.ut_line, "", ""); \
H A Did.c208 if (logout(ut->ut_line)) {
209 log_Printf(LogID0, "logout(\"%s\")\n", ut->ut_line);
210 logwtmp(ut->ut_line, "", "");
211 log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut->ut_line);
215 ut->ut_line, (int)(sizeof ut->ut_name), ut->ut_name);
223 char ut_line[sizeof ut.ut_line + 1]; local
225 strncpy(ut_line, device, sizeof ut_line - 1);
226 ut_line[sizeo
[all...]
H A Dphysical.c933 strncpy(ut.ut_line, PPPOTCPLINE, sizeof ut.ut_line);
939 strncpy(ut.ut_line, p->name.base, sizeof ut.ut_line);
/external/openssh/
H A Dloginrec.c678 line_stripname(ut->ut_line, li->line, sizeof(ut->ut_line));
762 line_stripname(utx->ut_line, li->line, sizeof(utx->ut_line));
855 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
887 * If the new ut_line is empty but the old one is not
888 * and ut_line and ut_name match, preserve the old ut_line.
892 (strncmp(old_ut.ut_line, u
[all...]
/external/dropbear/
H A Dloginrec.c523 line_stripname(ut->ut_line, li->line, sizeof(ut->ut_line));
606 line_stripname(utx->ut_line, li->line, sizeof(utx->ut_line));
696 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
715 * If the new ut_line is empty but the old one is not
716 * and ut_line and ut_name match, preserve the old ut_line.
720 (strncmp(old_ut.ut_line, u
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1675 strncpy(ut.ut_line, term, UT_LINESIZE);
1676 ut.ut_line[UT_LINESIZE - 1] = '\0';
1686 ut.ut_name, ut.ut_line, ut.ut_host);
/external/ppp/pppd/
H A Dsys-linux.c2173 strncpy(ut.ut_line, line, sizeof(ut.ut_line));
H A Dsys-solaris.c2469 strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line));

Completed in 169 milliseconds