代码搜索:Locking

找到约 1,488 项符合「Locking」的源代码

代码结果 1,488
www.eeworm.com/read/244005/4515428

txt locking.txt

UNIX Advisory File Locking Implications on c-client Mark Crispin, 28 November 1995 THIS DOCUMENT HAS BEEN UPDATED TO REFLECT THE CODE IN THE IMAP-4 TOOLKIT AS OF NOVEMBER 28, 1995. SOME S
www.eeworm.com/read/242732/4536703

c locking.c

#include /* * @implemented */ int _locking(int _fd, int mode, long nbytes) { long offset = _lseek(_fd, 0L, 1); if (offset == -1L) return -1; if (!LockFile((HANDLE)_get_os
www.eeworm.com/read/242732/4537772

h locking.h

/* * locking.h * This file has no copyright assigned and is placed in the Public Domain. * This file is a part of the mingw-runtime package. * No warranty is given; refer to the file DISCLAIME
www.eeworm.com/read/242082/4555944

h locking.h

/*** *sys\locking.h - flags for locking() function * * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the flags for the locking() funct
www.eeworm.com/read/242082/4556471

h locking.h

/*** *sys\locking.h - flags for locking() function * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the flags for the locking() function.
www.eeworm.com/read/234134/4660668

h locking.h

/*** *sys\locking.h - flags for locking() function * * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the flags for the locking() funct
www.eeworm.com/read/234134/4661990

h locking.h

/*** *sys\locking.h - flags for locking() function * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the flags for the locking() function.
www.eeworm.com/read/229812/4732478

c locking.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4741020

mh locking.mh

/* * sys/locking.h Flags for locking() function * :include crwat.sp */ #ifndef __LOCKING_H_INCLUDED #define __LOCKING_H_INCLUDED :include readonly.sp :include cpluspro.sp #ifndef
www.eeworm.com/read/229812/4744222

c locking.c

#include #include #include #include #include void main() { int handle; unsigned nbytes; unsigned long offset; auto ch