Searched refs:str_st (Results 1 – 2 of 2) sorted by relevance
2433 char *str_end, *str_st, *str_del; in aggr_grp_port_rename() local2443 str_st = clnt_name; in aggr_grp_port_rename()2445 str_del = strchr(str_st, AGGR_PORT_NAME_DELIMIT); in aggr_grp_port_rename()2447 aggr_len = (intptr_t)((uintptr_t)str_del - (uintptr_t)str_st); in aggr_grp_port_rename()
4949 char *str_st = cur_clnt->mci_name; in mac_rename_primary() local4950 char *str_del = strchr(str_st, '-'); in mac_rename_primary()4954 (str_del - str_st + 1)); in mac_rename_primary()