Home | History | Annotate | Download | only in lib

Lines Matching refs:obuf

5023   char *obuf = NULL;
5077 obuf = malloc(olen + 1);
5078 if(!obuf) {
5103 if(obuf) {
5104 memcpy(obuf, osep + 1, olen);
5105 obuf[olen] = '\0';
5107 *optionsp = obuf;