Lines Matching refs:newbuf
260 * concates newbuf
264 cfg_fld_mov(char *newbuf, char *oldbuf, int start, int end)
284 strcat(newbuf, ptr);
285 strcat(newbuf, " ");
690 char newbuf[CFG_MAX_BUF];
901 bzero(newbuf, sizeof (newbuf));
902 strncpy(newbuf, " ", 1);
905 rc = cfg_fld_mov(newbuf, buf, 1, fldnum - 1);
910 strncat(newbuf, value, strlen(value));
911 strcat(newbuf, " ");
914 rc = cfg_fld_mov(newbuf, buf, fldnum + 1, nflds);
922 newbuf, section);
926 (cfp, newbuf, table_index, relnum - secnum);