Searched refs:x_lasts (Results 1 – 1 of 1) sorted by relevance
3491 char *nv_lasts, *v_lasts, *x_lasts; in sd_nvpair_str_decode() local3496 name = strtok_r(token, " \t", &x_lasts); in sd_nvpair_str_decode()3498 value = strtok_r(token, " \t", &x_lasts); in sd_nvpair_str_decode()