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 …

  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 …

  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 () …

  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 …

  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 …

  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 …

  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 …