- FCNTL
- File Control (u.a. in /usr/include/fcntl.h)
Acronyms. 2013.
Acronyms. 2013.
FCNTL — File Control (u.a. in /usr/include/fcntl.h) … Acronyms von A bis Z
File locking — is a mechanism that enforces access to a computer file by only one user or process at any specific time. The purpose of locking is to prevent the classic interceding update scenario. The interceding update problem may be illustrated as in the… … Wikipedia
File descriptor — In computer programming, a file descriptor is an abstract key for accessing a file. The term is generally used in POSIX operating systems. In Microsoft Windows terminology and in the context of the C standard I/O library, file handle is preferred … Wikipedia
Descripteur De Fichier — Les descripteurs de fichier pour l entrée, la sortie, et les erreurs En informatique, un descripteur de fichier est une clé abstraite pour accéder à un fichier (c est un entier). On utilise généralement ce terme pour les systèmes d exploitation… … Wikipédia en Français
Descripteur de fichier — Les descripteurs de fichier pour l entrée, la sortie, et les erreurs En informatique, un descripteur de fichier est une clé abstraite pour accéder à un fichier (c est un entier). On utilise généralement ce terme pour les systèmes d exploitation… … Wikipédia en Français
Anexo:Funciones de la biblioteca estándar de C — El propósito de este artículo es proporcionar un listado alfabético de todas las funciones de la biblioteca estándar de C, y unas pocas funciones no estándar. Contenido 1 assert.h 2 ctype.h 3 errno.h 4 float.h … Wikipedia Español
SIGXCPU — Infobox Computing signal description = CPU time limit exceeded (4.2BSD) action = Abnormal termination of the processOn POSIX compliant platforms, SIGXCPU is a signal, which is delivered to and can be caught by computer programs when they have… … Wikipedia
C POSIX library — assert.h complex.h ctype.h dirent.h dlfcn.h errno.h fcntl.h fenv.h float.h … Википедия
Mbox — is a generic term for a family of related file formats used for holding collections of electronic mail messages. All messages in an mbox mailbox are concatenated and stored as plain text in a single file. The beginning of each message is… … Wikipedia
Berkeley sockets — The Berkeley sockets application programming interface (API) comprises a library for developing applications in the C programming language that perform inter process communication, most commonly across a computer network.Berkeley sockets (also… … Wikipedia