Searched refs:file_new (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libcrypto/bio/ |
| D | bss_file.c | 100 static int file_new(BIO *h); 111 .create = file_new, 163 file_new(BIO *bi) in file_new() function
|
| /openbsd/src/usr.bin/sndiod/ |
| D | listen.c | 108 f->file = file_new(&listen_fileops, f, "unix", 1); in listen_new_un() 169 f->file = file_new(&listen_fileops, f, "tcp", 1); in listen_new_tcp()
|
| D | file.h | 75 struct file *file_new(struct fileops *, void *, char *, unsigned int);
|
| D | miofile.c | 54 p->mio.file = file_new(&port_mio_ops, p, "port", mio_nfds(p->mio.hdl)); in port_mio_open()
|
| D | siofile.c | 216 d->sio.file = file_new(&dev_sio_ops, d, "dev", sio_nfds(d->sio.hdl)); in dev_sio_open() 218 d->sioctl.file = file_new(&dev_sioctl_ops, d, "mix", in dev_sio_open()
|
| D | fdpass.c | 328 f->file = file_new(ops, f, ops->name, 1); in fdpass_new()
|
| D | file.c | 204 file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds) in file_new() function
|
| D | sock.c | 314 f->file = file_new(&sock_fileops, f, "sock", 1); in sock_new()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| D | MM_Unix.pm | 1228 my $file_new = "$file.new"; 1239 open( my $fixout, ">", "$file_new" ) or do { 1257 unless ( _rename( $file_new, $file ) ) { 1258 warn "Can't rename $file_new to $file: $!";
|