About 86,700 results
Open links in new tab
  1. creat (3p) - Linux manual page - man7.org

    RATIONALE top The creat () function is redundant. Its services are also provided by the open () function. It has been included primarily for historical purposes since many existing applications …

  2. CREATE Definition & Meaning - Merriam-Webster

    Jun 22, 2026 · The meaning of CREATE is to bring into existence. How to use create in a sentence.

  3. creat () — Create a new file or rewrite an existing one - IBM

    Returned value If successful, creat () returns a file descriptor for the open file.

  4. creat (3): create new file/rewrite existing one - Linux man page

    creat (3) - Linux man page Prolog This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for …

  5. open (2) - Linux manual page - man7.org

    creat() A call to creat () is equivalent to calling open () with flags equal to O_CREAT|O_WRONLY|O_TRUNC. openat() The openat () system call operates in exactly the same …

  6. creat - Open Group

    NAME creat - create a new file or rewrite an existing one SYNOPSIS

  7. creat (2): open/possibly create file/device - Linux man page

    Note that open () can open device special files, but creat () cannot create them; use mknod (2) instead. On NFS file systems with UID mapping enabled, open () may return a file descriptor but, for example, …

  8. creat | Microsoft Learn

    Oct 20, 2022 · Learn more about: creat The Microsoft-implemented POSIX function name creat is a deprecated alias for the _creat function. By default, it generates Compiler warning (level 3) C4996. …

  9. Creat Blood Test Results Interpreted - HRF

    The Creat blood test is one of several tests that are used to measure a person’s overall kidney function. It is often ordered as part of the basic metabolic panel or a comprehensive metabolic panel. These …

  10. Why Is the Create System Call Spelled 'creat'? Unraveling BUFSIZ ...

    Jan 16, 2026 · If you’ve spent time programming in C or working with Unix-like systems, you might have stumbled upon a curious quirk: the system call to create a file is spelled `creat` (with one “e”), not …