Searched refs:val_dst (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c1156 char *val_dst; local
1162 val_dst = new_val;
1165 strcpy(val_dst, (*next)->val);
1166 val_dst += strlen((*next)->val);
1169 *val_dst = 0;
1173 *val_dst++ = ',';
1174 *val_dst++ = ' ';

Completed in 172 milliseconds