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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfavicon.cc73 const int first_dot = host.indexOf( '.' ); local
76 if( ( first_dot != -1 ) && ( last_dot != -1 ) && ( first_dot != last_dot ) )
77 host.remove( 0, first_dot + 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dutil.c161 const char * first_dot = strchr( host, '.' ); local
163 if( ( first_dot ) && ( last_dot ) && ( first_dot != last_dot ) )
164 g_strlcpy( buf, first_dot + 1, buflen );

Completed in 101 milliseconds