Searched refs:space_ind (Results 1 – 2 of 2) sorted by relevance
5216 t_u8 *arguments = NULL, *space_ind = NULL; in woal_priv_regrdwr() local5248 space_ind = strstr((char *)arguments, " "); in woal_priv_regrdwr()5249 if (space_ind) in woal_priv_regrdwr()5250 space_ind = strstr(space_ind + 1, " "); in woal_priv_regrdwr()5251 if (space_ind) { in woal_priv_regrdwr()5252 if (*(char *)(space_ind + 1) == '-') { in woal_priv_regrdwr()5254 arguments[space_ind + 1 - arguments] = '\0'; in woal_priv_regrdwr()5255 strcat(arguments, space_ind + 2); in woal_priv_regrdwr()
6628 t_u8 *arguments = NULL, *space_ind = NULL; in woal_priv_regrdwr() local6660 space_ind = strstr((char *)arguments, " "); in woal_priv_regrdwr()6661 if (space_ind) in woal_priv_regrdwr()6662 space_ind = strstr(space_ind + 1, " "); in woal_priv_regrdwr()6663 if (space_ind) { in woal_priv_regrdwr()6664 if (*(char *)(space_ind + 1) == '-') { in woal_priv_regrdwr()6666 arguments[space_ind + 1 - arguments] = '\0'; in woal_priv_regrdwr()6667 strcat(arguments, space_ind + 2); in woal_priv_regrdwr()