Searched refs:org_string (Results 1 – 13 of 13) sorted by relevance
78 void loc_util_trim_space(char *org_string) in loc_util_trim_space() argument83 if(org_string == NULL) { in loc_util_trim_space()88 scan_ptr = write_ptr = org_string; in loc_util_trim_space()
94 void loc_util_trim_space(char *org_string);
80 void trim_space(char *org_string) in trim_space() argument85 scan_ptr = write_ptr = org_string; in trim_space()