Searched refs:__cmd (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/sysdeps/nptl/ |
D | setxid.h | 34 struct xid_command __cmd; \ 35 __cmd.syscall_no = __NR_##name; \ 36 __SETXID_##nr (__cmd, args); \ 37 __result =__nptl_setxid (&__cmd); \
|
/glibc-2.36/io/ |
D | fcntl.h | 177 extern int fcntl (int __fd, int __cmd, ...); 180 extern int __REDIRECT (fcntl, (int __fd, int __cmd, ...), fcntl64); 186 extern int fcntl64 (int __fd, int __cmd, ...); 284 extern int lockf (int __fd, int __cmd, off_t __len); 287 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64); 293 extern int lockf64 (int __fd, int __cmd, off64_t __len);
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | sysdep.h | 27 #define FCNTL_ADJUST_CMD(__cmd) \ argument 28 ({ int cmd_ = (__cmd); \
|
/glibc-2.36/sysvipc/sys/ |
D | shm.h | 50 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW; 54 (int __shmid, int __cmd, struct shmid_ds *__buf),
|
D | msg.h | 62 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW; 66 (int __msqid, int __cmd, struct msqid_ds *__buf),
|
D | sem.h | 52 extern int semctl (int __semid, int __semnum, int __cmd, ...) __THROW; 56 (int __semid, int __semnum, int __cmd, ...),
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl_nocancel.c | 30 # define FCNTL_ADJUST_CMD(__cmd) __cmd argument
|
D | fcntl64.c | 33 # define FCNTL_ADJUST_CMD(__cmd) __cmd argument
|
D | fcntl.c | 27 # define FCNTL_ADJUST_CMD(__cmd) __cmd argument
|
/glibc-2.36/include/ |
D | fcntl.h | 19 extern int __fcntl (int __fd, int __cmd, ...); 21 extern int __fcntl64 (int __fd, int __cmd, ...) attribute_hidden;
|
D | ulimit.h | 6 extern long int __ulimit (int __cmd, ...);
|
/glibc-2.36/resolv/ |
D | netdb.h | 452 const char *__restrict __cmd, int *__restrict __fd2p); 464 const char *__restrict __cmd, int *__restrict __fd2p, 480 const char *__restrict __cmd, int *__restrict __fd2p); 492 const char *__restrict __cmd, int *__restrict __fd2p,
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/sys/ |
D | sysmips.h | 38 extern int sysmips (const int __cmd, ...) __THROW;
|
/glibc-2.36/resource/ |
D | ulimit.h | 43 extern long int ulimit (int __cmd, ...) __THROW;
|
/glibc-2.36/posix/ |
D | unistd.h | 1114 extern int lockf (int __fd, int __cmd, __off_t __len) __wur; 1117 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), 1124 extern int lockf64 (int __fd, int __cmd, __off64_t __len) __wur;
|
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | quota.h | 130 extern int quotactl (int __cmd, const char *__special, int __id,
|
D | mount.h | 245 extern int fsconfig (int __fd, unsigned int __cmd, const char *__key,
|