Searched refs:virtual_popen (Results 1 – 3 of 3) sorted by relevance
174 CWD_API FILE *virtual_popen(const char *command, const char *type);282 #define VCWD_POPEN(command, type) virtual_popen(command, type)
1939 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function1948 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function1975 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1474 . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of2242 . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
Completed in 23 milliseconds