Searched defs:save_buf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c1128 char *save_buf = *buf; local
1153 *buf = save_buf;
1164 char *save_buf = *buf; local
1197 *buf = save_buf;
1224 char *save_buf = *buf; local
1234 *buf = save_buf;
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c487 do_save_buf(char *save_buf, char *buf, int n) argument
490 memcpy(save_buf, buf, n);
491 save_buf[n] = '\0';
499 char buf[MAX_LINE_SIZE+1], save_buf[MAX_LINE_SIZE+1]; local
520 save_buf[0] = '\0';
572 do_save_buf(save_buf, cursor, len);
669 do_save_buf(save_buf, cursor, eol - cursor);
680 do_save_buf(save_buf, tp, len);
689 do_save_buf(save_buf, buf, eol - buf);
696 len = min(strlen(save_buf),
[all...]

Completed in 25 milliseconds