Format: AllC/C++CSSTextshell script Advanced Search
92: if (buf == NULL) { 93: if ((buf = malloc(size)) == NULL) { 94: /* 100: size = iosize; 101: buf = malloc(size); 102: }