Searched refs:pb (Results 1 – 1 of 1) sorted by relevance
333 if (pb->buf == NULL || pb->size < len + 1) in r_setup()338 if (pb->buf == NULL) in r_setup()341 pb->buf = (char *) xrealloc (pb->buf, sz); in r_setup()345 pb->size = sz; in r_setup()347 strcpy (pb->buf, path); in r_setup()348 pb->len = len; in r_setup()355 if (pb->size < len + 1) in r_append()359 pb->buf = (char *) xrealloc (pb->buf, sz); in r_append()363 pb->size = sz; in r_append()365 strcpy (pb->buf + pb->len, path); in r_append()[all …]
Completed in 6 milliseconds