Download for Windows Premium
Publiciteit
tmpfile

Vertaling van "tmpfile" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
tmpfile
El estándar no especifica el directorio que será usado por tmpfile().
The standard does not specify the directory that tmpfile() will use.
La función tmpfile() hace precisamente esto.
The tmpfile() function does it.
Los ficheros creados por tmpfile() son eliminados.
Files created by tmpfile(3) are removed.
Vea también tmpfile() y unlink().
See also tmpfile() and unlink().
El archivo es automáticamente eliminado cuando se cierra (por ejemplo, llamando a fclose(), o cuando no quedan referencias al gestor de ficheros devuelto por tmpfile()), o cuando el script finaliza.
The file is automatically removed when closed (for example, by calling fclose(), or when there are no remaining references to the file handle returned by tmpfile()), or when the script ends.
La función tmpfile() genera un nombre único de fichero temporal. El fichero temporal se abre entonces en modo de lectura/escritura binaria (w+b).
The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode.
Que la función vacíe los buffers estándar de E/S y elimine los ficheros temporales creados con tmpfile (3) depende de la implementación.
Whether it flushes standard I/O buffers and removes temporary files created with tmpfile (3) is implementation-dependent.
Para más detalles, consulte la documentación de su sistema sobre la función tmpfile(3), así como el archivo de cabecera stdio.h. Ejemplo 1.
For details, consult your system documentation on the tmpfile(3) function, as well as the stdio.h header file.
Si el programa termina normalmente (llamando std::exit, al regresar de main, etc), todos los archivos que se abrieron llamando std::tmpfile también se eliminan Contenido
If the program terminates normally (by calling std::exit, returning from main, etc), all files that were opened by calling std::tmpfile are also automatically deleted.
La función tmpfile() devuelve un descriptor de flujo, o bien NULL si no se puede generar un nombre único de fichero o el fichero único no se puede abrir.
The tmpfile() function returns a stream descriptor, or NULL if a unique filename cannot be generated or the unique file cannot be opened.
El std::tmpfile función estándar y la función POSIX mkstemp no tienen este problema.
The standard function std::tmpfile and the POSIX function mkstemp do not have this problem.
[Bug653] Resuelto el problema al recuperar un TMPFILE para subirlo con el comando FTPPUT.
[Bug653] Solved the problem by retrieving a tmpfile to upload it with the command FTPPUT.
El tmpfile correspondiente es algo del siguiente género
The corresponding tmpfile looks like this
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor tmpfile in het Spaans

Publiciteit

Resultaten: 17. Exact: 17. Verstreken tijd: 41 ms.