Searched refs:p_rest_of_line (Results 1 – 1 of 1) sorted by relevance
274 char *p_first_word, *p_rest_of_line, *p_last; in osm_db_restore() local345 p_rest_of_line = strtok_r(NULL, "\n", &p_last); in osm_db_restore()346 if (p_rest_of_line != NULL) { in osm_db_restore()350 (p_rest_of_line) + in osm_db_restore()352 strcpy(p_accum_val, p_rest_of_line); in osm_db_restore()