/third_party/musl/src/stdio/ |
H A D | popen.c | 12 FILE *popen(const char *cmd, const char *mode) in popen() function
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | popen.c | 12 FILE *popen(const char *cmd, const char *mode) in popen() function
|
/third_party/python/Lib/ |
H A D | os.py | 978 def popen(cmd, mode="r", buffering=-1): function
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 1325 struct usb_fs_open *popen; in ugen_ioctl() member [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 720 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 412 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 819 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1806 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 3043 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3411 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4230 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4301 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 3047 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
|
/third_party/sqlite/src/ |
H A D | shell.c | 204 # undef popen macro 205 # define popen _popen macro
|