/openbsd/lib/libc/gen/ |
H A D | lockf.c | 38 lockf(int filedes, int function, off_t size) in lockf() argument 62 if (fcntl(filedes, F_GETLK, &fl) == -1) in lockf() 75 return (fcntl(filedes, cmd, &fl)); in lockf()
|
/openbsd/gnu/usr.bin/perl/amigaos4/ |
H A D | amigaos.c | 166 int pipe(int filedes[2]) in pipe() 180 filedes[1] = open(pipe_name, O_WRONLY | O_CREAT); in pipe() 181 filedes[0] = open(pipe_name, O_RDONLY); in pipe() 182 if (filedes[0] == -1 || filedes[1] == -1) in pipe() 184 if (filedes[0] != -1) in pipe() 185 close(filedes[0]); in pipe() 186 if (filedes[1] != -1) in pipe() 187 close(filedes[1]); in pipe()
|
H A D | amigaos.h | 33 int pipe(int filedes[2]);
|
/openbsd/usr.bin/sendbug/ |
H A D | sendbug.c | 321 int filedes[2]; in sendmail() local 324 if (pipe(filedes) == -1) { in sendmail() 334 close(filedes[1]); in sendmail() 335 if (dup2(filedes[0], STDIN_FILENO) == -1) { in sendmail() 340 close(filedes[0]); in sendmail() 347 close(filedes[0]); in sendmail() 349 if (send_file(pathname, filedes[1]) == -1) { in sendmail() 354 close(filedes[1]); in sendmail()
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_pipe2.c | 117 int err, filedes[2]; in ATF_TC_BODY() local 134 err = pipe2(filedes, O_CLOEXEC); in ATF_TC_BODY()
|
/openbsd/gnu/usr.bin/binutils/include/mpw/ |
H A D | fcntl.h | 106 int dup(int filedes); /* OBSOLETE: fcntl(filedes, F_DUPFD, 0) is preferred */
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | FindTerminfo.cmake | 22 int setupterm(char *term, int filedes, int *errret);
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2799 (long long)(filedes), (long long)(type), (long long)(aclp)) 2802 res, (long long)(filedes), (long long)(type), (long long)(aclp)) 2805 (long long)(filedes), (long long)(type), (long long)(aclp)) 2808 res, (long long)(filedes), (long long)(type), (long long)(aclp)) 2829 (long long)(filedes), (long long)(type), (long long)(aclp)) 4961 void __sanitizer_syscall_pre_impl___acl_get_fd(long long filedes, 4964 long long filedes, 4966 void __sanitizer_syscall_pre_impl___acl_set_fd(long long filedes, 4969 long long filedes, 4976 void __sanitizer_syscall_pre_impl___acl_delete_fd(long long filedes, [all …]
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 1246 WRAPPER2(int , fstat, int filedes, struct stat *buf) in WRAPPER2() argument 1250 return fstat (filedes, buf); in WRAPPER2()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Process.inc | 325 extern "C" int setupterm(char *term, int filedes, int *errret);
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 3487 "filedes=STDIN_FILENO, path='%s')", 3496 "filedes=STDOUT_FILENO, path='%s')", 3505 "filedes=STDERR_FILENO, path='%s')",
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1400 /// int fstat64(int filedes, struct stat64 *buf)
|