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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dipaddrparse.c44 static struct mystr s_rhs_str; local
50 str_split_text(&s_lhs_str, &s_rhs_str, "::");
55 if (!ipv6_parse_main(&s_rhs_ret, &s_rhs_str))
123 static struct mystr s_rhs_str; local
128 str_split_char(&s_lhs_str, &s_rhs_str, ':');
145 str_copy(&s_lhs_str, &s_rhs_str);
H A Dpostlogin.c159 static struct mystr s_rhs_str; local
163 str_split_char(&s_src_str, &s_rhs_str, ',');
173 str_copy(&s_src_str, &s_rhs_str);
2358 static struct mystr s_rhs_str; local
2361 str_split_char(p_str, &s_rhs_str, '~');
2363 str_append_str(p_str, &s_rhs_str);
2369 str_copy(&s_rhs_str, p_str);
2370 str_split_char(&s_rhs_str, &s_user_str, '~');
2371 str_split_char(&s_user_str, &s_rhs_str, '/');
2376 if (!str_isempty(&s_rhs_str))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dipaddrparse.c44 static struct mystr s_rhs_str; local
50 str_split_text(&s_lhs_str, &s_rhs_str, "::");
55 if (!ipv6_parse_main(&s_rhs_ret, &s_rhs_str))
123 static struct mystr s_rhs_str; local
128 str_split_char(&s_lhs_str, &s_rhs_str, ':');
145 str_copy(&s_lhs_str, &s_rhs_str);
H A Dpostlogin.c159 static struct mystr s_rhs_str; local
163 str_split_char(&s_src_str, &s_rhs_str, ',');
173 str_copy(&s_src_str, &s_rhs_str);
2358 static struct mystr s_rhs_str; local
2361 str_split_char(p_str, &s_rhs_str, '~');
2363 str_append_str(p_str, &s_rhs_str);
2369 str_copy(&s_rhs_str, p_str);
2370 str_split_char(&s_rhs_str, &s_user_str, '~');
2371 str_split_char(&s_user_str, &s_rhs_str, '/');
2376 if (!str_isempty(&s_rhs_str))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dipaddrparse.c44 static struct mystr s_rhs_str; local
50 str_split_text(&s_lhs_str, &s_rhs_str, "::");
55 if (!ipv6_parse_main(&s_rhs_ret, &s_rhs_str))
123 static struct mystr s_rhs_str; local
128 str_split_char(&s_lhs_str, &s_rhs_str, ':');
145 str_copy(&s_lhs_str, &s_rhs_str);
H A Dpostlogin.c159 static struct mystr s_rhs_str; local
163 str_split_char(&s_src_str, &s_rhs_str, ',');
173 str_copy(&s_src_str, &s_rhs_str);
2358 static struct mystr s_rhs_str; local
2361 str_split_char(p_str, &s_rhs_str, '~');
2363 str_append_str(p_str, &s_rhs_str);
2369 str_copy(&s_rhs_str, p_str);
2370 str_split_char(&s_rhs_str, &s_user_str, '~');
2371 str_split_char(&s_user_str, &s_rhs_str, '/');
2376 if (!str_isempty(&s_rhs_str))
[all...]

Completed in 214 milliseconds