HomeSort by relevance Sort by last modified time
    Searched full:proc_open (Results 1 - 8 of 8) sorted by null

  /external/libvpx/examples/includes/geshi/geshi/
php-brief.php 82 'parse_str', 'str_pad', 'chop', 'strchr', 'sprintf', 'printf', 'vprintf', 'vsprintf', 'sscanf', 'fscanf', 'parse_url', 'urlencode', 'urldecode', 'rawurlencode', 'rawurldecode', 'readlink', 'linkinfo', 'link', 'unlink', 'exec', 'system', 'escapeshellcmd', 'escapeshellarg', 'passthru', 'shell_exec', 'proc_open', 'proc_close', 'rand', 'srand', 'getrandmax', 'mt_rand', 'mt_srand', 'mt_getrandmax', 'base64_decode', 'base64_encode', 'abs', 'ceil', 'floor', 'round', 'is_finite', 'is_nan', 'is_infinite', 'bindec', 'hexdec', 'octdec', 'decbin', 'decoct', 'dechex', 'base_convert', 'number_format', 'fmod', 'ip2long', 'long2ip', 'getenv', 'putenv', 'getopt', 'microtime', 'gettimeofday', 'getrusage', 'uniqid', 'quoted_printable_decode', 'set_time_limit', 'get_cfg_var', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'get_magic_quotes_gpc', 'get_magic_quotes_runtime',
php.php     [all...]
  /external/strace/
defs.h 611 extern int proc_open(struct tcb *tcp, int attaching);
strace.c 422 if (proc_open(tcp, 1) < 0) {
589 /* Kludge for SGI, see proc_open for details. */
685 if (proc_open(tcp, 0) < 0) {
1142 proc_open(struct tcb *tcp, int attaching) function
    [all...]
ChangeLog-CVS     [all...]
ChangeLog 807 * strace.c (proc_open): Avoid unbalanced braces.
    [all...]
process.c 531 if (proc_open(tcpchild, 2) < 0)
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 1125 milliseconds