Searched refs:command (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/unistd/ |
D | system.c | 41 system(const char *command) in system() argument 49 if (!command) /* just checking... */ in system() 52 argp[2] = (char *)command; in system()
|
/bionic/libc/kernel/arch-x86/asm/ |
D | ist.h | 25 __u32 command; member
|
/bionic/libc/kernel/common/linux/usb/ |
D | f_mtp.h | 26 uint16_t command; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | jazz.h | 60 unsigned char command; member 69 unsigned char command; member
|
/bionic/libc/kernel/common/linux/ |
D | ftape.h | 45 __u8 command; member
|
D | hdreg.h | 86 task_ioreg_t command; member 102 task_ioreg_t command; member
|
D | ata.h | 262 u8 command; member
|
D | soundcard.h | 534 int command; member 546 int command; member
|
/bionic/libc/upstream-netbsd/libc/gen/ |
D | popen.c | 81 popen(const char *command, const char *type) in popen() argument 90 _DIAGASSERT(command != NULL); in popen() 154 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in popen()
|
/bionic/libc/include/ |
D | fcntl.h | 49 extern int fcntl(int fd, int command, ...);
|
/bionic/libc/kernel/arch-mips/asm/sgi/ |
D | ioc.h | 41 volatile u8 command; member
|
/bionic/libc/kernel/common/linux/mtd/ |
D | nand.h | 195 void (*cmdfunc)(struct mtd_info *mtd, unsigned command, int column, int page_addr);
|