Searched refs:src_str (Results 1 – 4 of 4) sorted by relevance
301 char *src_str; in smp_phy_event_src_str() local307 src_str = "No event"; in smp_phy_event_src_str()310 src_str = "Invalid DWORD count"; in smp_phy_event_src_str()313 src_str = "Running disparity error count"; in smp_phy_event_src_str()316 src_str = "Loss of DWORD sync count"; in smp_phy_event_src_str()319 src_str = "PHY reset problem count"; in smp_phy_event_src_str()322 src_str = "Elasticity buffer overflow count"; in smp_phy_event_src_str()325 src_str = "Received ERROR count"; in smp_phy_event_src_str()328 src_str = "Received address frame error count"; in smp_phy_event_src_str()331 src_str = "Transmitted abandon-class OPEN_REJECT count"; in smp_phy_event_src_str()[all …]
107 unsigned char *src_str, *dest_str; in main() local394 src_str = dest_str = &tmp_buff[0]; in main()399 if( *src_str == '\r'){ in main()400 src_str++; in main()404 *dest_str++ = dos_to_iso[*src_str++]; in main()413 if( *src_str == '\r'){ in main()414 src_str++; in main()417 else if ( *src_str > 127 ){ in main()419 src_str++; in main()424 *dest_str++ = *src_str++; in main()[all …]
109 unsigned char *src_str, *dest_str; in main() local403 src_str = &tmp_buff[100]; in main()409 if (*src_str == '\n') { in main()414 *dest_str++ = iso_to_dos[*src_str++]; in main()421 if (*src_str > 127) { in main()424 src_str++; in main()427 if (*src_str == '\n') { in main()431 *dest_str++ = *src_str++; in main()440 if (*src_str == '\n') { in main()444 *dest_str++ = *src_str++; in main()
2366 function get_substr #src_str pos offset