Home
last modified time | relevance | path

Searched defs:popen (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/stdio/
H A Dpopen.c12 FILE *popen(const char *cmd, const char *mode) in popen() function
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dpopen.c12 FILE *popen(const char *cmd, const char *mode) in popen() function
/third_party/python/Lib/
H A Dos.py978 def popen(cmd, mode="r", buffering=-1): function
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c1325 struct usb_fs_open *popen; in ugen_ioctl() member
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dsolos-pci.c918 static int popen(struct atm_vcc *vcc) in popen() function
/kernel/linux/linux-6.6/drivers/atm/
H A Dsolos-pci.c918 static int popen(struct atm_vcc *vcc) in popen() function
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs720 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 Dmod.rs412 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 Dmod.rs819 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 Dmod.rs1806 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 Dmod.rs3043 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 Dmod.rs3411 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 Dmod.rs4230 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 Dmod.rs4301 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 Dmod.rs3047 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; in popen() functions
/third_party/sqlite/src/
H A Dshell.c204 # undef popen macro
205 # define popen _popen macro

Completed in 104 milliseconds