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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysdeputil.c1118 static struct utmpx s_utent; variable in typeref:struct:utmpx
1124 if (sizeof(s_utent.ut_line) < 16)
1136 if (str_getlen(&line_str) >= sizeof(s_utent.ut_line))
1141 vsf_sysutil_strcpy(s_utent.ut_line, str_getbuf(&line_str),
1142 sizeof(s_utent.ut_line));
1146 s_utent.ut_type = USER_PROCESS;
1147 s_utent.ut_pid = vsf_sysutil_getpid();
1148 vsf_sysutil_strcpy(s_utent.ut_user, str_getbuf(p_user_str),
1149 sizeof(s_utent.ut_user));
1150 vsf_sysutil_strcpy(s_utent
[all...]

Completed in 73 milliseconds