HomeSort by relevance Sort by last modified time
    Searched defs:popen (Results 1 - 3 of 3) sorted by null

  /bionic/libc/unistd/
popen.c 1 /* $OpenBSD: popen.c,v 1.17 2005/08/08 08:05:34 espie Exp $ */
54 popen(const char *program, const char *type) function
  /external/e2fsprogs/include/nonunix/
unistd.h 15 #define popen _popen macro
  /external/valgrind/tsan/
ts_pin.cc 59 # define popen(x,y) (NULL) macro
336 log_file = popen(("gzip > " + G_flags->dump_events).c_str(), "w");
    [all...]

Completed in 115 milliseconds