Home | History | Annotate | Download | only in iostream3

Lines Matching full:attach

77 // Attach to gzipped file
79 gzfilebuf::attach(int fd,
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
407 // Attach to file and go into fail() state if unsuccessful
409 gzifstream::attach(int fd,
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
462 // Attach to file and go into fail() state if unsuccessful
464 gzofstream::attach(int fd,
467 if (!sb.attach(fd, mode | std::ios_base::out))