fcntl 190 examples/libsmbclient/smbwrapper/wrapper.c GETSYM(fcntl, "fcntl"); fcntl 721 examples/libsmbclient/smbwrapper/wrapper.c return fcntlx(fd, cmd, arg, smbw_libc.fcntl); fcntl 91 examples/libsmbclient/smbwrapper/wrapper.h int (* fcntl)(int fd, int cmd, long arg); fcntl 262 lib/async_req/async_sock.c state->old_sockflags = fcntl(fd, F_GETFL, 0); fcntl 302 lib/async_req/async_sock.c fcntl(fd, F_SETFL, state->old_sockflags); fcntl 344 lib/async_req/async_sock.c fcntl(state->fd, F_SETFL, state->old_sockflags); fcntl 359 lib/async_req/async_sock.c fcntl(state->fd, F_SETFL, state->old_sockflags); fcntl 52 lib/replace/replace.c return fcntl(f, F_FREESP, &fl); fcntl 67 lib/tdb/common/lock.c ret = fcntl(tdb->fd,lck_type,&fl); fcntl 218 lib/tdb/common/open.c v = fcntl(tdb->fd, F_GETFD, 0); fcntl 219 lib/tdb/common/open.c fcntl(tdb->fd, F_SETFD, v | FD_CLOEXEC); fcntl 82 lib/tevent/tevent_util.c if((val = fcntl(fd, F_GETFL, 0)) == -1) fcntl 88 lib/tevent/tevent_util.c return fcntl( fd, F_SETFL, val); fcntl 168 lib/util/util.c if((val = fcntl(fd, F_GETFL, 0)) == -1) fcntl 174 lib/util/util.c return fcntl( fd, F_SETFL, val); fcntl 251 lib/util/util.c ret = fcntl(fd,op,&lock); fcntl 82 nsswitch/wb_common.c if ((new_fd = fcntl(fd, F_DUPFD, 3)) == -1) { fcntl 137 nsswitch/wb_common.c if ((flags = fcntl(new_fd, F_GETFL)) == -1) { fcntl 143 nsswitch/wb_common.c if (fcntl(new_fd, F_SETFL, flags) == -1) { fcntl 152 nsswitch/wb_common.c result = flags = fcntl(new_fd, F_GETFD, 0); fcntl 155 nsswitch/wb_common.c result = fcntl( new_fd, F_SETFD, flags ); fcntl 197 source3/client/mtab.c fcntl (lockfile_fd, F_SETLK, &flock); fcntl 204 source3/client/mtab.c if (fcntl (lockfile_fd, F_SETLKW, &flock) == -1) { fcntl 143 source3/lib/dbwrap_file.c ret = fcntl(file->fd, F_SETLKW, &fl); fcntl 274 source3/lib/system.c ret = fcntl(fd, cmd, arg); fcntl 288 source3/lib/system.c ret = fcntl(fd, cmd, arg); fcntl 85 source3/lib/wbclient.c if ((flags = fcntl(new_fd, F_GETFL)) == -1) { fcntl 90 source3/lib/wbclient.c if (fcntl(new_fd, F_SETFL, flags) == -1) { fcntl 98 source3/lib/wbclient.c result = flags = fcntl(new_fd, F_GETFD, 0); fcntl 101 source3/lib/wbclient.c result = fcntl( new_fd, F_SETFD, flags ); fcntl 81 source3/modules/vfs_prealloc.c err = fcntl(fd, F_RESVSP64, &fl); fcntl 99 source3/passdb/pdb_smbpasswd.c ret = fcntl(fd, SMB_F_SETLKW, &lock); fcntl 59 source3/smbd/oplock_linux.c if (fcntl(fd, F_SETSIG, RT_SIGNAL_LEASE) == -1) { fcntl 77 source3/smbd/oplock_linux.c ret = fcntl(fd, F_SETLEASE, leasetype); fcntl 80 source3/smbd/oplock_linux.c ret = fcntl(fd, F_SETLEASE, leasetype); fcntl 144 source3/smbd/oplock_linux.c int state = fcntl(fsp->fh->fd, F_GETLEASE, 0); fcntl 176 source3/smbd/oplock_linux.c ret = fcntl(fd, F_GETLEASE, 0); fcntl 116 source3/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; fcntl 137 source3/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; fcntl 80 source4/heimdal/lib/krb5/fcache.c ret = fcntl(fd, F_SETLKW, &l); fcntl 120 source4/heimdal/lib/krb5/fcache.c ret = fcntl(fd, F_SETLKW, &l); fcntl 49 source4/heimdal/lib/roken/cloexec.c ret = fcntl(fd, F_GETFD); fcntl 52 source4/heimdal/lib/roken/cloexec.c if (fcntl(fd, F_SETFD, ret | FD_CLOEXEC) == -1) fcntl 75 source4/heimdal_build/replace.c return fcntl(fd, F_SETLK, &lock); fcntl 78 source4/heimdal_build/replace.c return fcntl(fd, (op&LOCK_NB)?F_SETLK:F_SETLKW, &lock); fcntl 81 source4/heimdal_build/replace.c return fcntl(fd, (op&LOCK_NB)?F_SETLK:F_SETLKW, &lock); fcntl 81 source4/ntvfs/sysdep/sys_lease_linux.c ret = fcntl(*fd, F_SETLEASE, F_UNLCK); fcntl 129 source4/ntvfs/sysdep/sys_lease_linux.c ret = fcntl(*fd, F_SETSIG, LINUX_LEASE_RT_SIGNAL); fcntl 135 source4/ntvfs/sysdep/sys_lease_linux.c ret = fcntl(*fd, F_SETLEASE, F_WRLCK); fcntl 113 source4/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; fcntl 134 source4/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; fcntl 756 source4/torture/raw/samba3misc.c if (fcntl(fd, F_SETLK, &posix_lock) == -1) {