HomeSort by relevance Sort by last modified time
    Searched refs:__cmd (Results 1 - 25 of 25) sorted by null

  /bionic/libc/include/bits/
fcntl.h 36 int fcntl(int __fd, int __cmd, ...);
lockf.h 42 int lockf(int __fd, int __cmd, off_t __length) __RENAME_IF_FILE_OFFSET64(lockf64) __INTRODUCED_IN(24);
43 int lockf64(int __fd, int __cmd, off64_t __length) __INTRODUCED_IN(24);
  /external/honggfuzz/examples/terminal-emulators/
libclose.c 21 int fcntl(int __fd, int __cmd, ...)
24 va_start(ap, __cmd);
32 if (__cmd == F_SETFD) {
37 return syscall(__NR_fcntl, __fd, __cmd, a1, a2, a3, a4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ulimit.h 44 extern long int ulimit (int __cmd, ...) __THROW;
fcntl.h 110 extern int fcntl (int __fd, int __cmd, ...);
194 extern int lockf (int __fd, int __cmd, __off_t __len);
197 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
203 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
netdb.h 456 __const char *__restrict __cmd, int *__restrict __fd2p);
468 __const char *__restrict __cmd, int *__restrict __fd2p,
484 __const char *__restrict __cmd, int *__restrict __fd2p);
496 __const char *__restrict __cmd, int *__restrict __fd2p,
unistd.h     [all...]
  /bionic/libc/include/sys/
quota.h 43 int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26);
reboot.h 45 int reboot(int __cmd);
shm.h 46 int shmctl(int __shm_id, int __cmd, struct shmid_ds* __buf) __INTRODUCED_IN(26);
msg.h 44 int msgctl(int __msg_id, int __cmd, struct msqid_ds* __buf) __INTRODUCED_IN(26);
sem.h 54 int semctl(int __sem_id, int __sem_num, int __cmd, ...) __INTRODUCED_IN(26);
  /external/elfutils/libelf/
libelf.h 201 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
204 extern Elf *elf_clone (Elf *__elf, Elf_Cmd __cmd);
216 extern int64_t elf_update (Elf *__elf, Elf_Cmd __cmd);
363 extern unsigned int elf_flagelf (Elf *__elf, Elf_Cmd __cmd,
366 extern unsigned int elf_flagehdr (Elf *__elf, Elf_Cmd __cmd,
369 extern unsigned int elf_flagphdr (Elf *__elf, Elf_Cmd __cmd,
372 extern unsigned int elf_flagscn (Elf_Scn *__scn, Elf_Cmd __cmd,
375 extern unsigned int elf_flagdata (Elf_Data *__data, Elf_Cmd __cmd,
378 extern unsigned int elf_flagshdr (Elf_Scn *__scn, Elf_Cmd __cmd,
421 extern int elf_cntl (Elf *__elf, Elf_Cmd __cmd);
    [all...]
libelfP.h 511 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
sem.h 53 extern int semctl (int __semid, int __semnum, int __cmd, ...) __THROW;
shm.h 51 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW;
quota.h 220 extern int quotactl (int __cmd, const char *__special, int __id,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
sem.h 53 extern int semctl (int __semid, int __semnum, int __cmd, ...) __THROW;
shm.h 51 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW;
quota.h 220 extern int quotactl (int __cmd, const char *__special, int __id,
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 103 self.__cmd = cmd
151 [os.getenv("SHELL"), "-c", ' '.join(self.__cmd)],
  /external/fio/os/
os-android.h 85 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf)
88 if (__cmd == IPC_RMID)
  /external/iw/
iw.h 68 __cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## _idby ## _ ## _hidden\
69 __attribute__((used)) __attribute__((section("__cmd"))) = { \
83 static const struct cmd *_alias = &__cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## _idby ## _ ## _hidden
94 __attribute__((used)) __attribute__((section("__cmd"))) = { \
105 __attribute__((used)) __attribute__((section("__cmd"))) = { \

Completed in 244 milliseconds