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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.c229 struct mystr temp_str = INIT_MYSTR; local
249 str_mid_to_end(&filter_remain_str, &temp_str, indexx + 1);
250 str_copy(&filter_remain_str, &temp_str);
278 str_mid_to_end(&name_remain_str, &temp_str,
280 str_copy(&name_remain_str, &temp_str);
288 str_right(&name_remain_str, &temp_str, str_getlen(&name_remain_str) - 1);
289 str_copy(&name_remain_str, &temp_str);
299 str_split_char(&filter_remain_str, &temp_str, '}');
301 str_copy(&filter_remain_str, &temp_str);
302 str_split_char(&brace_list_str, &temp_str, ',');
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/urlconfig/
H A Durlconfig.c91 char *temp_str; local
101 temp_str = "/";
103 temp_str = ""; // suffix already present
113 new_alias_len = root_len + strlen( temp_str ) + strlen( aliasPtr );
120 strcat( alias_temp, temp_str );
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dwebserver.c1188 char *temp_str; local
1276 temp_str = "index.html";
1278 temp_str = "/index.html";
1280 if( membuffer_append_str( filename, temp_str ) != 0 ) {
1330 temp_str = "index.html";
1332 temp_str = "/index.html";
1334 if( membuffer_append_str( filename, temp_str ) != 0 ) {
H A Dhttpreadwrite.c1665 const char *temp_str; local
1795 temp_str = ( c == 'S' ) ? "SERVER: " : "USER-AGENT: ";
1799 temp_str, tempbuf ) != 0 ) {
1885 temp_str = ( const char * )va_arg( argp, const char * ); // type/subtype format
1889 "CONTENT-TYPE: ", temp_str ) != 0 ) {
H A Dhttpparser.c1077 memptr temp_str; local
1141 str_ptr = &temp_str;
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_ctrlpt.c417 char *temp_str = NULL; local
515 temp_str = get_node_value( node );
516 if( temp_str == NULL ) {
520 *upnp_error_code = atoi( temp_str );
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnpapi.c900 char *temp_str = NULL; local
972 retVal = GetNameForAlias( description, &temp_str );
977 if( strlen( temp_str ) > ( LINE_SIZE - 1 ) ) {
979 free( temp_str );
982 strcpy( aliasStr, temp_str );

Completed in 112 milliseconds